pulumi-aiven 6.31.0a1736849214__py3-none-any.whl → 6.32.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +9 -0
- pulumi_aiven/_inputs.py +495 -3
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/get_account_team_project.py +1 -1
- pulumi_aiven/get_project_user.py +1 -1
- pulumi_aiven/get_service_integration_endpoint.py +15 -1
- pulumi_aiven/kafka_quota.py +604 -0
- pulumi_aiven/organization_group_project.py +7 -7
- pulumi_aiven/organization_user_group_member.py +6 -4
- pulumi_aiven/outputs.py +657 -2
- pulumi_aiven/project_user.py +7 -7
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/service_integration_endpoint.py +47 -0
- {pulumi_aiven-6.31.0a1736849214.dist-info → pulumi_aiven-6.32.0.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.31.0a1736849214.dist-info → pulumi_aiven-6.32.0.dist-info}/RECORD +17 -16
- {pulumi_aiven-6.31.0a1736849214.dist-info → pulumi_aiven-6.32.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.31.0a1736849214.dist-info → pulumi_aiven-6.32.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/_inputs.py
CHANGED
|
@@ -201,6 +201,8 @@ __all__ = [
|
|
|
201
201
|
'KafkaConnectKafkaConnectUserConfigIpFilterObjectArgsDict',
|
|
202
202
|
'KafkaConnectKafkaConnectUserConfigKafkaConnectArgs',
|
|
203
203
|
'KafkaConnectKafkaConnectUserConfigKafkaConnectArgsDict',
|
|
204
|
+
'KafkaConnectKafkaConnectUserConfigPluginVersionArgs',
|
|
205
|
+
'KafkaConnectKafkaConnectUserConfigPluginVersionArgsDict',
|
|
204
206
|
'KafkaConnectKafkaConnectUserConfigPrivateAccessArgs',
|
|
205
207
|
'KafkaConnectKafkaConnectUserConfigPrivateAccessArgsDict',
|
|
206
208
|
'KafkaConnectKafkaConnectUserConfigPrivatelinkAccessArgs',
|
|
@@ -389,6 +391,10 @@ __all__ = [
|
|
|
389
391
|
'OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersInternalAuthenticationBackendLimitingArgsDict',
|
|
390
392
|
'OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimitingArgs',
|
|
391
393
|
'OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimitingArgsDict',
|
|
394
|
+
'OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgs',
|
|
395
|
+
'OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgsDict',
|
|
396
|
+
'OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogThresholdArgs',
|
|
397
|
+
'OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogThresholdArgsDict',
|
|
392
398
|
'OpenSearchOpensearchUserConfigOpensearchDashboardsArgs',
|
|
393
399
|
'OpenSearchOpensearchUserConfigOpensearchDashboardsArgsDict',
|
|
394
400
|
'OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgs',
|
|
@@ -407,6 +413,8 @@ __all__ = [
|
|
|
407
413
|
'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgsDict',
|
|
408
414
|
'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgs',
|
|
409
415
|
'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgsDict',
|
|
416
|
+
'OpenSearchOpensearchUserConfigOpensearchSegrepArgs',
|
|
417
|
+
'OpenSearchOpensearchUserConfigOpensearchSegrepArgsDict',
|
|
410
418
|
'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgs',
|
|
411
419
|
'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgsDict',
|
|
412
420
|
'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureOperatingFactorArgs',
|
|
@@ -535,6 +543,8 @@ __all__ = [
|
|
|
535
543
|
'ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgsDict',
|
|
536
544
|
'ServiceIntegrationEndpointExternalAwsS3UserConfigArgs',
|
|
537
545
|
'ServiceIntegrationEndpointExternalAwsS3UserConfigArgsDict',
|
|
546
|
+
'ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgs',
|
|
547
|
+
'ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgsDict',
|
|
538
548
|
'ServiceIntegrationEndpointExternalClickhouseUserConfigArgs',
|
|
539
549
|
'ServiceIntegrationEndpointExternalClickhouseUserConfigArgsDict',
|
|
540
550
|
'ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs',
|
|
@@ -6976,6 +6986,10 @@ if not MYPY:
|
|
|
6976
6986
|
"""
|
|
6977
6987
|
Additional Cloud Regions for Backup Replication.
|
|
6978
6988
|
"""
|
|
6989
|
+
custom_code: NotRequired[pulumi.Input[bool]]
|
|
6990
|
+
"""
|
|
6991
|
+
Enable to upload Custom JARs for Flink applications.
|
|
6992
|
+
"""
|
|
6979
6993
|
flink_version: NotRequired[pulumi.Input[str]]
|
|
6980
6994
|
"""
|
|
6981
6995
|
Enum: `1.16`, `1.19`, `1.20`, and newer. Flink major version.
|
|
@@ -7027,6 +7041,7 @@ elif False:
|
|
|
7027
7041
|
class FlinkFlinkUserConfigArgs:
|
|
7028
7042
|
def __init__(__self__, *,
|
|
7029
7043
|
additional_backup_regions: Optional[pulumi.Input[str]] = None,
|
|
7044
|
+
custom_code: Optional[pulumi.Input[bool]] = None,
|
|
7030
7045
|
flink_version: Optional[pulumi.Input[str]] = None,
|
|
7031
7046
|
ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['FlinkFlinkUserConfigIpFilterObjectArgs']]]] = None,
|
|
7032
7047
|
ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
@@ -7040,6 +7055,7 @@ class FlinkFlinkUserConfigArgs:
|
|
|
7040
7055
|
static_ips: Optional[pulumi.Input[bool]] = None):
|
|
7041
7056
|
"""
|
|
7042
7057
|
:param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
7058
|
+
:param pulumi.Input[bool] custom_code: Enable to upload Custom JARs for Flink applications.
|
|
7043
7059
|
:param pulumi.Input[str] flink_version: Enum: `1.16`, `1.19`, `1.20`, and newer. Flink major version.
|
|
7044
7060
|
:param pulumi.Input[Sequence[pulumi.Input['FlinkFlinkUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
7045
7061
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
@@ -7057,6 +7073,8 @@ class FlinkFlinkUserConfigArgs:
|
|
|
7057
7073
|
pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
|
|
7058
7074
|
if additional_backup_regions is not None:
|
|
7059
7075
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
7076
|
+
if custom_code is not None:
|
|
7077
|
+
pulumi.set(__self__, "custom_code", custom_code)
|
|
7060
7078
|
if flink_version is not None:
|
|
7061
7079
|
pulumi.set(__self__, "flink_version", flink_version)
|
|
7062
7080
|
if ip_filter_objects is not None:
|
|
@@ -7096,6 +7114,18 @@ class FlinkFlinkUserConfigArgs:
|
|
|
7096
7114
|
def additional_backup_regions(self, value: Optional[pulumi.Input[str]]):
|
|
7097
7115
|
pulumi.set(self, "additional_backup_regions", value)
|
|
7098
7116
|
|
|
7117
|
+
@property
|
|
7118
|
+
@pulumi.getter(name="customCode")
|
|
7119
|
+
def custom_code(self) -> Optional[pulumi.Input[bool]]:
|
|
7120
|
+
"""
|
|
7121
|
+
Enable to upload Custom JARs for Flink applications.
|
|
7122
|
+
"""
|
|
7123
|
+
return pulumi.get(self, "custom_code")
|
|
7124
|
+
|
|
7125
|
+
@custom_code.setter
|
|
7126
|
+
def custom_code(self, value: Optional[pulumi.Input[bool]]):
|
|
7127
|
+
pulumi.set(self, "custom_code", value)
|
|
7128
|
+
|
|
7099
7129
|
@property
|
|
7100
7130
|
@pulumi.getter(name="flinkVersion")
|
|
7101
7131
|
def flink_version(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -7762,6 +7792,10 @@ if not MYPY:
|
|
|
7762
7792
|
"""
|
|
7763
7793
|
Enable browsing of dashboards in grid (pictures) mode. This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
|
|
7764
7794
|
"""
|
|
7795
|
+
dashboard_scenes_enabled: NotRequired[pulumi.Input[bool]]
|
|
7796
|
+
"""
|
|
7797
|
+
Enable use of the Grafana Scenes Library as the dashboard engine. i.e. the `dashboardScene` feature flag. Upstream blog post at https://grafana.com/blog/2024/10/31/grafana-dashboards-are-now-powered-by-scenes-big-changes-same-ui/.
|
|
7798
|
+
"""
|
|
7765
7799
|
dashboards_min_refresh_interval: NotRequired[pulumi.Input[str]]
|
|
7766
7800
|
"""
|
|
7767
7801
|
Signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h. Example: `5s`.
|
|
@@ -7895,6 +7929,7 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
7895
7929
|
cookie_samesite: Optional[pulumi.Input[str]] = None,
|
|
7896
7930
|
custom_domain: Optional[pulumi.Input[str]] = None,
|
|
7897
7931
|
dashboard_previews_enabled: Optional[pulumi.Input[bool]] = None,
|
|
7932
|
+
dashboard_scenes_enabled: Optional[pulumi.Input[bool]] = None,
|
|
7898
7933
|
dashboards_min_refresh_interval: Optional[pulumi.Input[str]] = None,
|
|
7899
7934
|
dashboards_versions_to_keep: Optional[pulumi.Input[int]] = None,
|
|
7900
7935
|
dataproxy_send_user_header: Optional[pulumi.Input[bool]] = None,
|
|
@@ -7939,6 +7974,7 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
7939
7974
|
:param pulumi.Input[str] cookie_samesite: Enum: `lax`, `none`, `strict`. Cookie SameSite attribute: `strict` prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. `lax` is the default value.
|
|
7940
7975
|
:param pulumi.Input[str] custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
|
|
7941
7976
|
:param pulumi.Input[bool] dashboard_previews_enabled: Enable browsing of dashboards in grid (pictures) mode. This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
|
|
7977
|
+
:param pulumi.Input[bool] dashboard_scenes_enabled: Enable use of the Grafana Scenes Library as the dashboard engine. i.e. the `dashboardScene` feature flag. Upstream blog post at https://grafana.com/blog/2024/10/31/grafana-dashboards-are-now-powered-by-scenes-big-changes-same-ui/.
|
|
7942
7978
|
:param pulumi.Input[str] dashboards_min_refresh_interval: Signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h. Example: `5s`.
|
|
7943
7979
|
:param pulumi.Input[int] dashboards_versions_to_keep: Dashboard versions to keep per dashboard. Example: `20`.
|
|
7944
7980
|
:param pulumi.Input[bool] dataproxy_send_user_header: Send `X-Grafana-User` header to data source.
|
|
@@ -7998,6 +8034,8 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
7998
8034
|
pulumi.set(__self__, "custom_domain", custom_domain)
|
|
7999
8035
|
if dashboard_previews_enabled is not None:
|
|
8000
8036
|
pulumi.set(__self__, "dashboard_previews_enabled", dashboard_previews_enabled)
|
|
8037
|
+
if dashboard_scenes_enabled is not None:
|
|
8038
|
+
pulumi.set(__self__, "dashboard_scenes_enabled", dashboard_scenes_enabled)
|
|
8001
8039
|
if dashboards_min_refresh_interval is not None:
|
|
8002
8040
|
pulumi.set(__self__, "dashboards_min_refresh_interval", dashboards_min_refresh_interval)
|
|
8003
8041
|
if dashboards_versions_to_keep is not None:
|
|
@@ -8238,6 +8276,18 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
8238
8276
|
def dashboard_previews_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
8239
8277
|
pulumi.set(self, "dashboard_previews_enabled", value)
|
|
8240
8278
|
|
|
8279
|
+
@property
|
|
8280
|
+
@pulumi.getter(name="dashboardScenesEnabled")
|
|
8281
|
+
def dashboard_scenes_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
8282
|
+
"""
|
|
8283
|
+
Enable use of the Grafana Scenes Library as the dashboard engine. i.e. the `dashboardScene` feature flag. Upstream blog post at https://grafana.com/blog/2024/10/31/grafana-dashboards-are-now-powered-by-scenes-big-changes-same-ui/.
|
|
8284
|
+
"""
|
|
8285
|
+
return pulumi.get(self, "dashboard_scenes_enabled")
|
|
8286
|
+
|
|
8287
|
+
@dashboard_scenes_enabled.setter
|
|
8288
|
+
def dashboard_scenes_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
8289
|
+
pulumi.set(self, "dashboard_scenes_enabled", value)
|
|
8290
|
+
|
|
8241
8291
|
@property
|
|
8242
8292
|
@pulumi.getter(name="dashboardsMinRefreshInterval")
|
|
8243
8293
|
def dashboards_min_refresh_interval(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -11506,6 +11556,10 @@ if not MYPY:
|
|
|
11506
11556
|
"""
|
|
11507
11557
|
Kafka Connect configuration values
|
|
11508
11558
|
"""
|
|
11559
|
+
plugin_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input['KafkaConnectKafkaConnectUserConfigPluginVersionArgsDict']]]]
|
|
11560
|
+
"""
|
|
11561
|
+
The plugin selected by the user
|
|
11562
|
+
"""
|
|
11509
11563
|
private_access: NotRequired[pulumi.Input['KafkaConnectKafkaConnectUserConfigPrivateAccessArgsDict']]
|
|
11510
11564
|
"""
|
|
11511
11565
|
Allow access to selected service ports from private networks
|
|
@@ -11538,6 +11592,7 @@ class KafkaConnectKafkaConnectUserConfigArgs:
|
|
|
11538
11592
|
ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
11539
11593
|
ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
11540
11594
|
kafka_connect: Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigKafkaConnectArgs']] = None,
|
|
11595
|
+
plugin_versions: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaConnectKafkaConnectUserConfigPluginVersionArgs']]]] = None,
|
|
11541
11596
|
private_access: Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigPrivateAccessArgs']] = None,
|
|
11542
11597
|
privatelink_access: Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigPrivatelinkAccessArgs']] = None,
|
|
11543
11598
|
public_access: Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigPublicAccessArgs']] = None,
|
|
@@ -11550,6 +11605,7 @@ class KafkaConnectKafkaConnectUserConfigArgs:
|
|
|
11550
11605
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
11551
11606
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
11552
11607
|
:param pulumi.Input['KafkaConnectKafkaConnectUserConfigKafkaConnectArgs'] kafka_connect: Kafka Connect configuration values
|
|
11608
|
+
:param pulumi.Input[Sequence[pulumi.Input['KafkaConnectKafkaConnectUserConfigPluginVersionArgs']]] plugin_versions: The plugin selected by the user
|
|
11553
11609
|
:param pulumi.Input['KafkaConnectKafkaConnectUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
|
|
11554
11610
|
:param pulumi.Input['KafkaConnectKafkaConnectUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
|
|
11555
11611
|
:param pulumi.Input['KafkaConnectKafkaConnectUserConfigPublicAccessArgs'] public_access: Allow access to selected service ports from the public Internet
|
|
@@ -11572,6 +11628,8 @@ class KafkaConnectKafkaConnectUserConfigArgs:
|
|
|
11572
11628
|
pulumi.set(__self__, "ip_filters", ip_filters)
|
|
11573
11629
|
if kafka_connect is not None:
|
|
11574
11630
|
pulumi.set(__self__, "kafka_connect", kafka_connect)
|
|
11631
|
+
if plugin_versions is not None:
|
|
11632
|
+
pulumi.set(__self__, "plugin_versions", plugin_versions)
|
|
11575
11633
|
if private_access is not None:
|
|
11576
11634
|
pulumi.set(__self__, "private_access", private_access)
|
|
11577
11635
|
if privatelink_access is not None:
|
|
@@ -11647,6 +11705,18 @@ class KafkaConnectKafkaConnectUserConfigArgs:
|
|
|
11647
11705
|
def kafka_connect(self, value: Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigKafkaConnectArgs']]):
|
|
11648
11706
|
pulumi.set(self, "kafka_connect", value)
|
|
11649
11707
|
|
|
11708
|
+
@property
|
|
11709
|
+
@pulumi.getter(name="pluginVersions")
|
|
11710
|
+
def plugin_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KafkaConnectKafkaConnectUserConfigPluginVersionArgs']]]]:
|
|
11711
|
+
"""
|
|
11712
|
+
The plugin selected by the user
|
|
11713
|
+
"""
|
|
11714
|
+
return pulumi.get(self, "plugin_versions")
|
|
11715
|
+
|
|
11716
|
+
@plugin_versions.setter
|
|
11717
|
+
def plugin_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaConnectKafkaConnectUserConfigPluginVersionArgs']]]]):
|
|
11718
|
+
pulumi.set(self, "plugin_versions", value)
|
|
11719
|
+
|
|
11650
11720
|
@property
|
|
11651
11721
|
@pulumi.getter(name="privateAccess")
|
|
11652
11722
|
def private_access(self) -> Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigPrivateAccessArgs']]:
|
|
@@ -12100,6 +12170,56 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
|
|
|
12100
12170
|
pulumi.set(self, "session_timeout_ms", value)
|
|
12101
12171
|
|
|
12102
12172
|
|
|
12173
|
+
if not MYPY:
|
|
12174
|
+
class KafkaConnectKafkaConnectUserConfigPluginVersionArgsDict(TypedDict):
|
|
12175
|
+
plugin_name: pulumi.Input[str]
|
|
12176
|
+
"""
|
|
12177
|
+
The name of the plugin. Example: `debezium-connector`.
|
|
12178
|
+
"""
|
|
12179
|
+
version: pulumi.Input[str]
|
|
12180
|
+
"""
|
|
12181
|
+
The version of the plugin. Example: `2.5.0`.
|
|
12182
|
+
"""
|
|
12183
|
+
elif False:
|
|
12184
|
+
KafkaConnectKafkaConnectUserConfigPluginVersionArgsDict: TypeAlias = Mapping[str, Any]
|
|
12185
|
+
|
|
12186
|
+
@pulumi.input_type
|
|
12187
|
+
class KafkaConnectKafkaConnectUserConfigPluginVersionArgs:
|
|
12188
|
+
def __init__(__self__, *,
|
|
12189
|
+
plugin_name: pulumi.Input[str],
|
|
12190
|
+
version: pulumi.Input[str]):
|
|
12191
|
+
"""
|
|
12192
|
+
:param pulumi.Input[str] plugin_name: The name of the plugin. Example: `debezium-connector`.
|
|
12193
|
+
:param pulumi.Input[str] version: The version of the plugin. Example: `2.5.0`.
|
|
12194
|
+
"""
|
|
12195
|
+
pulumi.set(__self__, "plugin_name", plugin_name)
|
|
12196
|
+
pulumi.set(__self__, "version", version)
|
|
12197
|
+
|
|
12198
|
+
@property
|
|
12199
|
+
@pulumi.getter(name="pluginName")
|
|
12200
|
+
def plugin_name(self) -> pulumi.Input[str]:
|
|
12201
|
+
"""
|
|
12202
|
+
The name of the plugin. Example: `debezium-connector`.
|
|
12203
|
+
"""
|
|
12204
|
+
return pulumi.get(self, "plugin_name")
|
|
12205
|
+
|
|
12206
|
+
@plugin_name.setter
|
|
12207
|
+
def plugin_name(self, value: pulumi.Input[str]):
|
|
12208
|
+
pulumi.set(self, "plugin_name", value)
|
|
12209
|
+
|
|
12210
|
+
@property
|
|
12211
|
+
@pulumi.getter
|
|
12212
|
+
def version(self) -> pulumi.Input[str]:
|
|
12213
|
+
"""
|
|
12214
|
+
The version of the plugin. Example: `2.5.0`.
|
|
12215
|
+
"""
|
|
12216
|
+
return pulumi.get(self, "version")
|
|
12217
|
+
|
|
12218
|
+
@version.setter
|
|
12219
|
+
def version(self, value: pulumi.Input[str]):
|
|
12220
|
+
pulumi.set(self, "version", value)
|
|
12221
|
+
|
|
12222
|
+
|
|
12103
12223
|
if not MYPY:
|
|
12104
12224
|
class KafkaConnectKafkaConnectUserConfigPrivateAccessArgsDict(TypedDict):
|
|
12105
12225
|
kafka_connect: NotRequired[pulumi.Input[bool]]
|
|
@@ -23691,10 +23811,15 @@ if not MYPY:
|
|
|
23691
23811
|
"""
|
|
23692
23812
|
Controls the number of shards allowed in the cluster per data node. Example: `1000`.
|
|
23693
23813
|
"""
|
|
23814
|
+
cluster_routing_allocation_balance_prefer_primary: NotRequired[pulumi.Input[bool]]
|
|
23815
|
+
"""
|
|
23816
|
+
When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false. Default: `false`.
|
|
23817
|
+
"""
|
|
23694
23818
|
cluster_routing_allocation_node_concurrent_recoveries: NotRequired[pulumi.Input[int]]
|
|
23695
23819
|
"""
|
|
23696
23820
|
How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2.
|
|
23697
23821
|
"""
|
|
23822
|
+
cluster_search_request_slowlog: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgsDict']]
|
|
23698
23823
|
email_sender_name: NotRequired[pulumi.Input[str]]
|
|
23699
23824
|
"""
|
|
23700
23825
|
Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. Example: `alert-sender`.
|
|
@@ -23707,6 +23832,10 @@ if not MYPY:
|
|
|
23707
23832
|
"""
|
|
23708
23833
|
Sender username for Opensearch alerts. Example: `jane@example.com`.
|
|
23709
23834
|
"""
|
|
23835
|
+
enable_remote_backed_storage: NotRequired[pulumi.Input[bool]]
|
|
23836
|
+
"""
|
|
23837
|
+
Enable remote-backed storage.
|
|
23838
|
+
"""
|
|
23710
23839
|
enable_security_audit: NotRequired[pulumi.Input[bool]]
|
|
23711
23840
|
"""
|
|
23712
23841
|
Enable/Disable security audit.
|
|
@@ -23812,6 +23941,10 @@ if not MYPY:
|
|
|
23812
23941
|
"""
|
|
23813
23942
|
Maximum number of aggregation buckets allowed in a single response. OpenSearch default value is used when this is not defined. Example: `10000`.
|
|
23814
23943
|
"""
|
|
23944
|
+
segrep: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSegrepArgsDict']]
|
|
23945
|
+
"""
|
|
23946
|
+
Segment Replication Backpressure Settings
|
|
23947
|
+
"""
|
|
23815
23948
|
shard_indexing_pressure: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgsDict']]
|
|
23816
23949
|
"""
|
|
23817
23950
|
Shard indexing back pressure settings
|
|
@@ -23870,10 +24003,13 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
23870
24003
|
action_destructive_requires_name: Optional[pulumi.Input[bool]] = None,
|
|
23871
24004
|
auth_failure_listeners: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersArgs']] = None,
|
|
23872
24005
|
cluster_max_shards_per_node: Optional[pulumi.Input[int]] = None,
|
|
24006
|
+
cluster_routing_allocation_balance_prefer_primary: Optional[pulumi.Input[bool]] = None,
|
|
23873
24007
|
cluster_routing_allocation_node_concurrent_recoveries: Optional[pulumi.Input[int]] = None,
|
|
24008
|
+
cluster_search_request_slowlog: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgs']] = None,
|
|
23874
24009
|
email_sender_name: Optional[pulumi.Input[str]] = None,
|
|
23875
24010
|
email_sender_password: Optional[pulumi.Input[str]] = None,
|
|
23876
24011
|
email_sender_username: Optional[pulumi.Input[str]] = None,
|
|
24012
|
+
enable_remote_backed_storage: Optional[pulumi.Input[bool]] = None,
|
|
23877
24013
|
enable_security_audit: Optional[pulumi.Input[bool]] = None,
|
|
23878
24014
|
http_max_content_length: Optional[pulumi.Input[int]] = None,
|
|
23879
24015
|
http_max_header_size: Optional[pulumi.Input[int]] = None,
|
|
@@ -23901,6 +24037,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
23901
24037
|
search_backpressure: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgs']] = None,
|
|
23902
24038
|
search_insights_top_queries: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesArgs']] = None,
|
|
23903
24039
|
search_max_buckets: Optional[pulumi.Input[int]] = None,
|
|
24040
|
+
segrep: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSegrepArgs']] = None,
|
|
23904
24041
|
shard_indexing_pressure: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgs']] = None,
|
|
23905
24042
|
thread_pool_analyze_queue_size: Optional[pulumi.Input[int]] = None,
|
|
23906
24043
|
thread_pool_analyze_size: Optional[pulumi.Input[int]] = None,
|
|
@@ -23918,10 +24055,12 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
23918
24055
|
:param pulumi.Input[bool] action_destructive_requires_name: Require explicit index names when deleting.
|
|
23919
24056
|
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersArgs'] auth_failure_listeners: Opensearch Security Plugin Settings
|
|
23920
24057
|
:param pulumi.Input[int] cluster_max_shards_per_node: Controls the number of shards allowed in the cluster per data node. Example: `1000`.
|
|
24058
|
+
:param pulumi.Input[bool] cluster_routing_allocation_balance_prefer_primary: When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false. Default: `false`.
|
|
23921
24059
|
:param pulumi.Input[int] cluster_routing_allocation_node_concurrent_recoveries: How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2.
|
|
23922
24060
|
:param pulumi.Input[str] email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. Example: `alert-sender`.
|
|
23923
24061
|
:param pulumi.Input[str] email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Example: `very-secure-mail-password`.
|
|
23924
24062
|
:param pulumi.Input[str] email_sender_username: Sender username for Opensearch alerts. Example: `jane@example.com`.
|
|
24063
|
+
:param pulumi.Input[bool] enable_remote_backed_storage: Enable remote-backed storage.
|
|
23925
24064
|
:param pulumi.Input[bool] enable_security_audit: Enable/Disable security audit.
|
|
23926
24065
|
:param pulumi.Input[int] http_max_content_length: Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes.
|
|
23927
24066
|
:param pulumi.Input[int] http_max_header_size: The max size of allowed headers, in bytes. Example: `8192`.
|
|
@@ -23948,6 +24087,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
23948
24087
|
:param pulumi.Input[str] script_max_compilations_rate: Script compilation circuit breaker limits the number of inline script compilations within a period of time. Default is use-context. Example: `75/5m`.
|
|
23949
24088
|
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgs'] search_backpressure: Search Backpressure Settings
|
|
23950
24089
|
:param pulumi.Input[int] search_max_buckets: Maximum number of aggregation buckets allowed in a single response. OpenSearch default value is used when this is not defined. Example: `10000`.
|
|
24090
|
+
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSegrepArgs'] segrep: Segment Replication Backpressure Settings
|
|
23951
24091
|
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgs'] shard_indexing_pressure: Shard indexing back pressure settings
|
|
23952
24092
|
:param pulumi.Input[int] thread_pool_analyze_queue_size: Size for the thread pool queue. See documentation for exact details.
|
|
23953
24093
|
:param pulumi.Input[int] thread_pool_analyze_size: Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
|
|
@@ -23969,14 +24109,20 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
23969
24109
|
pulumi.set(__self__, "auth_failure_listeners", auth_failure_listeners)
|
|
23970
24110
|
if cluster_max_shards_per_node is not None:
|
|
23971
24111
|
pulumi.set(__self__, "cluster_max_shards_per_node", cluster_max_shards_per_node)
|
|
24112
|
+
if cluster_routing_allocation_balance_prefer_primary is not None:
|
|
24113
|
+
pulumi.set(__self__, "cluster_routing_allocation_balance_prefer_primary", cluster_routing_allocation_balance_prefer_primary)
|
|
23972
24114
|
if cluster_routing_allocation_node_concurrent_recoveries is not None:
|
|
23973
24115
|
pulumi.set(__self__, "cluster_routing_allocation_node_concurrent_recoveries", cluster_routing_allocation_node_concurrent_recoveries)
|
|
24116
|
+
if cluster_search_request_slowlog is not None:
|
|
24117
|
+
pulumi.set(__self__, "cluster_search_request_slowlog", cluster_search_request_slowlog)
|
|
23974
24118
|
if email_sender_name is not None:
|
|
23975
24119
|
pulumi.set(__self__, "email_sender_name", email_sender_name)
|
|
23976
24120
|
if email_sender_password is not None:
|
|
23977
24121
|
pulumi.set(__self__, "email_sender_password", email_sender_password)
|
|
23978
24122
|
if email_sender_username is not None:
|
|
23979
24123
|
pulumi.set(__self__, "email_sender_username", email_sender_username)
|
|
24124
|
+
if enable_remote_backed_storage is not None:
|
|
24125
|
+
pulumi.set(__self__, "enable_remote_backed_storage", enable_remote_backed_storage)
|
|
23980
24126
|
if enable_security_audit is not None:
|
|
23981
24127
|
pulumi.set(__self__, "enable_security_audit", enable_security_audit)
|
|
23982
24128
|
if http_max_content_length is not None:
|
|
@@ -24031,6 +24177,8 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
24031
24177
|
pulumi.set(__self__, "search_insights_top_queries", search_insights_top_queries)
|
|
24032
24178
|
if search_max_buckets is not None:
|
|
24033
24179
|
pulumi.set(__self__, "search_max_buckets", search_max_buckets)
|
|
24180
|
+
if segrep is not None:
|
|
24181
|
+
pulumi.set(__self__, "segrep", segrep)
|
|
24034
24182
|
if shard_indexing_pressure is not None:
|
|
24035
24183
|
pulumi.set(__self__, "shard_indexing_pressure", shard_indexing_pressure)
|
|
24036
24184
|
if thread_pool_analyze_queue_size is not None:
|
|
@@ -24104,6 +24252,18 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
24104
24252
|
def cluster_max_shards_per_node(self, value: Optional[pulumi.Input[int]]):
|
|
24105
24253
|
pulumi.set(self, "cluster_max_shards_per_node", value)
|
|
24106
24254
|
|
|
24255
|
+
@property
|
|
24256
|
+
@pulumi.getter(name="clusterRoutingAllocationBalancePreferPrimary")
|
|
24257
|
+
def cluster_routing_allocation_balance_prefer_primary(self) -> Optional[pulumi.Input[bool]]:
|
|
24258
|
+
"""
|
|
24259
|
+
When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false. Default: `false`.
|
|
24260
|
+
"""
|
|
24261
|
+
return pulumi.get(self, "cluster_routing_allocation_balance_prefer_primary")
|
|
24262
|
+
|
|
24263
|
+
@cluster_routing_allocation_balance_prefer_primary.setter
|
|
24264
|
+
def cluster_routing_allocation_balance_prefer_primary(self, value: Optional[pulumi.Input[bool]]):
|
|
24265
|
+
pulumi.set(self, "cluster_routing_allocation_balance_prefer_primary", value)
|
|
24266
|
+
|
|
24107
24267
|
@property
|
|
24108
24268
|
@pulumi.getter(name="clusterRoutingAllocationNodeConcurrentRecoveries")
|
|
24109
24269
|
def cluster_routing_allocation_node_concurrent_recoveries(self) -> Optional[pulumi.Input[int]]:
|
|
@@ -24116,6 +24276,15 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
24116
24276
|
def cluster_routing_allocation_node_concurrent_recoveries(self, value: Optional[pulumi.Input[int]]):
|
|
24117
24277
|
pulumi.set(self, "cluster_routing_allocation_node_concurrent_recoveries", value)
|
|
24118
24278
|
|
|
24279
|
+
@property
|
|
24280
|
+
@pulumi.getter(name="clusterSearchRequestSlowlog")
|
|
24281
|
+
def cluster_search_request_slowlog(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgs']]:
|
|
24282
|
+
return pulumi.get(self, "cluster_search_request_slowlog")
|
|
24283
|
+
|
|
24284
|
+
@cluster_search_request_slowlog.setter
|
|
24285
|
+
def cluster_search_request_slowlog(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgs']]):
|
|
24286
|
+
pulumi.set(self, "cluster_search_request_slowlog", value)
|
|
24287
|
+
|
|
24119
24288
|
@property
|
|
24120
24289
|
@pulumi.getter(name="emailSenderName")
|
|
24121
24290
|
def email_sender_name(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -24152,6 +24321,18 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
24152
24321
|
def email_sender_username(self, value: Optional[pulumi.Input[str]]):
|
|
24153
24322
|
pulumi.set(self, "email_sender_username", value)
|
|
24154
24323
|
|
|
24324
|
+
@property
|
|
24325
|
+
@pulumi.getter(name="enableRemoteBackedStorage")
|
|
24326
|
+
def enable_remote_backed_storage(self) -> Optional[pulumi.Input[bool]]:
|
|
24327
|
+
"""
|
|
24328
|
+
Enable remote-backed storage.
|
|
24329
|
+
"""
|
|
24330
|
+
return pulumi.get(self, "enable_remote_backed_storage")
|
|
24331
|
+
|
|
24332
|
+
@enable_remote_backed_storage.setter
|
|
24333
|
+
def enable_remote_backed_storage(self, value: Optional[pulumi.Input[bool]]):
|
|
24334
|
+
pulumi.set(self, "enable_remote_backed_storage", value)
|
|
24335
|
+
|
|
24155
24336
|
@property
|
|
24156
24337
|
@pulumi.getter(name="enableSecurityAudit")
|
|
24157
24338
|
def enable_security_audit(self) -> Optional[pulumi.Input[bool]]:
|
|
@@ -24473,6 +24654,18 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
24473
24654
|
def search_max_buckets(self, value: Optional[pulumi.Input[int]]):
|
|
24474
24655
|
pulumi.set(self, "search_max_buckets", value)
|
|
24475
24656
|
|
|
24657
|
+
@property
|
|
24658
|
+
@pulumi.getter
|
|
24659
|
+
def segrep(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSegrepArgs']]:
|
|
24660
|
+
"""
|
|
24661
|
+
Segment Replication Backpressure Settings
|
|
24662
|
+
"""
|
|
24663
|
+
return pulumi.get(self, "segrep")
|
|
24664
|
+
|
|
24665
|
+
@segrep.setter
|
|
24666
|
+
def segrep(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSegrepArgs']]):
|
|
24667
|
+
pulumi.set(self, "segrep", value)
|
|
24668
|
+
|
|
24476
24669
|
@property
|
|
24477
24670
|
@pulumi.getter(name="shardIndexingPressure")
|
|
24478
24671
|
def shard_indexing_pressure(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgs']]:
|
|
@@ -24947,6 +25140,143 @@ class OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimiting
|
|
|
24947
25140
|
pulumi.set(self, "type", value)
|
|
24948
25141
|
|
|
24949
25142
|
|
|
25143
|
+
if not MYPY:
|
|
25144
|
+
class OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgsDict(TypedDict):
|
|
25145
|
+
level: NotRequired[pulumi.Input[str]]
|
|
25146
|
+
"""
|
|
25147
|
+
Enum: `debug`, `info`, `trace`, `warn`. Log level. Default: `trace`.
|
|
25148
|
+
"""
|
|
25149
|
+
threshold: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogThresholdArgsDict']]
|
|
25150
|
+
elif False:
|
|
25151
|
+
OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgsDict: TypeAlias = Mapping[str, Any]
|
|
25152
|
+
|
|
25153
|
+
@pulumi.input_type
|
|
25154
|
+
class OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgs:
|
|
25155
|
+
def __init__(__self__, *,
|
|
25156
|
+
level: Optional[pulumi.Input[str]] = None,
|
|
25157
|
+
threshold: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogThresholdArgs']] = None):
|
|
25158
|
+
"""
|
|
25159
|
+
:param pulumi.Input[str] level: Enum: `debug`, `info`, `trace`, `warn`. Log level. Default: `trace`.
|
|
25160
|
+
"""
|
|
25161
|
+
if level is not None:
|
|
25162
|
+
pulumi.set(__self__, "level", level)
|
|
25163
|
+
if threshold is not None:
|
|
25164
|
+
pulumi.set(__self__, "threshold", threshold)
|
|
25165
|
+
|
|
25166
|
+
@property
|
|
25167
|
+
@pulumi.getter
|
|
25168
|
+
def level(self) -> Optional[pulumi.Input[str]]:
|
|
25169
|
+
"""
|
|
25170
|
+
Enum: `debug`, `info`, `trace`, `warn`. Log level. Default: `trace`.
|
|
25171
|
+
"""
|
|
25172
|
+
return pulumi.get(self, "level")
|
|
25173
|
+
|
|
25174
|
+
@level.setter
|
|
25175
|
+
def level(self, value: Optional[pulumi.Input[str]]):
|
|
25176
|
+
pulumi.set(self, "level", value)
|
|
25177
|
+
|
|
25178
|
+
@property
|
|
25179
|
+
@pulumi.getter
|
|
25180
|
+
def threshold(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogThresholdArgs']]:
|
|
25181
|
+
return pulumi.get(self, "threshold")
|
|
25182
|
+
|
|
25183
|
+
@threshold.setter
|
|
25184
|
+
def threshold(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogThresholdArgs']]):
|
|
25185
|
+
pulumi.set(self, "threshold", value)
|
|
25186
|
+
|
|
25187
|
+
|
|
25188
|
+
if not MYPY:
|
|
25189
|
+
class OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogThresholdArgsDict(TypedDict):
|
|
25190
|
+
debug: NotRequired[pulumi.Input[str]]
|
|
25191
|
+
"""
|
|
25192
|
+
Debug threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25193
|
+
"""
|
|
25194
|
+
info: NotRequired[pulumi.Input[str]]
|
|
25195
|
+
"""
|
|
25196
|
+
Info threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25197
|
+
"""
|
|
25198
|
+
trace: NotRequired[pulumi.Input[str]]
|
|
25199
|
+
"""
|
|
25200
|
+
Trace threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25201
|
+
"""
|
|
25202
|
+
warn: NotRequired[pulumi.Input[str]]
|
|
25203
|
+
"""
|
|
25204
|
+
Warning threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25205
|
+
"""
|
|
25206
|
+
elif False:
|
|
25207
|
+
OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogThresholdArgsDict: TypeAlias = Mapping[str, Any]
|
|
25208
|
+
|
|
25209
|
+
@pulumi.input_type
|
|
25210
|
+
class OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogThresholdArgs:
|
|
25211
|
+
def __init__(__self__, *,
|
|
25212
|
+
debug: Optional[pulumi.Input[str]] = None,
|
|
25213
|
+
info: Optional[pulumi.Input[str]] = None,
|
|
25214
|
+
trace: Optional[pulumi.Input[str]] = None,
|
|
25215
|
+
warn: Optional[pulumi.Input[str]] = None):
|
|
25216
|
+
"""
|
|
25217
|
+
:param pulumi.Input[str] debug: Debug threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25218
|
+
:param pulumi.Input[str] info: Info threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25219
|
+
:param pulumi.Input[str] trace: Trace threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25220
|
+
:param pulumi.Input[str] warn: Warning threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25221
|
+
"""
|
|
25222
|
+
if debug is not None:
|
|
25223
|
+
pulumi.set(__self__, "debug", debug)
|
|
25224
|
+
if info is not None:
|
|
25225
|
+
pulumi.set(__self__, "info", info)
|
|
25226
|
+
if trace is not None:
|
|
25227
|
+
pulumi.set(__self__, "trace", trace)
|
|
25228
|
+
if warn is not None:
|
|
25229
|
+
pulumi.set(__self__, "warn", warn)
|
|
25230
|
+
|
|
25231
|
+
@property
|
|
25232
|
+
@pulumi.getter
|
|
25233
|
+
def debug(self) -> Optional[pulumi.Input[str]]:
|
|
25234
|
+
"""
|
|
25235
|
+
Debug threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25236
|
+
"""
|
|
25237
|
+
return pulumi.get(self, "debug")
|
|
25238
|
+
|
|
25239
|
+
@debug.setter
|
|
25240
|
+
def debug(self, value: Optional[pulumi.Input[str]]):
|
|
25241
|
+
pulumi.set(self, "debug", value)
|
|
25242
|
+
|
|
25243
|
+
@property
|
|
25244
|
+
@pulumi.getter
|
|
25245
|
+
def info(self) -> Optional[pulumi.Input[str]]:
|
|
25246
|
+
"""
|
|
25247
|
+
Info threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25248
|
+
"""
|
|
25249
|
+
return pulumi.get(self, "info")
|
|
25250
|
+
|
|
25251
|
+
@info.setter
|
|
25252
|
+
def info(self, value: Optional[pulumi.Input[str]]):
|
|
25253
|
+
pulumi.set(self, "info", value)
|
|
25254
|
+
|
|
25255
|
+
@property
|
|
25256
|
+
@pulumi.getter
|
|
25257
|
+
def trace(self) -> Optional[pulumi.Input[str]]:
|
|
25258
|
+
"""
|
|
25259
|
+
Trace threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25260
|
+
"""
|
|
25261
|
+
return pulumi.get(self, "trace")
|
|
25262
|
+
|
|
25263
|
+
@trace.setter
|
|
25264
|
+
def trace(self, value: Optional[pulumi.Input[str]]):
|
|
25265
|
+
pulumi.set(self, "trace", value)
|
|
25266
|
+
|
|
25267
|
+
@property
|
|
25268
|
+
@pulumi.getter
|
|
25269
|
+
def warn(self) -> Optional[pulumi.Input[str]]:
|
|
25270
|
+
"""
|
|
25271
|
+
Warning threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25272
|
+
"""
|
|
25273
|
+
return pulumi.get(self, "warn")
|
|
25274
|
+
|
|
25275
|
+
@warn.setter
|
|
25276
|
+
def warn(self, value: Optional[pulumi.Input[str]]):
|
|
25277
|
+
pulumi.set(self, "warn", value)
|
|
25278
|
+
|
|
25279
|
+
|
|
24950
25280
|
if not MYPY:
|
|
24951
25281
|
class OpenSearchOpensearchUserConfigOpensearchDashboardsArgsDict(TypedDict):
|
|
24952
25282
|
enabled: NotRequired[pulumi.Input[bool]]
|
|
@@ -25875,6 +26205,98 @@ class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgs
|
|
|
25875
26205
|
pulumi.set(self, "window_size", value)
|
|
25876
26206
|
|
|
25877
26207
|
|
|
26208
|
+
if not MYPY:
|
|
26209
|
+
class OpenSearchOpensearchUserConfigOpensearchSegrepArgsDict(TypedDict):
|
|
26210
|
+
pressure_checkpoint_limit: NotRequired[pulumi.Input[int]]
|
|
26211
|
+
"""
|
|
26212
|
+
The maximum number of indexing checkpoints that a replica shard can fall behind when copying from primary. Once `segrep.pressure.checkpoint.limit` is breached along with `segrep.pressure.time.limit`, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints. Default: `4`.
|
|
26213
|
+
"""
|
|
26214
|
+
pressure_enabled: NotRequired[pulumi.Input[bool]]
|
|
26215
|
+
"""
|
|
26216
|
+
Enables the segment replication backpressure mechanism. Default is false. Default: `false`.
|
|
26217
|
+
"""
|
|
26218
|
+
pressure_replica_stale_limit: NotRequired[pulumi.Input[float]]
|
|
26219
|
+
"""
|
|
26220
|
+
The maximum number of stale replica shards that can exist in a replication group. Once `segrep.pressure.replica.stale.limit` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group. Default: `0.5`.
|
|
26221
|
+
"""
|
|
26222
|
+
pressure_time_limit: NotRequired[pulumi.Input[str]]
|
|
26223
|
+
"""
|
|
26224
|
+
The maximum amount of time that a replica shard can take to copy from the primary shard. Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes. Default: `5m`.
|
|
26225
|
+
"""
|
|
26226
|
+
elif False:
|
|
26227
|
+
OpenSearchOpensearchUserConfigOpensearchSegrepArgsDict: TypeAlias = Mapping[str, Any]
|
|
26228
|
+
|
|
26229
|
+
@pulumi.input_type
|
|
26230
|
+
class OpenSearchOpensearchUserConfigOpensearchSegrepArgs:
|
|
26231
|
+
def __init__(__self__, *,
|
|
26232
|
+
pressure_checkpoint_limit: Optional[pulumi.Input[int]] = None,
|
|
26233
|
+
pressure_enabled: Optional[pulumi.Input[bool]] = None,
|
|
26234
|
+
pressure_replica_stale_limit: Optional[pulumi.Input[float]] = None,
|
|
26235
|
+
pressure_time_limit: Optional[pulumi.Input[str]] = None):
|
|
26236
|
+
"""
|
|
26237
|
+
:param pulumi.Input[int] pressure_checkpoint_limit: The maximum number of indexing checkpoints that a replica shard can fall behind when copying from primary. Once `segrep.pressure.checkpoint.limit` is breached along with `segrep.pressure.time.limit`, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints. Default: `4`.
|
|
26238
|
+
:param pulumi.Input[bool] pressure_enabled: Enables the segment replication backpressure mechanism. Default is false. Default: `false`.
|
|
26239
|
+
:param pulumi.Input[float] pressure_replica_stale_limit: The maximum number of stale replica shards that can exist in a replication group. Once `segrep.pressure.replica.stale.limit` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group. Default: `0.5`.
|
|
26240
|
+
:param pulumi.Input[str] pressure_time_limit: The maximum amount of time that a replica shard can take to copy from the primary shard. Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes. Default: `5m`.
|
|
26241
|
+
"""
|
|
26242
|
+
if pressure_checkpoint_limit is not None:
|
|
26243
|
+
pulumi.set(__self__, "pressure_checkpoint_limit", pressure_checkpoint_limit)
|
|
26244
|
+
if pressure_enabled is not None:
|
|
26245
|
+
pulumi.set(__self__, "pressure_enabled", pressure_enabled)
|
|
26246
|
+
if pressure_replica_stale_limit is not None:
|
|
26247
|
+
pulumi.set(__self__, "pressure_replica_stale_limit", pressure_replica_stale_limit)
|
|
26248
|
+
if pressure_time_limit is not None:
|
|
26249
|
+
pulumi.set(__self__, "pressure_time_limit", pressure_time_limit)
|
|
26250
|
+
|
|
26251
|
+
@property
|
|
26252
|
+
@pulumi.getter(name="pressureCheckpointLimit")
|
|
26253
|
+
def pressure_checkpoint_limit(self) -> Optional[pulumi.Input[int]]:
|
|
26254
|
+
"""
|
|
26255
|
+
The maximum number of indexing checkpoints that a replica shard can fall behind when copying from primary. Once `segrep.pressure.checkpoint.limit` is breached along with `segrep.pressure.time.limit`, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints. Default: `4`.
|
|
26256
|
+
"""
|
|
26257
|
+
return pulumi.get(self, "pressure_checkpoint_limit")
|
|
26258
|
+
|
|
26259
|
+
@pressure_checkpoint_limit.setter
|
|
26260
|
+
def pressure_checkpoint_limit(self, value: Optional[pulumi.Input[int]]):
|
|
26261
|
+
pulumi.set(self, "pressure_checkpoint_limit", value)
|
|
26262
|
+
|
|
26263
|
+
@property
|
|
26264
|
+
@pulumi.getter(name="pressureEnabled")
|
|
26265
|
+
def pressure_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
26266
|
+
"""
|
|
26267
|
+
Enables the segment replication backpressure mechanism. Default is false. Default: `false`.
|
|
26268
|
+
"""
|
|
26269
|
+
return pulumi.get(self, "pressure_enabled")
|
|
26270
|
+
|
|
26271
|
+
@pressure_enabled.setter
|
|
26272
|
+
def pressure_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
26273
|
+
pulumi.set(self, "pressure_enabled", value)
|
|
26274
|
+
|
|
26275
|
+
@property
|
|
26276
|
+
@pulumi.getter(name="pressureReplicaStaleLimit")
|
|
26277
|
+
def pressure_replica_stale_limit(self) -> Optional[pulumi.Input[float]]:
|
|
26278
|
+
"""
|
|
26279
|
+
The maximum number of stale replica shards that can exist in a replication group. Once `segrep.pressure.replica.stale.limit` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group. Default: `0.5`.
|
|
26280
|
+
"""
|
|
26281
|
+
return pulumi.get(self, "pressure_replica_stale_limit")
|
|
26282
|
+
|
|
26283
|
+
@pressure_replica_stale_limit.setter
|
|
26284
|
+
def pressure_replica_stale_limit(self, value: Optional[pulumi.Input[float]]):
|
|
26285
|
+
pulumi.set(self, "pressure_replica_stale_limit", value)
|
|
26286
|
+
|
|
26287
|
+
@property
|
|
26288
|
+
@pulumi.getter(name="pressureTimeLimit")
|
|
26289
|
+
def pressure_time_limit(self) -> Optional[pulumi.Input[str]]:
|
|
26290
|
+
"""
|
|
26291
|
+
The maximum amount of time that a replica shard can take to copy from the primary shard. Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes. Default: `5m`.
|
|
26292
|
+
"""
|
|
26293
|
+
return pulumi.get(self, "pressure_time_limit")
|
|
26294
|
+
|
|
26295
|
+
@pressure_time_limit.setter
|
|
26296
|
+
def pressure_time_limit(self, value: Optional[pulumi.Input[str]]):
|
|
26297
|
+
pulumi.set(self, "pressure_time_limit", value)
|
|
26298
|
+
|
|
26299
|
+
|
|
25878
26300
|
if not MYPY:
|
|
25879
26301
|
class OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgsDict(TypedDict):
|
|
25880
26302
|
enabled: NotRequired[pulumi.Input[bool]]
|
|
@@ -27058,7 +27480,7 @@ if not MYPY:
|
|
|
27058
27480
|
class OrganizationPermissionPermissionArgsDict(TypedDict):
|
|
27059
27481
|
permissions: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
27060
27482
|
"""
|
|
27061
|
-
List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
27483
|
+
List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
27062
27484
|
"""
|
|
27063
27485
|
principal_id: pulumi.Input[str]
|
|
27064
27486
|
"""
|
|
@@ -27088,7 +27510,7 @@ class OrganizationPermissionPermissionArgs:
|
|
|
27088
27510
|
create_time: Optional[pulumi.Input[str]] = None,
|
|
27089
27511
|
update_time: Optional[pulumi.Input[str]] = None):
|
|
27090
27512
|
"""
|
|
27091
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] permissions: List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
27513
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] permissions: List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
27092
27514
|
:param pulumi.Input[str] principal_id: ID of the user or group to grant permissions to. Only active users who have accepted an [invite](https://aiven.io/docs/platform/howto/manage-org-users) to join the organization can be granted permissions.
|
|
27093
27515
|
:param pulumi.Input[str] principal_type: The type of principal. The possible values are `user` and `user_group`.
|
|
27094
27516
|
:param pulumi.Input[str] create_time: Time created.
|
|
@@ -27106,7 +27528,7 @@ class OrganizationPermissionPermissionArgs:
|
|
|
27106
27528
|
@pulumi.getter
|
|
27107
27529
|
def permissions(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
27108
27530
|
"""
|
|
27109
|
-
List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
27531
|
+
List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
27110
27532
|
"""
|
|
27111
27533
|
return pulumi.get(self, "permissions")
|
|
27112
27534
|
|
|
@@ -33845,6 +34267,76 @@ class ServiceIntegrationEndpointExternalAwsS3UserConfigArgs:
|
|
|
33845
34267
|
pulumi.set(self, "url", value)
|
|
33846
34268
|
|
|
33847
34269
|
|
|
34270
|
+
if not MYPY:
|
|
34271
|
+
class ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgsDict(TypedDict):
|
|
34272
|
+
connection_string: pulumi.Input[str]
|
|
34273
|
+
"""
|
|
34274
|
+
Azure Blob Storage connection string. Example: `AccountName=IDENT;AccountKey=SECRET`.
|
|
34275
|
+
"""
|
|
34276
|
+
container: pulumi.Input[str]
|
|
34277
|
+
"""
|
|
34278
|
+
Container. Example: `container-dev`.
|
|
34279
|
+
"""
|
|
34280
|
+
blob_path: NotRequired[pulumi.Input[str]]
|
|
34281
|
+
"""
|
|
34282
|
+
Blob path. Example: `path/to/blob/file.csv`.
|
|
34283
|
+
"""
|
|
34284
|
+
elif False:
|
|
34285
|
+
ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
34286
|
+
|
|
34287
|
+
@pulumi.input_type
|
|
34288
|
+
class ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgs:
|
|
34289
|
+
def __init__(__self__, *,
|
|
34290
|
+
connection_string: pulumi.Input[str],
|
|
34291
|
+
container: pulumi.Input[str],
|
|
34292
|
+
blob_path: Optional[pulumi.Input[str]] = None):
|
|
34293
|
+
"""
|
|
34294
|
+
:param pulumi.Input[str] connection_string: Azure Blob Storage connection string. Example: `AccountName=IDENT;AccountKey=SECRET`.
|
|
34295
|
+
:param pulumi.Input[str] container: Container. Example: `container-dev`.
|
|
34296
|
+
:param pulumi.Input[str] blob_path: Blob path. Example: `path/to/blob/file.csv`.
|
|
34297
|
+
"""
|
|
34298
|
+
pulumi.set(__self__, "connection_string", connection_string)
|
|
34299
|
+
pulumi.set(__self__, "container", container)
|
|
34300
|
+
if blob_path is not None:
|
|
34301
|
+
pulumi.set(__self__, "blob_path", blob_path)
|
|
34302
|
+
|
|
34303
|
+
@property
|
|
34304
|
+
@pulumi.getter(name="connectionString")
|
|
34305
|
+
def connection_string(self) -> pulumi.Input[str]:
|
|
34306
|
+
"""
|
|
34307
|
+
Azure Blob Storage connection string. Example: `AccountName=IDENT;AccountKey=SECRET`.
|
|
34308
|
+
"""
|
|
34309
|
+
return pulumi.get(self, "connection_string")
|
|
34310
|
+
|
|
34311
|
+
@connection_string.setter
|
|
34312
|
+
def connection_string(self, value: pulumi.Input[str]):
|
|
34313
|
+
pulumi.set(self, "connection_string", value)
|
|
34314
|
+
|
|
34315
|
+
@property
|
|
34316
|
+
@pulumi.getter
|
|
34317
|
+
def container(self) -> pulumi.Input[str]:
|
|
34318
|
+
"""
|
|
34319
|
+
Container. Example: `container-dev`.
|
|
34320
|
+
"""
|
|
34321
|
+
return pulumi.get(self, "container")
|
|
34322
|
+
|
|
34323
|
+
@container.setter
|
|
34324
|
+
def container(self, value: pulumi.Input[str]):
|
|
34325
|
+
pulumi.set(self, "container", value)
|
|
34326
|
+
|
|
34327
|
+
@property
|
|
34328
|
+
@pulumi.getter(name="blobPath")
|
|
34329
|
+
def blob_path(self) -> Optional[pulumi.Input[str]]:
|
|
34330
|
+
"""
|
|
34331
|
+
Blob path. Example: `path/to/blob/file.csv`.
|
|
34332
|
+
"""
|
|
34333
|
+
return pulumi.get(self, "blob_path")
|
|
34334
|
+
|
|
34335
|
+
@blob_path.setter
|
|
34336
|
+
def blob_path(self, value: Optional[pulumi.Input[str]]):
|
|
34337
|
+
pulumi.set(self, "blob_path", value)
|
|
34338
|
+
|
|
34339
|
+
|
|
33848
34340
|
if not MYPY:
|
|
33849
34341
|
class ServiceIntegrationEndpointExternalClickhouseUserConfigArgsDict(TypedDict):
|
|
33850
34342
|
host: pulumi.Input[str]
|