pulumi-aiven 6.24.0__py3-none-any.whl → 6.24.0a1724476498__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 +0 -9
- pulumi_aiven/_inputs.py +4 -524
- pulumi_aiven/cassandra.py +24 -24
- pulumi_aiven/cassandra_user.py +40 -40
- pulumi_aiven/clickhouse.py +7 -7
- pulumi_aiven/connection_pool.py +41 -41
- pulumi_aiven/dragonfly.py +7 -7
- pulumi_aiven/flink.py +7 -7
- pulumi_aiven/get_cassanda.py +8 -8
- pulumi_aiven/get_cassandra.py +8 -8
- pulumi_aiven/get_cassandra_user.py +15 -15
- pulumi_aiven/get_clickhouse.py +1 -1
- pulumi_aiven/get_connection_pool.py +14 -14
- pulumi_aiven/get_dragonfly.py +1 -1
- pulumi_aiven/get_flink.py +1 -1
- pulumi_aiven/get_grafana.py +8 -8
- pulumi_aiven/get_kafka.py +1 -1
- pulumi_aiven/get_kafka_connect.py +1 -1
- pulumi_aiven/get_kafka_mirror_maker.py +1 -1
- pulumi_aiven/get_kafka_topic.py +1 -27
- pulumi_aiven/get_m3_aggregator.py +1 -1
- pulumi_aiven/get_m3_db.py +8 -8
- pulumi_aiven/get_m3db_user.py +13 -13
- pulumi_aiven/get_my_sql.py +1 -1
- pulumi_aiven/get_open_search.py +1 -1
- pulumi_aiven/get_pg.py +1 -1
- pulumi_aiven/get_pg_user.py +1 -1
- pulumi_aiven/get_redis.py +1 -1
- pulumi_aiven/get_service_integration_endpoint.py +1 -40
- pulumi_aiven/get_thanos.py +1 -1
- pulumi_aiven/get_valkey.py +1 -1
- pulumi_aiven/grafana.py +24 -24
- pulumi_aiven/influx_db.py +7 -7
- pulumi_aiven/kafka.py +7 -7
- pulumi_aiven/kafka_connect.py +7 -7
- pulumi_aiven/kafka_mirror_maker.py +7 -7
- pulumi_aiven/kafka_topic.py +1 -95
- pulumi_aiven/m3_aggregator.py +7 -7
- pulumi_aiven/m3_db.py +26 -26
- pulumi_aiven/m3db_user.py +32 -32
- pulumi_aiven/my_sql.py +7 -7
- pulumi_aiven/open_search.py +7 -7
- pulumi_aiven/outputs.py +8 -798
- pulumi_aiven/pg.py +7 -7
- pulumi_aiven/pg_user.py +7 -21
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +7 -7
- pulumi_aiven/service_integration_endpoint.py +0 -141
- pulumi_aiven/thanos.py +7 -7
- pulumi_aiven/valkey.py +7 -7
- {pulumi_aiven-6.24.0.dist-info → pulumi_aiven-6.24.0a1724476498.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.24.0.dist-info → pulumi_aiven-6.24.0a1724476498.dist-info}/RECORD +54 -55
- {pulumi_aiven-6.24.0.dist-info → pulumi_aiven-6.24.0a1724476498.dist-info}/WHEEL +1 -1
- pulumi_aiven/organization_permission.py +0 -298
- {pulumi_aiven-6.24.0.dist-info → pulumi_aiven-6.24.0a1724476498.dist-info}/top_level.txt +0 -0
pulumi_aiven/outputs.py
CHANGED
|
@@ -192,7 +192,6 @@ __all__ = [
|
|
|
192
192
|
'OpenSearchTag',
|
|
193
193
|
'OpenSearchTechEmail',
|
|
194
194
|
'OrganizationGroupProjectTimeouts',
|
|
195
|
-
'OrganizationPermissionPermission',
|
|
196
195
|
'OrganizationTimeouts',
|
|
197
196
|
'OrganizationUserGroupMemberTimeouts',
|
|
198
197
|
'PgComponent',
|
|
@@ -239,13 +238,10 @@ __all__ = [
|
|
|
239
238
|
'ServiceIntegrationEndpointDatadogUserConfigDatadogTag',
|
|
240
239
|
'ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfig',
|
|
241
240
|
'ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfig',
|
|
242
|
-
'ServiceIntegrationEndpointExternalAwsS3UserConfig',
|
|
243
|
-
'ServiceIntegrationEndpointExternalClickhouseUserConfig',
|
|
244
241
|
'ServiceIntegrationEndpointExternalElasticsearchLogsUserConfig',
|
|
245
242
|
'ServiceIntegrationEndpointExternalGoogleCloudBigquery',
|
|
246
243
|
'ServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfig',
|
|
247
244
|
'ServiceIntegrationEndpointExternalKafkaUserConfig',
|
|
248
|
-
'ServiceIntegrationEndpointExternalMysqlUserConfig',
|
|
249
245
|
'ServiceIntegrationEndpointExternalOpensearchLogsUserConfig',
|
|
250
246
|
'ServiceIntegrationEndpointExternalPostgresql',
|
|
251
247
|
'ServiceIntegrationEndpointExternalSchemaRegistryUserConfig',
|
|
@@ -524,13 +520,10 @@ __all__ = [
|
|
|
524
520
|
'GetServiceIntegrationEndpointDatadogUserConfigDatadogTagResult',
|
|
525
521
|
'GetServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigResult',
|
|
526
522
|
'GetServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigResult',
|
|
527
|
-
'GetServiceIntegrationEndpointExternalAwsS3UserConfigResult',
|
|
528
|
-
'GetServiceIntegrationEndpointExternalClickhouseUserConfigResult',
|
|
529
523
|
'GetServiceIntegrationEndpointExternalElasticsearchLogsUserConfigResult',
|
|
530
524
|
'GetServiceIntegrationEndpointExternalGoogleCloudBigqueryResult',
|
|
531
525
|
'GetServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfigResult',
|
|
532
526
|
'GetServiceIntegrationEndpointExternalKafkaUserConfigResult',
|
|
533
|
-
'GetServiceIntegrationEndpointExternalMysqlUserConfigResult',
|
|
534
527
|
'GetServiceIntegrationEndpointExternalOpensearchLogsUserConfigResult',
|
|
535
528
|
'GetServiceIntegrationEndpointExternalPostgresqlResult',
|
|
536
529
|
'GetServiceIntegrationEndpointExternalSchemaRegistryUserConfigResult',
|
|
@@ -4317,8 +4310,6 @@ class GrafanaGrafanaUserConfigAuthGenericOauth(dict):
|
|
|
4317
4310
|
suggest = "allowed_organizations"
|
|
4318
4311
|
elif key == "autoLogin":
|
|
4319
4312
|
suggest = "auto_login"
|
|
4320
|
-
elif key == "useRefreshToken":
|
|
4321
|
-
suggest = "use_refresh_token"
|
|
4322
4313
|
|
|
4323
4314
|
if suggest:
|
|
4324
4315
|
pulumi.log.warn(f"Key '{key}' not found in GrafanaGrafanaUserConfigAuthGenericOauth. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -4342,8 +4333,7 @@ class GrafanaGrafanaUserConfigAuthGenericOauth(dict):
|
|
|
4342
4333
|
allowed_organizations: Optional[Sequence[str]] = None,
|
|
4343
4334
|
auto_login: Optional[bool] = None,
|
|
4344
4335
|
name: Optional[str] = None,
|
|
4345
|
-
scopes: Optional[Sequence[str]] = None
|
|
4346
|
-
use_refresh_token: Optional[bool] = None):
|
|
4336
|
+
scopes: Optional[Sequence[str]] = None):
|
|
4347
4337
|
"""
|
|
4348
4338
|
:param str api_url: API URL. Example: `https://yourprovider.com/api`.
|
|
4349
4339
|
:param str auth_url: Authorization URL. Example: `https://yourprovider.com/oauth/authorize`.
|
|
@@ -4356,7 +4346,6 @@ class GrafanaGrafanaUserConfigAuthGenericOauth(dict):
|
|
|
4356
4346
|
:param bool auto_login: Allow users to bypass the login screen and automatically log in.
|
|
4357
4347
|
:param str name: Name of the OAuth integration. Example: `My authentication`.
|
|
4358
4348
|
:param Sequence[str] scopes: OAuth scopes.
|
|
4359
|
-
:param bool use_refresh_token: Set to true to use refresh token and check access token expiration.
|
|
4360
4349
|
"""
|
|
4361
4350
|
pulumi.set(__self__, "api_url", api_url)
|
|
4362
4351
|
pulumi.set(__self__, "auth_url", auth_url)
|
|
@@ -4375,8 +4364,6 @@ class GrafanaGrafanaUserConfigAuthGenericOauth(dict):
|
|
|
4375
4364
|
pulumi.set(__self__, "name", name)
|
|
4376
4365
|
if scopes is not None:
|
|
4377
4366
|
pulumi.set(__self__, "scopes", scopes)
|
|
4378
|
-
if use_refresh_token is not None:
|
|
4379
|
-
pulumi.set(__self__, "use_refresh_token", use_refresh_token)
|
|
4380
4367
|
|
|
4381
4368
|
@property
|
|
4382
4369
|
@pulumi.getter(name="apiUrl")
|
|
@@ -4466,14 +4453,6 @@ class GrafanaGrafanaUserConfigAuthGenericOauth(dict):
|
|
|
4466
4453
|
"""
|
|
4467
4454
|
return pulumi.get(self, "scopes")
|
|
4468
4455
|
|
|
4469
|
-
@property
|
|
4470
|
-
@pulumi.getter(name="useRefreshToken")
|
|
4471
|
-
def use_refresh_token(self) -> Optional[bool]:
|
|
4472
|
-
"""
|
|
4473
|
-
Set to true to use refresh token and check access token expiration.
|
|
4474
|
-
"""
|
|
4475
|
-
return pulumi.get(self, "use_refresh_token")
|
|
4476
|
-
|
|
4477
4456
|
|
|
4478
4457
|
@pulumi.output_type
|
|
4479
4458
|
class GrafanaGrafanaUserConfigAuthGithub(dict):
|
|
@@ -6985,8 +6964,6 @@ class KafkaConnectKafkaConnectUserConfigSecretProviderVault(dict):
|
|
|
6985
6964
|
suggest = "auth_method"
|
|
6986
6965
|
elif key == "engineVersion":
|
|
6987
6966
|
suggest = "engine_version"
|
|
6988
|
-
elif key == "prefixPathDepth":
|
|
6989
|
-
suggest = "prefix_path_depth"
|
|
6990
6967
|
|
|
6991
6968
|
if suggest:
|
|
6992
6969
|
pulumi.log.warn(f"Key '{key}' not found in KafkaConnectKafkaConnectUserConfigSecretProviderVault. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -7003,21 +6980,17 @@ class KafkaConnectKafkaConnectUserConfigSecretProviderVault(dict):
|
|
|
7003
6980
|
address: str,
|
|
7004
6981
|
auth_method: str,
|
|
7005
6982
|
engine_version: Optional[int] = None,
|
|
7006
|
-
prefix_path_depth: Optional[int] = None,
|
|
7007
6983
|
token: Optional[str] = None):
|
|
7008
6984
|
"""
|
|
7009
6985
|
:param str address: Address of the Vault server.
|
|
7010
6986
|
:param str auth_method: Enum: `token`. Auth method of the vault secret provider.
|
|
7011
6987
|
:param int engine_version: Enum: `1`, `2`, and newer. KV Secrets Engine version of the Vault server instance.
|
|
7012
|
-
:param int prefix_path_depth: Prefix path depth of the secrets Engine. Default is 1. If the secrets engine path has more than one segment it has to be increased to the number of segments.
|
|
7013
6988
|
:param str token: Token used to authenticate with vault and auth method `token`.
|
|
7014
6989
|
"""
|
|
7015
6990
|
pulumi.set(__self__, "address", address)
|
|
7016
6991
|
pulumi.set(__self__, "auth_method", auth_method)
|
|
7017
6992
|
if engine_version is not None:
|
|
7018
6993
|
pulumi.set(__self__, "engine_version", engine_version)
|
|
7019
|
-
if prefix_path_depth is not None:
|
|
7020
|
-
pulumi.set(__self__, "prefix_path_depth", prefix_path_depth)
|
|
7021
6994
|
if token is not None:
|
|
7022
6995
|
pulumi.set(__self__, "token", token)
|
|
7023
6996
|
|
|
@@ -7045,14 +7018,6 @@ class KafkaConnectKafkaConnectUserConfigSecretProviderVault(dict):
|
|
|
7045
7018
|
"""
|
|
7046
7019
|
return pulumi.get(self, "engine_version")
|
|
7047
7020
|
|
|
7048
|
-
@property
|
|
7049
|
-
@pulumi.getter(name="prefixPathDepth")
|
|
7050
|
-
def prefix_path_depth(self) -> Optional[int]:
|
|
7051
|
-
"""
|
|
7052
|
-
Prefix path depth of the secrets Engine. Default is 1. If the secrets engine path has more than one segment it has to be increased to the number of segments.
|
|
7053
|
-
"""
|
|
7054
|
-
return pulumi.get(self, "prefix_path_depth")
|
|
7055
|
-
|
|
7056
7021
|
@property
|
|
7057
7022
|
@pulumi.getter
|
|
7058
7023
|
def token(self) -> Optional[str]:
|
|
@@ -7402,7 +7367,7 @@ class KafkaKafkaUserConfig(dict):
|
|
|
7402
7367
|
:param bool kafka_rest_authorization: Enable authorization in Kafka-REST service.
|
|
7403
7368
|
:param 'KafkaKafkaUserConfigKafkaRestConfigArgs' kafka_rest_config: Kafka REST configuration
|
|
7404
7369
|
:param 'KafkaKafkaUserConfigKafkaSaslMechanismsArgs' kafka_sasl_mechanisms: Kafka SASL mechanisms
|
|
7405
|
-
:param str kafka_version: Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`,
|
|
7370
|
+
:param str kafka_version: Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, and newer. Kafka major version.
|
|
7406
7371
|
:param bool letsencrypt_sasl_privatelink: Use Letsencrypt CA for Kafka SASL via Privatelink.
|
|
7407
7372
|
:param 'KafkaKafkaUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
7408
7373
|
:param 'KafkaKafkaUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
|
|
@@ -7597,7 +7562,7 @@ class KafkaKafkaUserConfig(dict):
|
|
|
7597
7562
|
@pulumi.getter(name="kafkaVersion")
|
|
7598
7563
|
def kafka_version(self) -> Optional[str]:
|
|
7599
7564
|
"""
|
|
7600
|
-
Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`,
|
|
7565
|
+
Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, and newer. Kafka major version.
|
|
7601
7566
|
"""
|
|
7602
7567
|
return pulumi.get(self, "kafka_version")
|
|
7603
7568
|
|
|
@@ -8791,8 +8756,6 @@ class KafkaKafkaUserConfigKafkaConnectSecretProviderVault(dict):
|
|
|
8791
8756
|
suggest = "auth_method"
|
|
8792
8757
|
elif key == "engineVersion":
|
|
8793
8758
|
suggest = "engine_version"
|
|
8794
|
-
elif key == "prefixPathDepth":
|
|
8795
|
-
suggest = "prefix_path_depth"
|
|
8796
8759
|
|
|
8797
8760
|
if suggest:
|
|
8798
8761
|
pulumi.log.warn(f"Key '{key}' not found in KafkaKafkaUserConfigKafkaConnectSecretProviderVault. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -8809,21 +8772,17 @@ class KafkaKafkaUserConfigKafkaConnectSecretProviderVault(dict):
|
|
|
8809
8772
|
address: str,
|
|
8810
8773
|
auth_method: str,
|
|
8811
8774
|
engine_version: Optional[int] = None,
|
|
8812
|
-
prefix_path_depth: Optional[int] = None,
|
|
8813
8775
|
token: Optional[str] = None):
|
|
8814
8776
|
"""
|
|
8815
8777
|
:param str address: Address of the Vault server.
|
|
8816
8778
|
:param str auth_method: Enum: `token`. Auth method of the vault secret provider.
|
|
8817
8779
|
:param int engine_version: Enum: `1`, `2`, and newer. KV Secrets Engine version of the Vault server instance.
|
|
8818
|
-
:param int prefix_path_depth: Prefix path depth of the secrets Engine. Default is 1. If the secrets engine path has more than one segment it has to be increased to the number of segments.
|
|
8819
8780
|
:param str token: Token used to authenticate with vault and auth method `token`.
|
|
8820
8781
|
"""
|
|
8821
8782
|
pulumi.set(__self__, "address", address)
|
|
8822
8783
|
pulumi.set(__self__, "auth_method", auth_method)
|
|
8823
8784
|
if engine_version is not None:
|
|
8824
8785
|
pulumi.set(__self__, "engine_version", engine_version)
|
|
8825
|
-
if prefix_path_depth is not None:
|
|
8826
|
-
pulumi.set(__self__, "prefix_path_depth", prefix_path_depth)
|
|
8827
8786
|
if token is not None:
|
|
8828
8787
|
pulumi.set(__self__, "token", token)
|
|
8829
8788
|
|
|
@@ -8851,14 +8810,6 @@ class KafkaKafkaUserConfigKafkaConnectSecretProviderVault(dict):
|
|
|
8851
8810
|
"""
|
|
8852
8811
|
return pulumi.get(self, "engine_version")
|
|
8853
8812
|
|
|
8854
|
-
@property
|
|
8855
|
-
@pulumi.getter(name="prefixPathDepth")
|
|
8856
|
-
def prefix_path_depth(self) -> Optional[int]:
|
|
8857
|
-
"""
|
|
8858
|
-
Prefix path depth of the secrets Engine. Default is 1. If the secrets engine path has more than one segment it has to be increased to the number of segments.
|
|
8859
|
-
"""
|
|
8860
|
-
return pulumi.get(self, "prefix_path_depth")
|
|
8861
|
-
|
|
8862
8813
|
@property
|
|
8863
8814
|
@pulumi.getter
|
|
8864
8815
|
def token(self) -> Optional[str]:
|
|
@@ -9375,10 +9326,6 @@ class KafkaKafkaUserConfigSchemaRegistryConfig(dict):
|
|
|
9375
9326
|
suggest = None
|
|
9376
9327
|
if key == "leaderEligibility":
|
|
9377
9328
|
suggest = "leader_eligibility"
|
|
9378
|
-
elif key == "retriableErrorsSilenced":
|
|
9379
|
-
suggest = "retriable_errors_silenced"
|
|
9380
|
-
elif key == "schemaReaderStrictMode":
|
|
9381
|
-
suggest = "schema_reader_strict_mode"
|
|
9382
9329
|
elif key == "topicName":
|
|
9383
9330
|
suggest = "topic_name"
|
|
9384
9331
|
|
|
@@ -9395,21 +9342,13 @@ class KafkaKafkaUserConfigSchemaRegistryConfig(dict):
|
|
|
9395
9342
|
|
|
9396
9343
|
def __init__(__self__, *,
|
|
9397
9344
|
leader_eligibility: Optional[bool] = None,
|
|
9398
|
-
retriable_errors_silenced: Optional[bool] = None,
|
|
9399
|
-
schema_reader_strict_mode: Optional[bool] = None,
|
|
9400
9345
|
topic_name: Optional[str] = None):
|
|
9401
9346
|
"""
|
|
9402
9347
|
:param bool leader_eligibility: If true, Karapace / Schema Registry on the service nodes can participate in leader election. It might be needed to disable this when the schemas topic is replicated to a secondary cluster and Karapace / Schema Registry there must not participate in leader election. Defaults to `true`.
|
|
9403
|
-
:param bool retriable_errors_silenced: If enabled, kafka errors which can be retried or custom errors specified for the service will not be raised, instead, a warning log is emitted. This will denoise issue tracking systems, i.e. sentry. Defaults to `true`.
|
|
9404
|
-
:param bool schema_reader_strict_mode: If enabled, causes the Karapace schema-registry service to shutdown when there are invalid schema records in the `_schemas` topic. Defaults to `false`.
|
|
9405
9348
|
:param str topic_name: The durable single partition topic that acts as the durable log for the data. This topic must be compacted to avoid losing data due to retention policy. Please note that changing this configuration in an existing Schema Registry / Karapace setup leads to previous schemas being inaccessible, data encoded with them potentially unreadable and schema ID sequence put out of order. It's only possible to do the switch while Schema Registry / Karapace is disabled. Defaults to `_schemas`.
|
|
9406
9349
|
"""
|
|
9407
9350
|
if leader_eligibility is not None:
|
|
9408
9351
|
pulumi.set(__self__, "leader_eligibility", leader_eligibility)
|
|
9409
|
-
if retriable_errors_silenced is not None:
|
|
9410
|
-
pulumi.set(__self__, "retriable_errors_silenced", retriable_errors_silenced)
|
|
9411
|
-
if schema_reader_strict_mode is not None:
|
|
9412
|
-
pulumi.set(__self__, "schema_reader_strict_mode", schema_reader_strict_mode)
|
|
9413
9352
|
if topic_name is not None:
|
|
9414
9353
|
pulumi.set(__self__, "topic_name", topic_name)
|
|
9415
9354
|
|
|
@@ -9421,22 +9360,6 @@ class KafkaKafkaUserConfigSchemaRegistryConfig(dict):
|
|
|
9421
9360
|
"""
|
|
9422
9361
|
return pulumi.get(self, "leader_eligibility")
|
|
9423
9362
|
|
|
9424
|
-
@property
|
|
9425
|
-
@pulumi.getter(name="retriableErrorsSilenced")
|
|
9426
|
-
def retriable_errors_silenced(self) -> Optional[bool]:
|
|
9427
|
-
"""
|
|
9428
|
-
If enabled, kafka errors which can be retried or custom errors specified for the service will not be raised, instead, a warning log is emitted. This will denoise issue tracking systems, i.e. sentry. Defaults to `true`.
|
|
9429
|
-
"""
|
|
9430
|
-
return pulumi.get(self, "retriable_errors_silenced")
|
|
9431
|
-
|
|
9432
|
-
@property
|
|
9433
|
-
@pulumi.getter(name="schemaReaderStrictMode")
|
|
9434
|
-
def schema_reader_strict_mode(self) -> Optional[bool]:
|
|
9435
|
-
"""
|
|
9436
|
-
If enabled, causes the Karapace schema-registry service to shutdown when there are invalid schema records in the `_schemas` topic. Defaults to `false`.
|
|
9437
|
-
"""
|
|
9438
|
-
return pulumi.get(self, "schema_reader_strict_mode")
|
|
9439
|
-
|
|
9440
9363
|
@property
|
|
9441
9364
|
@pulumi.getter(name="topicName")
|
|
9442
9365
|
def topic_name(self) -> Optional[str]:
|
|
@@ -13912,7 +13835,6 @@ class OpenSearchOpensearch(dict):
|
|
|
13912
13835
|
|
|
13913
13836
|
@property
|
|
13914
13837
|
@pulumi.getter(name="kibanaUri")
|
|
13915
|
-
@_utilities.deprecated("""This field was added by mistake and has never worked. It will be removed in future versions.""")
|
|
13916
13838
|
def kibana_uri(self) -> Optional[str]:
|
|
13917
13839
|
"""
|
|
13918
13840
|
URI for Kibana dashboard frontend
|
|
@@ -14370,7 +14292,6 @@ class OpenSearchOpensearchUserConfigAzureMigration(dict):
|
|
|
14370
14292
|
chunk_size: Optional[str] = None,
|
|
14371
14293
|
compress: Optional[bool] = None,
|
|
14372
14294
|
endpoint_suffix: Optional[str] = None,
|
|
14373
|
-
indices: Optional[str] = None,
|
|
14374
14295
|
key: Optional[str] = None,
|
|
14375
14296
|
sas_token: Optional[str] = None):
|
|
14376
14297
|
"""
|
|
@@ -14381,7 +14302,6 @@ class OpenSearchOpensearchUserConfigAzureMigration(dict):
|
|
|
14381
14302
|
:param str chunk_size: Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
|
|
14382
14303
|
:param bool compress: When set to true metadata files are stored in compressed format.
|
|
14383
14304
|
:param str endpoint_suffix: Defines the DNS suffix for Azure Storage endpoints.
|
|
14384
|
-
:param str indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
|
|
14385
14305
|
:param str key: Azure account secret key. One of key or sas_token should be specified.
|
|
14386
14306
|
:param str sas_token: A shared access signatures (SAS) token. One of key or sas_token should be specified.
|
|
14387
14307
|
"""
|
|
@@ -14395,8 +14315,6 @@ class OpenSearchOpensearchUserConfigAzureMigration(dict):
|
|
|
14395
14315
|
pulumi.set(__self__, "compress", compress)
|
|
14396
14316
|
if endpoint_suffix is not None:
|
|
14397
14317
|
pulumi.set(__self__, "endpoint_suffix", endpoint_suffix)
|
|
14398
|
-
if indices is not None:
|
|
14399
|
-
pulumi.set(__self__, "indices", indices)
|
|
14400
14318
|
if key is not None:
|
|
14401
14319
|
pulumi.set(__self__, "key", key)
|
|
14402
14320
|
if sas_token is not None:
|
|
@@ -14458,14 +14376,6 @@ class OpenSearchOpensearchUserConfigAzureMigration(dict):
|
|
|
14458
14376
|
"""
|
|
14459
14377
|
return pulumi.get(self, "endpoint_suffix")
|
|
14460
14378
|
|
|
14461
|
-
@property
|
|
14462
|
-
@pulumi.getter
|
|
14463
|
-
def indices(self) -> Optional[str]:
|
|
14464
|
-
"""
|
|
14465
|
-
A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
|
|
14466
|
-
"""
|
|
14467
|
-
return pulumi.get(self, "indices")
|
|
14468
|
-
|
|
14469
14379
|
@property
|
|
14470
14380
|
@pulumi.getter
|
|
14471
14381
|
def key(self) -> Optional[str]:
|
|
@@ -14512,8 +14422,7 @@ class OpenSearchOpensearchUserConfigGcsMigration(dict):
|
|
|
14512
14422
|
credentials: str,
|
|
14513
14423
|
snapshot_name: str,
|
|
14514
14424
|
chunk_size: Optional[str] = None,
|
|
14515
|
-
compress: Optional[bool] = None
|
|
14516
|
-
indices: Optional[str] = None):
|
|
14425
|
+
compress: Optional[bool] = None):
|
|
14517
14426
|
"""
|
|
14518
14427
|
:param str base_path: The path to the repository data within its container. The value of this setting should not start or end with a /.
|
|
14519
14428
|
:param str bucket: The path to the repository data within its container.
|
|
@@ -14521,7 +14430,6 @@ class OpenSearchOpensearchUserConfigGcsMigration(dict):
|
|
|
14521
14430
|
:param str snapshot_name: The snapshot name to restore from.
|
|
14522
14431
|
:param str chunk_size: Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
|
|
14523
14432
|
:param bool compress: When set to true metadata files are stored in compressed format.
|
|
14524
|
-
:param str indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
|
|
14525
14433
|
"""
|
|
14526
14434
|
pulumi.set(__self__, "base_path", base_path)
|
|
14527
14435
|
pulumi.set(__self__, "bucket", bucket)
|
|
@@ -14531,8 +14439,6 @@ class OpenSearchOpensearchUserConfigGcsMigration(dict):
|
|
|
14531
14439
|
pulumi.set(__self__, "chunk_size", chunk_size)
|
|
14532
14440
|
if compress is not None:
|
|
14533
14441
|
pulumi.set(__self__, "compress", compress)
|
|
14534
|
-
if indices is not None:
|
|
14535
|
-
pulumi.set(__self__, "indices", indices)
|
|
14536
14442
|
|
|
14537
14443
|
@property
|
|
14538
14444
|
@pulumi.getter(name="basePath")
|
|
@@ -14582,14 +14488,6 @@ class OpenSearchOpensearchUserConfigGcsMigration(dict):
|
|
|
14582
14488
|
"""
|
|
14583
14489
|
return pulumi.get(self, "compress")
|
|
14584
14490
|
|
|
14585
|
-
@property
|
|
14586
|
-
@pulumi.getter
|
|
14587
|
-
def indices(self) -> Optional[str]:
|
|
14588
|
-
"""
|
|
14589
|
-
A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
|
|
14590
|
-
"""
|
|
14591
|
-
return pulumi.get(self, "indices")
|
|
14592
|
-
|
|
14593
14491
|
|
|
14594
14492
|
@pulumi.output_type
|
|
14595
14493
|
class OpenSearchOpensearchUserConfigIndexPattern(dict):
|
|
@@ -16204,7 +16102,6 @@ class OpenSearchOpensearchUserConfigS3Migration(dict):
|
|
|
16204
16102
|
chunk_size: Optional[str] = None,
|
|
16205
16103
|
compress: Optional[bool] = None,
|
|
16206
16104
|
endpoint: Optional[str] = None,
|
|
16207
|
-
indices: Optional[str] = None,
|
|
16208
16105
|
server_side_encryption: Optional[bool] = None):
|
|
16209
16106
|
"""
|
|
16210
16107
|
:param str access_key: AWS Access key.
|
|
@@ -16216,7 +16113,6 @@ class OpenSearchOpensearchUserConfigS3Migration(dict):
|
|
|
16216
16113
|
:param str chunk_size: Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
|
|
16217
16114
|
:param bool compress: When set to true metadata files are stored in compressed format.
|
|
16218
16115
|
:param str endpoint: The S3 service endpoint to connect to. If you are using an S3-compatible service then you should set this to the service’s endpoint.
|
|
16219
|
-
:param str indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
|
|
16220
16116
|
:param bool server_side_encryption: When set to true files are encrypted on server side.
|
|
16221
16117
|
"""
|
|
16222
16118
|
pulumi.set(__self__, "access_key", access_key)
|
|
@@ -16231,8 +16127,6 @@ class OpenSearchOpensearchUserConfigS3Migration(dict):
|
|
|
16231
16127
|
pulumi.set(__self__, "compress", compress)
|
|
16232
16128
|
if endpoint is not None:
|
|
16233
16129
|
pulumi.set(__self__, "endpoint", endpoint)
|
|
16234
|
-
if indices is not None:
|
|
16235
|
-
pulumi.set(__self__, "indices", indices)
|
|
16236
16130
|
if server_side_encryption is not None:
|
|
16237
16131
|
pulumi.set(__self__, "server_side_encryption", server_side_encryption)
|
|
16238
16132
|
|
|
@@ -16308,14 +16202,6 @@ class OpenSearchOpensearchUserConfigS3Migration(dict):
|
|
|
16308
16202
|
"""
|
|
16309
16203
|
return pulumi.get(self, "endpoint")
|
|
16310
16204
|
|
|
16311
|
-
@property
|
|
16312
|
-
@pulumi.getter
|
|
16313
|
-
def indices(self) -> Optional[str]:
|
|
16314
|
-
"""
|
|
16315
|
-
A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
|
|
16316
|
-
"""
|
|
16317
|
-
return pulumi.get(self, "indices")
|
|
16318
|
-
|
|
16319
16205
|
@property
|
|
16320
16206
|
@pulumi.getter(name="serverSideEncryption")
|
|
16321
16207
|
def server_side_encryption(self) -> Optional[bool]:
|
|
@@ -16595,93 +16481,6 @@ class OrganizationGroupProjectTimeouts(dict):
|
|
|
16595
16481
|
return pulumi.get(self, "update")
|
|
16596
16482
|
|
|
16597
16483
|
|
|
16598
|
-
@pulumi.output_type
|
|
16599
|
-
class OrganizationPermissionPermission(dict):
|
|
16600
|
-
@staticmethod
|
|
16601
|
-
def __key_warning(key: str):
|
|
16602
|
-
suggest = None
|
|
16603
|
-
if key == "principalId":
|
|
16604
|
-
suggest = "principal_id"
|
|
16605
|
-
elif key == "principalType":
|
|
16606
|
-
suggest = "principal_type"
|
|
16607
|
-
elif key == "createTime":
|
|
16608
|
-
suggest = "create_time"
|
|
16609
|
-
elif key == "updateTime":
|
|
16610
|
-
suggest = "update_time"
|
|
16611
|
-
|
|
16612
|
-
if suggest:
|
|
16613
|
-
pulumi.log.warn(f"Key '{key}' not found in OrganizationPermissionPermission. Access the value via the '{suggest}' property getter instead.")
|
|
16614
|
-
|
|
16615
|
-
def __getitem__(self, key: str) -> Any:
|
|
16616
|
-
OrganizationPermissionPermission.__key_warning(key)
|
|
16617
|
-
return super().__getitem__(key)
|
|
16618
|
-
|
|
16619
|
-
def get(self, key: str, default = None) -> Any:
|
|
16620
|
-
OrganizationPermissionPermission.__key_warning(key)
|
|
16621
|
-
return super().get(key, default)
|
|
16622
|
-
|
|
16623
|
-
def __init__(__self__, *,
|
|
16624
|
-
permissions: Sequence[str],
|
|
16625
|
-
principal_id: str,
|
|
16626
|
-
principal_type: str,
|
|
16627
|
-
create_time: Optional[str] = None,
|
|
16628
|
-
update_time: Optional[str] = None):
|
|
16629
|
-
"""
|
|
16630
|
-
:param Sequence[str] permissions: List of permissions. The possible values are `admin`, `developer`, `operator` and `read_only`.
|
|
16631
|
-
:param str principal_id: ID of the principal.
|
|
16632
|
-
:param str principal_type: Type of the principal. The possible values are `user` and `user_group`.
|
|
16633
|
-
:param str create_time: Create Time
|
|
16634
|
-
:param str update_time: Update Time
|
|
16635
|
-
"""
|
|
16636
|
-
pulumi.set(__self__, "permissions", permissions)
|
|
16637
|
-
pulumi.set(__self__, "principal_id", principal_id)
|
|
16638
|
-
pulumi.set(__self__, "principal_type", principal_type)
|
|
16639
|
-
if create_time is not None:
|
|
16640
|
-
pulumi.set(__self__, "create_time", create_time)
|
|
16641
|
-
if update_time is not None:
|
|
16642
|
-
pulumi.set(__self__, "update_time", update_time)
|
|
16643
|
-
|
|
16644
|
-
@property
|
|
16645
|
-
@pulumi.getter
|
|
16646
|
-
def permissions(self) -> Sequence[str]:
|
|
16647
|
-
"""
|
|
16648
|
-
List of permissions. The possible values are `admin`, `developer`, `operator` and `read_only`.
|
|
16649
|
-
"""
|
|
16650
|
-
return pulumi.get(self, "permissions")
|
|
16651
|
-
|
|
16652
|
-
@property
|
|
16653
|
-
@pulumi.getter(name="principalId")
|
|
16654
|
-
def principal_id(self) -> str:
|
|
16655
|
-
"""
|
|
16656
|
-
ID of the principal.
|
|
16657
|
-
"""
|
|
16658
|
-
return pulumi.get(self, "principal_id")
|
|
16659
|
-
|
|
16660
|
-
@property
|
|
16661
|
-
@pulumi.getter(name="principalType")
|
|
16662
|
-
def principal_type(self) -> str:
|
|
16663
|
-
"""
|
|
16664
|
-
Type of the principal. The possible values are `user` and `user_group`.
|
|
16665
|
-
"""
|
|
16666
|
-
return pulumi.get(self, "principal_type")
|
|
16667
|
-
|
|
16668
|
-
@property
|
|
16669
|
-
@pulumi.getter(name="createTime")
|
|
16670
|
-
def create_time(self) -> Optional[str]:
|
|
16671
|
-
"""
|
|
16672
|
-
Create Time
|
|
16673
|
-
"""
|
|
16674
|
-
return pulumi.get(self, "create_time")
|
|
16675
|
-
|
|
16676
|
-
@property
|
|
16677
|
-
@pulumi.getter(name="updateTime")
|
|
16678
|
-
def update_time(self) -> Optional[str]:
|
|
16679
|
-
"""
|
|
16680
|
-
Update Time
|
|
16681
|
-
"""
|
|
16682
|
-
return pulumi.get(self, "update_time")
|
|
16683
|
-
|
|
16684
|
-
|
|
16685
16484
|
@pulumi.output_type
|
|
16686
16485
|
class OrganizationTimeouts(dict):
|
|
16687
16486
|
def __init__(__self__, *,
|
|
@@ -17001,7 +16800,6 @@ class PgPg(dict):
|
|
|
17001
16800
|
|
|
17002
16801
|
@property
|
|
17003
16802
|
@pulumi.getter
|
|
17004
|
-
@_utilities.deprecated("""This field was added by mistake and has never worked. It will be removed in future versions.""")
|
|
17005
16803
|
def bouncer(self) -> Optional[str]:
|
|
17006
16804
|
"""
|
|
17007
16805
|
PgBouncer connection details for [connection pooling](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling).
|
|
@@ -17410,7 +17208,6 @@ class PgPgUserConfig(dict):
|
|
|
17410
17208
|
|
|
17411
17209
|
@property
|
|
17412
17210
|
@pulumi.getter(name="additionalBackupRegions")
|
|
17413
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
17414
17211
|
def additional_backup_regions(self) -> Optional[str]:
|
|
17415
17212
|
"""
|
|
17416
17213
|
Additional Cloud Regions for Backup Replication.
|
|
@@ -19548,10 +19345,6 @@ class RedisRedisUserConfig(dict):
|
|
|
19548
19345
|
suggest = None
|
|
19549
19346
|
if key == "additionalBackupRegions":
|
|
19550
19347
|
suggest = "additional_backup_regions"
|
|
19551
|
-
elif key == "backupHour":
|
|
19552
|
-
suggest = "backup_hour"
|
|
19553
|
-
elif key == "backupMinute":
|
|
19554
|
-
suggest = "backup_minute"
|
|
19555
19348
|
elif key == "ipFilterObjects":
|
|
19556
19349
|
suggest = "ip_filter_objects"
|
|
19557
19350
|
elif key == "ipFilterStrings":
|
|
@@ -19612,8 +19405,6 @@ class RedisRedisUserConfig(dict):
|
|
|
19612
19405
|
|
|
19613
19406
|
def __init__(__self__, *,
|
|
19614
19407
|
additional_backup_regions: Optional[str] = None,
|
|
19615
|
-
backup_hour: Optional[int] = None,
|
|
19616
|
-
backup_minute: Optional[int] = None,
|
|
19617
19408
|
ip_filter_objects: Optional[Sequence['outputs.RedisRedisUserConfigIpFilterObject']] = None,
|
|
19618
19409
|
ip_filter_strings: Optional[Sequence[str]] = None,
|
|
19619
19410
|
ip_filters: Optional[Sequence[str]] = None,
|
|
@@ -19640,8 +19431,6 @@ class RedisRedisUserConfig(dict):
|
|
|
19640
19431
|
static_ips: Optional[bool] = None):
|
|
19641
19432
|
"""
|
|
19642
19433
|
:param str additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
19643
|
-
:param int backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: `3`.
|
|
19644
|
-
:param int backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: `30`.
|
|
19645
19434
|
:param Sequence['RedisRedisUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
19646
19435
|
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
19647
19436
|
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
@@ -19669,10 +19458,6 @@ class RedisRedisUserConfig(dict):
|
|
|
19669
19458
|
"""
|
|
19670
19459
|
if additional_backup_regions is not None:
|
|
19671
19460
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
19672
|
-
if backup_hour is not None:
|
|
19673
|
-
pulumi.set(__self__, "backup_hour", backup_hour)
|
|
19674
|
-
if backup_minute is not None:
|
|
19675
|
-
pulumi.set(__self__, "backup_minute", backup_minute)
|
|
19676
19461
|
if ip_filter_objects is not None:
|
|
19677
19462
|
pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
|
|
19678
19463
|
if ip_filter_strings is not None:
|
|
@@ -19730,22 +19515,6 @@ class RedisRedisUserConfig(dict):
|
|
|
19730
19515
|
"""
|
|
19731
19516
|
return pulumi.get(self, "additional_backup_regions")
|
|
19732
19517
|
|
|
19733
|
-
@property
|
|
19734
|
-
@pulumi.getter(name="backupHour")
|
|
19735
|
-
def backup_hour(self) -> Optional[int]:
|
|
19736
|
-
"""
|
|
19737
|
-
The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: `3`.
|
|
19738
|
-
"""
|
|
19739
|
-
return pulumi.get(self, "backup_hour")
|
|
19740
|
-
|
|
19741
|
-
@property
|
|
19742
|
-
@pulumi.getter(name="backupMinute")
|
|
19743
|
-
def backup_minute(self) -> Optional[int]:
|
|
19744
|
-
"""
|
|
19745
|
-
The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: `30`.
|
|
19746
|
-
"""
|
|
19747
|
-
return pulumi.get(self, "backup_minute")
|
|
19748
|
-
|
|
19749
19518
|
@property
|
|
19750
19519
|
@pulumi.getter(name="ipFilterObjects")
|
|
19751
19520
|
def ip_filter_objects(self) -> Optional[Sequence['outputs.RedisRedisUserConfigIpFilterObject']]:
|
|
@@ -21247,116 +21016,6 @@ class ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfig(dict):
|
|
|
21247
21016
|
return pulumi.get(self, "secret_key")
|
|
21248
21017
|
|
|
21249
21018
|
|
|
21250
|
-
@pulumi.output_type
|
|
21251
|
-
class ServiceIntegrationEndpointExternalAwsS3UserConfig(dict):
|
|
21252
|
-
@staticmethod
|
|
21253
|
-
def __key_warning(key: str):
|
|
21254
|
-
suggest = None
|
|
21255
|
-
if key == "accessKeyId":
|
|
21256
|
-
suggest = "access_key_id"
|
|
21257
|
-
elif key == "secretAccessKey":
|
|
21258
|
-
suggest = "secret_access_key"
|
|
21259
|
-
|
|
21260
|
-
if suggest:
|
|
21261
|
-
pulumi.log.warn(f"Key '{key}' not found in ServiceIntegrationEndpointExternalAwsS3UserConfig. Access the value via the '{suggest}' property getter instead.")
|
|
21262
|
-
|
|
21263
|
-
def __getitem__(self, key: str) -> Any:
|
|
21264
|
-
ServiceIntegrationEndpointExternalAwsS3UserConfig.__key_warning(key)
|
|
21265
|
-
return super().__getitem__(key)
|
|
21266
|
-
|
|
21267
|
-
def get(self, key: str, default = None) -> Any:
|
|
21268
|
-
ServiceIntegrationEndpointExternalAwsS3UserConfig.__key_warning(key)
|
|
21269
|
-
return super().get(key, default)
|
|
21270
|
-
|
|
21271
|
-
def __init__(__self__, *,
|
|
21272
|
-
access_key_id: str,
|
|
21273
|
-
secret_access_key: str,
|
|
21274
|
-
url: str):
|
|
21275
|
-
"""
|
|
21276
|
-
:param str access_key_id: Access Key Id. Example: `AAAAAAAAAAAAAAAAAAA`.
|
|
21277
|
-
:param str secret_access_key: Secret Access Key. Example: `AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA`.
|
|
21278
|
-
:param str url: S3-compatible bucket URL. Example: `https://mybucket.s3-myregion.amazonaws.com/mydataset/`.
|
|
21279
|
-
"""
|
|
21280
|
-
pulumi.set(__self__, "access_key_id", access_key_id)
|
|
21281
|
-
pulumi.set(__self__, "secret_access_key", secret_access_key)
|
|
21282
|
-
pulumi.set(__self__, "url", url)
|
|
21283
|
-
|
|
21284
|
-
@property
|
|
21285
|
-
@pulumi.getter(name="accessKeyId")
|
|
21286
|
-
def access_key_id(self) -> str:
|
|
21287
|
-
"""
|
|
21288
|
-
Access Key Id. Example: `AAAAAAAAAAAAAAAAAAA`.
|
|
21289
|
-
"""
|
|
21290
|
-
return pulumi.get(self, "access_key_id")
|
|
21291
|
-
|
|
21292
|
-
@property
|
|
21293
|
-
@pulumi.getter(name="secretAccessKey")
|
|
21294
|
-
def secret_access_key(self) -> str:
|
|
21295
|
-
"""
|
|
21296
|
-
Secret Access Key. Example: `AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA`.
|
|
21297
|
-
"""
|
|
21298
|
-
return pulumi.get(self, "secret_access_key")
|
|
21299
|
-
|
|
21300
|
-
@property
|
|
21301
|
-
@pulumi.getter
|
|
21302
|
-
def url(self) -> str:
|
|
21303
|
-
"""
|
|
21304
|
-
S3-compatible bucket URL. Example: `https://mybucket.s3-myregion.amazonaws.com/mydataset/`.
|
|
21305
|
-
"""
|
|
21306
|
-
return pulumi.get(self, "url")
|
|
21307
|
-
|
|
21308
|
-
|
|
21309
|
-
@pulumi.output_type
|
|
21310
|
-
class ServiceIntegrationEndpointExternalClickhouseUserConfig(dict):
|
|
21311
|
-
def __init__(__self__, *,
|
|
21312
|
-
host: str,
|
|
21313
|
-
password: str,
|
|
21314
|
-
port: int,
|
|
21315
|
-
username: str):
|
|
21316
|
-
"""
|
|
21317
|
-
:param str host: Hostname or IP address of the server. Example: `my.server.com`.
|
|
21318
|
-
:param str password: Password. Example: `jjKk45Nnd`.
|
|
21319
|
-
:param int port: Secure TCP server port. Example: `9440`.
|
|
21320
|
-
:param str username: User name. Example: `default`.
|
|
21321
|
-
"""
|
|
21322
|
-
pulumi.set(__self__, "host", host)
|
|
21323
|
-
pulumi.set(__self__, "password", password)
|
|
21324
|
-
pulumi.set(__self__, "port", port)
|
|
21325
|
-
pulumi.set(__self__, "username", username)
|
|
21326
|
-
|
|
21327
|
-
@property
|
|
21328
|
-
@pulumi.getter
|
|
21329
|
-
def host(self) -> str:
|
|
21330
|
-
"""
|
|
21331
|
-
Hostname or IP address of the server. Example: `my.server.com`.
|
|
21332
|
-
"""
|
|
21333
|
-
return pulumi.get(self, "host")
|
|
21334
|
-
|
|
21335
|
-
@property
|
|
21336
|
-
@pulumi.getter
|
|
21337
|
-
def password(self) -> str:
|
|
21338
|
-
"""
|
|
21339
|
-
Password. Example: `jjKk45Nnd`.
|
|
21340
|
-
"""
|
|
21341
|
-
return pulumi.get(self, "password")
|
|
21342
|
-
|
|
21343
|
-
@property
|
|
21344
|
-
@pulumi.getter
|
|
21345
|
-
def port(self) -> int:
|
|
21346
|
-
"""
|
|
21347
|
-
Secure TCP server port. Example: `9440`.
|
|
21348
|
-
"""
|
|
21349
|
-
return pulumi.get(self, "port")
|
|
21350
|
-
|
|
21351
|
-
@property
|
|
21352
|
-
@pulumi.getter
|
|
21353
|
-
def username(self) -> str:
|
|
21354
|
-
"""
|
|
21355
|
-
User name. Example: `default`.
|
|
21356
|
-
"""
|
|
21357
|
-
return pulumi.get(self, "username")
|
|
21358
|
-
|
|
21359
|
-
|
|
21360
21019
|
@pulumi.output_type
|
|
21361
21020
|
class ServiceIntegrationEndpointExternalElasticsearchLogsUserConfig(dict):
|
|
21362
21021
|
@staticmethod
|
|
@@ -21720,106 +21379,6 @@ class ServiceIntegrationEndpointExternalKafkaUserConfig(dict):
|
|
|
21720
21379
|
return pulumi.get(self, "ssl_endpoint_identification_algorithm")
|
|
21721
21380
|
|
|
21722
21381
|
|
|
21723
|
-
@pulumi.output_type
|
|
21724
|
-
class ServiceIntegrationEndpointExternalMysqlUserConfig(dict):
|
|
21725
|
-
@staticmethod
|
|
21726
|
-
def __key_warning(key: str):
|
|
21727
|
-
suggest = None
|
|
21728
|
-
if key == "sslMode":
|
|
21729
|
-
suggest = "ssl_mode"
|
|
21730
|
-
elif key == "sslRootCert":
|
|
21731
|
-
suggest = "ssl_root_cert"
|
|
21732
|
-
|
|
21733
|
-
if suggest:
|
|
21734
|
-
pulumi.log.warn(f"Key '{key}' not found in ServiceIntegrationEndpointExternalMysqlUserConfig. Access the value via the '{suggest}' property getter instead.")
|
|
21735
|
-
|
|
21736
|
-
def __getitem__(self, key: str) -> Any:
|
|
21737
|
-
ServiceIntegrationEndpointExternalMysqlUserConfig.__key_warning(key)
|
|
21738
|
-
return super().__getitem__(key)
|
|
21739
|
-
|
|
21740
|
-
def get(self, key: str, default = None) -> Any:
|
|
21741
|
-
ServiceIntegrationEndpointExternalMysqlUserConfig.__key_warning(key)
|
|
21742
|
-
return super().get(key, default)
|
|
21743
|
-
|
|
21744
|
-
def __init__(__self__, *,
|
|
21745
|
-
host: str,
|
|
21746
|
-
password: str,
|
|
21747
|
-
port: int,
|
|
21748
|
-
username: str,
|
|
21749
|
-
ssl_mode: Optional[str] = None,
|
|
21750
|
-
ssl_root_cert: Optional[str] = None):
|
|
21751
|
-
"""
|
|
21752
|
-
:param str host: Hostname or IP address of the server. Example: `my.server.com`.
|
|
21753
|
-
:param str password: Password. Example: `jjKk45Nnd`.
|
|
21754
|
-
:param int port: Port number of the server. Example: `5432`.
|
|
21755
|
-
:param str username: User name. Example: `myname`.
|
|
21756
|
-
:param str ssl_mode: Enum: `verify-full`. SSL Mode. Default: `verify-full`.
|
|
21757
|
-
:param str ssl_root_cert: SSL Root Cert. Example: `-----BEGIN CERTIFICATE-----
|
|
21758
|
-
...
|
|
21759
|
-
-----END CERTIFICATE-----
|
|
21760
|
-
`.
|
|
21761
|
-
"""
|
|
21762
|
-
pulumi.set(__self__, "host", host)
|
|
21763
|
-
pulumi.set(__self__, "password", password)
|
|
21764
|
-
pulumi.set(__self__, "port", port)
|
|
21765
|
-
pulumi.set(__self__, "username", username)
|
|
21766
|
-
if ssl_mode is not None:
|
|
21767
|
-
pulumi.set(__self__, "ssl_mode", ssl_mode)
|
|
21768
|
-
if ssl_root_cert is not None:
|
|
21769
|
-
pulumi.set(__self__, "ssl_root_cert", ssl_root_cert)
|
|
21770
|
-
|
|
21771
|
-
@property
|
|
21772
|
-
@pulumi.getter
|
|
21773
|
-
def host(self) -> str:
|
|
21774
|
-
"""
|
|
21775
|
-
Hostname or IP address of the server. Example: `my.server.com`.
|
|
21776
|
-
"""
|
|
21777
|
-
return pulumi.get(self, "host")
|
|
21778
|
-
|
|
21779
|
-
@property
|
|
21780
|
-
@pulumi.getter
|
|
21781
|
-
def password(self) -> str:
|
|
21782
|
-
"""
|
|
21783
|
-
Password. Example: `jjKk45Nnd`.
|
|
21784
|
-
"""
|
|
21785
|
-
return pulumi.get(self, "password")
|
|
21786
|
-
|
|
21787
|
-
@property
|
|
21788
|
-
@pulumi.getter
|
|
21789
|
-
def port(self) -> int:
|
|
21790
|
-
"""
|
|
21791
|
-
Port number of the server. Example: `5432`.
|
|
21792
|
-
"""
|
|
21793
|
-
return pulumi.get(self, "port")
|
|
21794
|
-
|
|
21795
|
-
@property
|
|
21796
|
-
@pulumi.getter
|
|
21797
|
-
def username(self) -> str:
|
|
21798
|
-
"""
|
|
21799
|
-
User name. Example: `myname`.
|
|
21800
|
-
"""
|
|
21801
|
-
return pulumi.get(self, "username")
|
|
21802
|
-
|
|
21803
|
-
@property
|
|
21804
|
-
@pulumi.getter(name="sslMode")
|
|
21805
|
-
def ssl_mode(self) -> Optional[str]:
|
|
21806
|
-
"""
|
|
21807
|
-
Enum: `verify-full`. SSL Mode. Default: `verify-full`.
|
|
21808
|
-
"""
|
|
21809
|
-
return pulumi.get(self, "ssl_mode")
|
|
21810
|
-
|
|
21811
|
-
@property
|
|
21812
|
-
@pulumi.getter(name="sslRootCert")
|
|
21813
|
-
def ssl_root_cert(self) -> Optional[str]:
|
|
21814
|
-
"""
|
|
21815
|
-
SSL Root Cert. Example: `-----BEGIN CERTIFICATE-----
|
|
21816
|
-
...
|
|
21817
|
-
-----END CERTIFICATE-----
|
|
21818
|
-
`.
|
|
21819
|
-
"""
|
|
21820
|
-
return pulumi.get(self, "ssl_root_cert")
|
|
21821
|
-
|
|
21822
|
-
|
|
21823
21382
|
@pulumi.output_type
|
|
21824
21383
|
class ServiceIntegrationEndpointExternalOpensearchLogsUserConfig(dict):
|
|
21825
21384
|
@staticmethod
|
|
@@ -23924,7 +23483,6 @@ class ThanosThanos(dict):
|
|
|
23924
23483
|
|
|
23925
23484
|
@property
|
|
23926
23485
|
@pulumi.getter(name="storeUri")
|
|
23927
|
-
@_utilities.deprecated("""This field was added by mistake and has never worked. It will be removed in future versions.""")
|
|
23928
23486
|
def store_uri(self) -> Optional[str]:
|
|
23929
23487
|
"""
|
|
23930
23488
|
Store URI.
|
|
@@ -24677,10 +24235,6 @@ class ValkeyValkeyUserConfig(dict):
|
|
|
24677
24235
|
suggest = None
|
|
24678
24236
|
if key == "additionalBackupRegions":
|
|
24679
24237
|
suggest = "additional_backup_regions"
|
|
24680
|
-
elif key == "backupHour":
|
|
24681
|
-
suggest = "backup_hour"
|
|
24682
|
-
elif key == "backupMinute":
|
|
24683
|
-
suggest = "backup_minute"
|
|
24684
24238
|
elif key == "ipFilterObjects":
|
|
24685
24239
|
suggest = "ip_filter_objects"
|
|
24686
24240
|
elif key == "ipFilterStrings":
|
|
@@ -24739,8 +24293,6 @@ class ValkeyValkeyUserConfig(dict):
|
|
|
24739
24293
|
|
|
24740
24294
|
def __init__(__self__, *,
|
|
24741
24295
|
additional_backup_regions: Optional[str] = None,
|
|
24742
|
-
backup_hour: Optional[int] = None,
|
|
24743
|
-
backup_minute: Optional[int] = None,
|
|
24744
24296
|
ip_filter_objects: Optional[Sequence['outputs.ValkeyValkeyUserConfigIpFilterObject']] = None,
|
|
24745
24297
|
ip_filter_strings: Optional[Sequence[str]] = None,
|
|
24746
24298
|
ip_filters: Optional[Sequence[str]] = None,
|
|
@@ -24766,8 +24318,6 @@ class ValkeyValkeyUserConfig(dict):
|
|
|
24766
24318
|
valkey_timeout: Optional[int] = None):
|
|
24767
24319
|
"""
|
|
24768
24320
|
:param str additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
24769
|
-
:param int backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: `3`.
|
|
24770
|
-
:param int backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: `30`.
|
|
24771
24321
|
:param Sequence['ValkeyValkeyUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
24772
24322
|
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
24773
24323
|
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
@@ -24794,10 +24344,6 @@ class ValkeyValkeyUserConfig(dict):
|
|
|
24794
24344
|
"""
|
|
24795
24345
|
if additional_backup_regions is not None:
|
|
24796
24346
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
24797
|
-
if backup_hour is not None:
|
|
24798
|
-
pulumi.set(__self__, "backup_hour", backup_hour)
|
|
24799
|
-
if backup_minute is not None:
|
|
24800
|
-
pulumi.set(__self__, "backup_minute", backup_minute)
|
|
24801
24347
|
if ip_filter_objects is not None:
|
|
24802
24348
|
pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
|
|
24803
24349
|
if ip_filter_strings is not None:
|
|
@@ -24853,22 +24399,6 @@ class ValkeyValkeyUserConfig(dict):
|
|
|
24853
24399
|
"""
|
|
24854
24400
|
return pulumi.get(self, "additional_backup_regions")
|
|
24855
24401
|
|
|
24856
|
-
@property
|
|
24857
|
-
@pulumi.getter(name="backupHour")
|
|
24858
|
-
def backup_hour(self) -> Optional[int]:
|
|
24859
|
-
"""
|
|
24860
|
-
The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: `3`.
|
|
24861
|
-
"""
|
|
24862
|
-
return pulumi.get(self, "backup_hour")
|
|
24863
|
-
|
|
24864
|
-
@property
|
|
24865
|
-
@pulumi.getter(name="backupMinute")
|
|
24866
|
-
def backup_minute(self) -> Optional[int]:
|
|
24867
|
-
"""
|
|
24868
|
-
The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: `30`.
|
|
24869
|
-
"""
|
|
24870
|
-
return pulumi.get(self, "backup_minute")
|
|
24871
|
-
|
|
24872
24402
|
@property
|
|
24873
24403
|
@pulumi.getter(name="ipFilterObjects")
|
|
24874
24404
|
def ip_filter_objects(self) -> Optional[Sequence['outputs.ValkeyValkeyUserConfigIpFilterObject']]:
|
|
@@ -28762,8 +28292,7 @@ class GetGrafanaGrafanaUserConfigAuthGenericOauthResult(dict):
|
|
|
28762
28292
|
allowed_organizations: Optional[Sequence[str]] = None,
|
|
28763
28293
|
auto_login: Optional[bool] = None,
|
|
28764
28294
|
name: Optional[str] = None,
|
|
28765
|
-
scopes: Optional[Sequence[str]] = None
|
|
28766
|
-
use_refresh_token: Optional[bool] = None):
|
|
28295
|
+
scopes: Optional[Sequence[str]] = None):
|
|
28767
28296
|
"""
|
|
28768
28297
|
:param str api_url: API URL. Example: `https://yourprovider.com/api`.
|
|
28769
28298
|
:param str auth_url: Authorization URL. Example: `https://yourprovider.com/oauth/authorize`.
|
|
@@ -28776,7 +28305,6 @@ class GetGrafanaGrafanaUserConfigAuthGenericOauthResult(dict):
|
|
|
28776
28305
|
:param bool auto_login: Allow users to bypass the login screen and automatically log in.
|
|
28777
28306
|
:param str name: Name of the OAuth integration. Example: `My authentication`.
|
|
28778
28307
|
:param Sequence[str] scopes: OAuth scopes.
|
|
28779
|
-
:param bool use_refresh_token: Set to true to use refresh token and check access token expiration.
|
|
28780
28308
|
"""
|
|
28781
28309
|
pulumi.set(__self__, "api_url", api_url)
|
|
28782
28310
|
pulumi.set(__self__, "auth_url", auth_url)
|
|
@@ -28795,8 +28323,6 @@ class GetGrafanaGrafanaUserConfigAuthGenericOauthResult(dict):
|
|
|
28795
28323
|
pulumi.set(__self__, "name", name)
|
|
28796
28324
|
if scopes is not None:
|
|
28797
28325
|
pulumi.set(__self__, "scopes", scopes)
|
|
28798
|
-
if use_refresh_token is not None:
|
|
28799
|
-
pulumi.set(__self__, "use_refresh_token", use_refresh_token)
|
|
28800
28326
|
|
|
28801
28327
|
@property
|
|
28802
28328
|
@pulumi.getter(name="apiUrl")
|
|
@@ -28886,14 +28412,6 @@ class GetGrafanaGrafanaUserConfigAuthGenericOauthResult(dict):
|
|
|
28886
28412
|
"""
|
|
28887
28413
|
return pulumi.get(self, "scopes")
|
|
28888
28414
|
|
|
28889
|
-
@property
|
|
28890
|
-
@pulumi.getter(name="useRefreshToken")
|
|
28891
|
-
def use_refresh_token(self) -> Optional[bool]:
|
|
28892
|
-
"""
|
|
28893
|
-
Set to true to use refresh token and check access token expiration.
|
|
28894
|
-
"""
|
|
28895
|
-
return pulumi.get(self, "use_refresh_token")
|
|
28896
|
-
|
|
28897
28415
|
|
|
28898
28416
|
@pulumi.output_type
|
|
28899
28417
|
class GetGrafanaGrafanaUserConfigAuthGithubResult(dict):
|
|
@@ -30880,21 +30398,17 @@ class GetKafkaConnectKafkaConnectUserConfigSecretProviderVaultResult(dict):
|
|
|
30880
30398
|
address: str,
|
|
30881
30399
|
auth_method: str,
|
|
30882
30400
|
engine_version: Optional[int] = None,
|
|
30883
|
-
prefix_path_depth: Optional[int] = None,
|
|
30884
30401
|
token: Optional[str] = None):
|
|
30885
30402
|
"""
|
|
30886
30403
|
:param str address: Address of the Vault server.
|
|
30887
30404
|
:param str auth_method: Enum: `token`. Auth method of the vault secret provider.
|
|
30888
30405
|
:param int engine_version: Enum: `1`, `2`, and newer. KV Secrets Engine version of the Vault server instance.
|
|
30889
|
-
:param int prefix_path_depth: Prefix path depth of the secrets Engine. Default is 1. If the secrets engine path has more than one segment it has to be increased to the number of segments.
|
|
30890
30406
|
:param str token: Token used to authenticate with vault and auth method `token`.
|
|
30891
30407
|
"""
|
|
30892
30408
|
pulumi.set(__self__, "address", address)
|
|
30893
30409
|
pulumi.set(__self__, "auth_method", auth_method)
|
|
30894
30410
|
if engine_version is not None:
|
|
30895
30411
|
pulumi.set(__self__, "engine_version", engine_version)
|
|
30896
|
-
if prefix_path_depth is not None:
|
|
30897
|
-
pulumi.set(__self__, "prefix_path_depth", prefix_path_depth)
|
|
30898
30412
|
if token is not None:
|
|
30899
30413
|
pulumi.set(__self__, "token", token)
|
|
30900
30414
|
|
|
@@ -30922,14 +30436,6 @@ class GetKafkaConnectKafkaConnectUserConfigSecretProviderVaultResult(dict):
|
|
|
30922
30436
|
"""
|
|
30923
30437
|
return pulumi.get(self, "engine_version")
|
|
30924
30438
|
|
|
30925
|
-
@property
|
|
30926
|
-
@pulumi.getter(name="prefixPathDepth")
|
|
30927
|
-
def prefix_path_depth(self) -> Optional[int]:
|
|
30928
|
-
"""
|
|
30929
|
-
Prefix path depth of the secrets Engine. Default is 1. If the secrets engine path has more than one segment it has to be increased to the number of segments.
|
|
30930
|
-
"""
|
|
30931
|
-
return pulumi.get(self, "prefix_path_depth")
|
|
30932
|
-
|
|
30933
30439
|
@property
|
|
30934
30440
|
@pulumi.getter
|
|
30935
30441
|
def token(self) -> Optional[str]:
|
|
@@ -31162,7 +30668,7 @@ class GetKafkaKafkaUserConfigResult(dict):
|
|
|
31162
30668
|
:param bool kafka_rest_authorization: Enable authorization in Kafka-REST service.
|
|
31163
30669
|
:param 'GetKafkaKafkaUserConfigKafkaRestConfigArgs' kafka_rest_config: Kafka REST configuration
|
|
31164
30670
|
:param 'GetKafkaKafkaUserConfigKafkaSaslMechanismsArgs' kafka_sasl_mechanisms: Kafka SASL mechanisms
|
|
31165
|
-
:param str kafka_version: Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`,
|
|
30671
|
+
:param str kafka_version: Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, and newer. Kafka major version.
|
|
31166
30672
|
:param bool letsencrypt_sasl_privatelink: Use Letsencrypt CA for Kafka SASL via Privatelink.
|
|
31167
30673
|
:param 'GetKafkaKafkaUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
31168
30674
|
:param 'GetKafkaKafkaUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
|
|
@@ -31357,7 +30863,7 @@ class GetKafkaKafkaUserConfigResult(dict):
|
|
|
31357
30863
|
@pulumi.getter(name="kafkaVersion")
|
|
31358
30864
|
def kafka_version(self) -> Optional[str]:
|
|
31359
30865
|
"""
|
|
31360
|
-
Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`,
|
|
30866
|
+
Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, and newer. Kafka major version.
|
|
31361
30867
|
"""
|
|
31362
30868
|
return pulumi.get(self, "kafka_version")
|
|
31363
30869
|
|
|
@@ -32373,21 +31879,17 @@ class GetKafkaKafkaUserConfigKafkaConnectSecretProviderVaultResult(dict):
|
|
|
32373
31879
|
address: str,
|
|
32374
31880
|
auth_method: str,
|
|
32375
31881
|
engine_version: Optional[int] = None,
|
|
32376
|
-
prefix_path_depth: Optional[int] = None,
|
|
32377
31882
|
token: Optional[str] = None):
|
|
32378
31883
|
"""
|
|
32379
31884
|
:param str address: Address of the Vault server.
|
|
32380
31885
|
:param str auth_method: Enum: `token`. Auth method of the vault secret provider.
|
|
32381
31886
|
:param int engine_version: Enum: `1`, `2`, and newer. KV Secrets Engine version of the Vault server instance.
|
|
32382
|
-
:param int prefix_path_depth: Prefix path depth of the secrets Engine. Default is 1. If the secrets engine path has more than one segment it has to be increased to the number of segments.
|
|
32383
31887
|
:param str token: Token used to authenticate with vault and auth method `token`.
|
|
32384
31888
|
"""
|
|
32385
31889
|
pulumi.set(__self__, "address", address)
|
|
32386
31890
|
pulumi.set(__self__, "auth_method", auth_method)
|
|
32387
31891
|
if engine_version is not None:
|
|
32388
31892
|
pulumi.set(__self__, "engine_version", engine_version)
|
|
32389
|
-
if prefix_path_depth is not None:
|
|
32390
|
-
pulumi.set(__self__, "prefix_path_depth", prefix_path_depth)
|
|
32391
31893
|
if token is not None:
|
|
32392
31894
|
pulumi.set(__self__, "token", token)
|
|
32393
31895
|
|
|
@@ -32415,14 +31917,6 @@ class GetKafkaKafkaUserConfigKafkaConnectSecretProviderVaultResult(dict):
|
|
|
32415
31917
|
"""
|
|
32416
31918
|
return pulumi.get(self, "engine_version")
|
|
32417
31919
|
|
|
32418
|
-
@property
|
|
32419
|
-
@pulumi.getter(name="prefixPathDepth")
|
|
32420
|
-
def prefix_path_depth(self) -> Optional[int]:
|
|
32421
|
-
"""
|
|
32422
|
-
Prefix path depth of the secrets Engine. Default is 1. If the secrets engine path has more than one segment it has to be increased to the number of segments.
|
|
32423
|
-
"""
|
|
32424
|
-
return pulumi.get(self, "prefix_path_depth")
|
|
32425
|
-
|
|
32426
31920
|
@property
|
|
32427
31921
|
@pulumi.getter
|
|
32428
31922
|
def token(self) -> Optional[str]:
|
|
@@ -32819,21 +32313,13 @@ class GetKafkaKafkaUserConfigPublicAccessResult(dict):
|
|
|
32819
32313
|
class GetKafkaKafkaUserConfigSchemaRegistryConfigResult(dict):
|
|
32820
32314
|
def __init__(__self__, *,
|
|
32821
32315
|
leader_eligibility: Optional[bool] = None,
|
|
32822
|
-
retriable_errors_silenced: Optional[bool] = None,
|
|
32823
|
-
schema_reader_strict_mode: Optional[bool] = None,
|
|
32824
32316
|
topic_name: Optional[str] = None):
|
|
32825
32317
|
"""
|
|
32826
32318
|
:param bool leader_eligibility: If true, Karapace / Schema Registry on the service nodes can participate in leader election. It might be needed to disable this when the schemas topic is replicated to a secondary cluster and Karapace / Schema Registry there must not participate in leader election. Defaults to `true`.
|
|
32827
|
-
:param bool retriable_errors_silenced: If enabled, kafka errors which can be retried or custom errors specified for the service will not be raised, instead, a warning log is emitted. This will denoise issue tracking systems, i.e. sentry. Defaults to `true`.
|
|
32828
|
-
:param bool schema_reader_strict_mode: If enabled, causes the Karapace schema-registry service to shutdown when there are invalid schema records in the `_schemas` topic. Defaults to `false`.
|
|
32829
32319
|
:param str topic_name: The durable single partition topic that acts as the durable log for the data. This topic must be compacted to avoid losing data due to retention policy. Please note that changing this configuration in an existing Schema Registry / Karapace setup leads to previous schemas being inaccessible, data encoded with them potentially unreadable and schema ID sequence put out of order. It's only possible to do the switch while Schema Registry / Karapace is disabled. Defaults to `_schemas`.
|
|
32830
32320
|
"""
|
|
32831
32321
|
if leader_eligibility is not None:
|
|
32832
32322
|
pulumi.set(__self__, "leader_eligibility", leader_eligibility)
|
|
32833
|
-
if retriable_errors_silenced is not None:
|
|
32834
|
-
pulumi.set(__self__, "retriable_errors_silenced", retriable_errors_silenced)
|
|
32835
|
-
if schema_reader_strict_mode is not None:
|
|
32836
|
-
pulumi.set(__self__, "schema_reader_strict_mode", schema_reader_strict_mode)
|
|
32837
32323
|
if topic_name is not None:
|
|
32838
32324
|
pulumi.set(__self__, "topic_name", topic_name)
|
|
32839
32325
|
|
|
@@ -32845,22 +32331,6 @@ class GetKafkaKafkaUserConfigSchemaRegistryConfigResult(dict):
|
|
|
32845
32331
|
"""
|
|
32846
32332
|
return pulumi.get(self, "leader_eligibility")
|
|
32847
32333
|
|
|
32848
|
-
@property
|
|
32849
|
-
@pulumi.getter(name="retriableErrorsSilenced")
|
|
32850
|
-
def retriable_errors_silenced(self) -> Optional[bool]:
|
|
32851
|
-
"""
|
|
32852
|
-
If enabled, kafka errors which can be retried or custom errors specified for the service will not be raised, instead, a warning log is emitted. This will denoise issue tracking systems, i.e. sentry. Defaults to `true`.
|
|
32853
|
-
"""
|
|
32854
|
-
return pulumi.get(self, "retriable_errors_silenced")
|
|
32855
|
-
|
|
32856
|
-
@property
|
|
32857
|
-
@pulumi.getter(name="schemaReaderStrictMode")
|
|
32858
|
-
def schema_reader_strict_mode(self) -> Optional[bool]:
|
|
32859
|
-
"""
|
|
32860
|
-
If enabled, causes the Karapace schema-registry service to shutdown when there are invalid schema records in the `_schemas` topic. Defaults to `false`.
|
|
32861
|
-
"""
|
|
32862
|
-
return pulumi.get(self, "schema_reader_strict_mode")
|
|
32863
|
-
|
|
32864
32334
|
@property
|
|
32865
32335
|
@pulumi.getter(name="topicName")
|
|
32866
32336
|
def topic_name(self) -> Optional[str]:
|
|
@@ -36482,7 +35952,6 @@ class GetOpenSearchOpensearchResult(dict):
|
|
|
36482
35952
|
|
|
36483
35953
|
@property
|
|
36484
35954
|
@pulumi.getter(name="kibanaUri")
|
|
36485
|
-
@_utilities.deprecated("""This field was added by mistake and has never worked. It will be removed in future versions.""")
|
|
36486
35955
|
def kibana_uri(self) -> str:
|
|
36487
35956
|
"""
|
|
36488
35957
|
URI for Kibana dashboard frontend
|
|
@@ -36852,7 +36321,6 @@ class GetOpenSearchOpensearchUserConfigAzureMigrationResult(dict):
|
|
|
36852
36321
|
chunk_size: Optional[str] = None,
|
|
36853
36322
|
compress: Optional[bool] = None,
|
|
36854
36323
|
endpoint_suffix: Optional[str] = None,
|
|
36855
|
-
indices: Optional[str] = None,
|
|
36856
36324
|
key: Optional[str] = None,
|
|
36857
36325
|
sas_token: Optional[str] = None):
|
|
36858
36326
|
"""
|
|
@@ -36863,7 +36331,6 @@ class GetOpenSearchOpensearchUserConfigAzureMigrationResult(dict):
|
|
|
36863
36331
|
:param str chunk_size: Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
|
|
36864
36332
|
:param bool compress: When set to true metadata files are stored in compressed format.
|
|
36865
36333
|
:param str endpoint_suffix: Defines the DNS suffix for Azure Storage endpoints.
|
|
36866
|
-
:param str indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
|
|
36867
36334
|
:param str key: Azure account secret key. One of key or sas_token should be specified.
|
|
36868
36335
|
:param str sas_token: A shared access signatures (SAS) token. One of key or sas_token should be specified.
|
|
36869
36336
|
"""
|
|
@@ -36877,8 +36344,6 @@ class GetOpenSearchOpensearchUserConfigAzureMigrationResult(dict):
|
|
|
36877
36344
|
pulumi.set(__self__, "compress", compress)
|
|
36878
36345
|
if endpoint_suffix is not None:
|
|
36879
36346
|
pulumi.set(__self__, "endpoint_suffix", endpoint_suffix)
|
|
36880
|
-
if indices is not None:
|
|
36881
|
-
pulumi.set(__self__, "indices", indices)
|
|
36882
36347
|
if key is not None:
|
|
36883
36348
|
pulumi.set(__self__, "key", key)
|
|
36884
36349
|
if sas_token is not None:
|
|
@@ -36940,14 +36405,6 @@ class GetOpenSearchOpensearchUserConfigAzureMigrationResult(dict):
|
|
|
36940
36405
|
"""
|
|
36941
36406
|
return pulumi.get(self, "endpoint_suffix")
|
|
36942
36407
|
|
|
36943
|
-
@property
|
|
36944
|
-
@pulumi.getter
|
|
36945
|
-
def indices(self) -> Optional[str]:
|
|
36946
|
-
"""
|
|
36947
|
-
A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
|
|
36948
|
-
"""
|
|
36949
|
-
return pulumi.get(self, "indices")
|
|
36950
|
-
|
|
36951
36408
|
@property
|
|
36952
36409
|
@pulumi.getter
|
|
36953
36410
|
def key(self) -> Optional[str]:
|
|
@@ -36973,8 +36430,7 @@ class GetOpenSearchOpensearchUserConfigGcsMigrationResult(dict):
|
|
|
36973
36430
|
credentials: str,
|
|
36974
36431
|
snapshot_name: str,
|
|
36975
36432
|
chunk_size: Optional[str] = None,
|
|
36976
|
-
compress: Optional[bool] = None
|
|
36977
|
-
indices: Optional[str] = None):
|
|
36433
|
+
compress: Optional[bool] = None):
|
|
36978
36434
|
"""
|
|
36979
36435
|
:param str base_path: The path to the repository data within its container. The value of this setting should not start or end with a /.
|
|
36980
36436
|
:param str bucket: The path to the repository data within its container.
|
|
@@ -36982,7 +36438,6 @@ class GetOpenSearchOpensearchUserConfigGcsMigrationResult(dict):
|
|
|
36982
36438
|
:param str snapshot_name: The snapshot name to restore from.
|
|
36983
36439
|
:param str chunk_size: Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
|
|
36984
36440
|
:param bool compress: When set to true metadata files are stored in compressed format.
|
|
36985
|
-
:param str indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
|
|
36986
36441
|
"""
|
|
36987
36442
|
pulumi.set(__self__, "base_path", base_path)
|
|
36988
36443
|
pulumi.set(__self__, "bucket", bucket)
|
|
@@ -36992,8 +36447,6 @@ class GetOpenSearchOpensearchUserConfigGcsMigrationResult(dict):
|
|
|
36992
36447
|
pulumi.set(__self__, "chunk_size", chunk_size)
|
|
36993
36448
|
if compress is not None:
|
|
36994
36449
|
pulumi.set(__self__, "compress", compress)
|
|
36995
|
-
if indices is not None:
|
|
36996
|
-
pulumi.set(__self__, "indices", indices)
|
|
36997
36450
|
|
|
36998
36451
|
@property
|
|
36999
36452
|
@pulumi.getter(name="basePath")
|
|
@@ -37043,14 +36496,6 @@ class GetOpenSearchOpensearchUserConfigGcsMigrationResult(dict):
|
|
|
37043
36496
|
"""
|
|
37044
36497
|
return pulumi.get(self, "compress")
|
|
37045
36498
|
|
|
37046
|
-
@property
|
|
37047
|
-
@pulumi.getter
|
|
37048
|
-
def indices(self) -> Optional[str]:
|
|
37049
|
-
"""
|
|
37050
|
-
A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
|
|
37051
|
-
"""
|
|
37052
|
-
return pulumi.get(self, "indices")
|
|
37053
|
-
|
|
37054
36499
|
|
|
37055
36500
|
@pulumi.output_type
|
|
37056
36501
|
class GetOpenSearchOpensearchUserConfigIndexPatternResult(dict):
|
|
@@ -38296,7 +37741,6 @@ class GetOpenSearchOpensearchUserConfigS3MigrationResult(dict):
|
|
|
38296
37741
|
chunk_size: Optional[str] = None,
|
|
38297
37742
|
compress: Optional[bool] = None,
|
|
38298
37743
|
endpoint: Optional[str] = None,
|
|
38299
|
-
indices: Optional[str] = None,
|
|
38300
37744
|
server_side_encryption: Optional[bool] = None):
|
|
38301
37745
|
"""
|
|
38302
37746
|
:param str access_key: AWS Access key.
|
|
@@ -38308,7 +37752,6 @@ class GetOpenSearchOpensearchUserConfigS3MigrationResult(dict):
|
|
|
38308
37752
|
:param str chunk_size: Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
|
|
38309
37753
|
:param bool compress: When set to true metadata files are stored in compressed format.
|
|
38310
37754
|
:param str endpoint: The S3 service endpoint to connect to. If you are using an S3-compatible service then you should set this to the service’s endpoint.
|
|
38311
|
-
:param str indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
|
|
38312
37755
|
:param bool server_side_encryption: When set to true files are encrypted on server side.
|
|
38313
37756
|
"""
|
|
38314
37757
|
pulumi.set(__self__, "access_key", access_key)
|
|
@@ -38323,8 +37766,6 @@ class GetOpenSearchOpensearchUserConfigS3MigrationResult(dict):
|
|
|
38323
37766
|
pulumi.set(__self__, "compress", compress)
|
|
38324
37767
|
if endpoint is not None:
|
|
38325
37768
|
pulumi.set(__self__, "endpoint", endpoint)
|
|
38326
|
-
if indices is not None:
|
|
38327
|
-
pulumi.set(__self__, "indices", indices)
|
|
38328
37769
|
if server_side_encryption is not None:
|
|
38329
37770
|
pulumi.set(__self__, "server_side_encryption", server_side_encryption)
|
|
38330
37771
|
|
|
@@ -38400,14 +37841,6 @@ class GetOpenSearchOpensearchUserConfigS3MigrationResult(dict):
|
|
|
38400
37841
|
"""
|
|
38401
37842
|
return pulumi.get(self, "endpoint")
|
|
38402
37843
|
|
|
38403
|
-
@property
|
|
38404
|
-
@pulumi.getter
|
|
38405
|
-
def indices(self) -> Optional[str]:
|
|
38406
|
-
"""
|
|
38407
|
-
A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
|
|
38408
|
-
"""
|
|
38409
|
-
return pulumi.get(self, "indices")
|
|
38410
|
-
|
|
38411
37844
|
@property
|
|
38412
37845
|
@pulumi.getter(name="serverSideEncryption")
|
|
38413
37846
|
def server_side_encryption(self) -> Optional[bool]:
|
|
@@ -38731,7 +38164,6 @@ class GetPgPgResult(dict):
|
|
|
38731
38164
|
|
|
38732
38165
|
@property
|
|
38733
38166
|
@pulumi.getter
|
|
38734
|
-
@_utilities.deprecated("""This field was added by mistake and has never worked. It will be removed in future versions.""")
|
|
38735
38167
|
def bouncer(self) -> str:
|
|
38736
38168
|
"""
|
|
38737
38169
|
PgBouncer connection details for [connection pooling](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling).
|
|
@@ -39052,7 +38484,6 @@ class GetPgPgUserConfigResult(dict):
|
|
|
39052
38484
|
|
|
39053
38485
|
@property
|
|
39054
38486
|
@pulumi.getter(name="additionalBackupRegions")
|
|
39055
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
39056
38487
|
def additional_backup_regions(self) -> Optional[str]:
|
|
39057
38488
|
"""
|
|
39058
38489
|
Additional Cloud Regions for Backup Replication.
|
|
@@ -40859,8 +40290,6 @@ class GetRedisRediResult(dict):
|
|
|
40859
40290
|
class GetRedisRedisUserConfigResult(dict):
|
|
40860
40291
|
def __init__(__self__, *,
|
|
40861
40292
|
additional_backup_regions: Optional[str] = None,
|
|
40862
|
-
backup_hour: Optional[int] = None,
|
|
40863
|
-
backup_minute: Optional[int] = None,
|
|
40864
40293
|
ip_filter_objects: Optional[Sequence['outputs.GetRedisRedisUserConfigIpFilterObjectResult']] = None,
|
|
40865
40294
|
ip_filter_strings: Optional[Sequence[str]] = None,
|
|
40866
40295
|
ip_filters: Optional[Sequence[str]] = None,
|
|
@@ -40887,8 +40316,6 @@ class GetRedisRedisUserConfigResult(dict):
|
|
|
40887
40316
|
static_ips: Optional[bool] = None):
|
|
40888
40317
|
"""
|
|
40889
40318
|
:param str additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
40890
|
-
:param int backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: `3`.
|
|
40891
|
-
:param int backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: `30`.
|
|
40892
40319
|
:param Sequence['GetRedisRedisUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
40893
40320
|
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
40894
40321
|
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
@@ -40916,10 +40343,6 @@ class GetRedisRedisUserConfigResult(dict):
|
|
|
40916
40343
|
"""
|
|
40917
40344
|
if additional_backup_regions is not None:
|
|
40918
40345
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
40919
|
-
if backup_hour is not None:
|
|
40920
|
-
pulumi.set(__self__, "backup_hour", backup_hour)
|
|
40921
|
-
if backup_minute is not None:
|
|
40922
|
-
pulumi.set(__self__, "backup_minute", backup_minute)
|
|
40923
40346
|
if ip_filter_objects is not None:
|
|
40924
40347
|
pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
|
|
40925
40348
|
if ip_filter_strings is not None:
|
|
@@ -40977,22 +40400,6 @@ class GetRedisRedisUserConfigResult(dict):
|
|
|
40977
40400
|
"""
|
|
40978
40401
|
return pulumi.get(self, "additional_backup_regions")
|
|
40979
40402
|
|
|
40980
|
-
@property
|
|
40981
|
-
@pulumi.getter(name="backupHour")
|
|
40982
|
-
def backup_hour(self) -> Optional[int]:
|
|
40983
|
-
"""
|
|
40984
|
-
The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: `3`.
|
|
40985
|
-
"""
|
|
40986
|
-
return pulumi.get(self, "backup_hour")
|
|
40987
|
-
|
|
40988
|
-
@property
|
|
40989
|
-
@pulumi.getter(name="backupMinute")
|
|
40990
|
-
def backup_minute(self) -> Optional[int]:
|
|
40991
|
-
"""
|
|
40992
|
-
The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: `30`.
|
|
40993
|
-
"""
|
|
40994
|
-
return pulumi.get(self, "backup_minute")
|
|
40995
|
-
|
|
40996
40403
|
@property
|
|
40997
40404
|
@pulumi.getter(name="ipFilterObjects")
|
|
40998
40405
|
def ip_filter_objects(self) -> Optional[Sequence['outputs.GetRedisRedisUserConfigIpFilterObjectResult']]:
|
|
@@ -42275,97 +41682,6 @@ class GetServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigResult(
|
|
|
42275
41682
|
return pulumi.get(self, "secret_key")
|
|
42276
41683
|
|
|
42277
41684
|
|
|
42278
|
-
@pulumi.output_type
|
|
42279
|
-
class GetServiceIntegrationEndpointExternalAwsS3UserConfigResult(dict):
|
|
42280
|
-
def __init__(__self__, *,
|
|
42281
|
-
access_key_id: str,
|
|
42282
|
-
secret_access_key: str,
|
|
42283
|
-
url: str):
|
|
42284
|
-
"""
|
|
42285
|
-
:param str access_key_id: Access Key Id. Example: `AAAAAAAAAAAAAAAAAAA`.
|
|
42286
|
-
:param str secret_access_key: Secret Access Key. Example: `AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA`.
|
|
42287
|
-
:param str url: S3-compatible bucket URL. Example: `https://mybucket.s3-myregion.amazonaws.com/mydataset/`.
|
|
42288
|
-
"""
|
|
42289
|
-
pulumi.set(__self__, "access_key_id", access_key_id)
|
|
42290
|
-
pulumi.set(__self__, "secret_access_key", secret_access_key)
|
|
42291
|
-
pulumi.set(__self__, "url", url)
|
|
42292
|
-
|
|
42293
|
-
@property
|
|
42294
|
-
@pulumi.getter(name="accessKeyId")
|
|
42295
|
-
def access_key_id(self) -> str:
|
|
42296
|
-
"""
|
|
42297
|
-
Access Key Id. Example: `AAAAAAAAAAAAAAAAAAA`.
|
|
42298
|
-
"""
|
|
42299
|
-
return pulumi.get(self, "access_key_id")
|
|
42300
|
-
|
|
42301
|
-
@property
|
|
42302
|
-
@pulumi.getter(name="secretAccessKey")
|
|
42303
|
-
def secret_access_key(self) -> str:
|
|
42304
|
-
"""
|
|
42305
|
-
Secret Access Key. Example: `AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA`.
|
|
42306
|
-
"""
|
|
42307
|
-
return pulumi.get(self, "secret_access_key")
|
|
42308
|
-
|
|
42309
|
-
@property
|
|
42310
|
-
@pulumi.getter
|
|
42311
|
-
def url(self) -> str:
|
|
42312
|
-
"""
|
|
42313
|
-
S3-compatible bucket URL. Example: `https://mybucket.s3-myregion.amazonaws.com/mydataset/`.
|
|
42314
|
-
"""
|
|
42315
|
-
return pulumi.get(self, "url")
|
|
42316
|
-
|
|
42317
|
-
|
|
42318
|
-
@pulumi.output_type
|
|
42319
|
-
class GetServiceIntegrationEndpointExternalClickhouseUserConfigResult(dict):
|
|
42320
|
-
def __init__(__self__, *,
|
|
42321
|
-
host: str,
|
|
42322
|
-
password: str,
|
|
42323
|
-
port: int,
|
|
42324
|
-
username: str):
|
|
42325
|
-
"""
|
|
42326
|
-
:param str host: Hostname or IP address of the server. Example: `my.server.com`.
|
|
42327
|
-
:param str password: Password. Example: `jjKk45Nnd`.
|
|
42328
|
-
:param int port: Secure TCP server port. Example: `9440`.
|
|
42329
|
-
:param str username: User name. Example: `default`.
|
|
42330
|
-
"""
|
|
42331
|
-
pulumi.set(__self__, "host", host)
|
|
42332
|
-
pulumi.set(__self__, "password", password)
|
|
42333
|
-
pulumi.set(__self__, "port", port)
|
|
42334
|
-
pulumi.set(__self__, "username", username)
|
|
42335
|
-
|
|
42336
|
-
@property
|
|
42337
|
-
@pulumi.getter
|
|
42338
|
-
def host(self) -> str:
|
|
42339
|
-
"""
|
|
42340
|
-
Hostname or IP address of the server. Example: `my.server.com`.
|
|
42341
|
-
"""
|
|
42342
|
-
return pulumi.get(self, "host")
|
|
42343
|
-
|
|
42344
|
-
@property
|
|
42345
|
-
@pulumi.getter
|
|
42346
|
-
def password(self) -> str:
|
|
42347
|
-
"""
|
|
42348
|
-
Password. Example: `jjKk45Nnd`.
|
|
42349
|
-
"""
|
|
42350
|
-
return pulumi.get(self, "password")
|
|
42351
|
-
|
|
42352
|
-
@property
|
|
42353
|
-
@pulumi.getter
|
|
42354
|
-
def port(self) -> int:
|
|
42355
|
-
"""
|
|
42356
|
-
Secure TCP server port. Example: `9440`.
|
|
42357
|
-
"""
|
|
42358
|
-
return pulumi.get(self, "port")
|
|
42359
|
-
|
|
42360
|
-
@property
|
|
42361
|
-
@pulumi.getter
|
|
42362
|
-
def username(self) -> str:
|
|
42363
|
-
"""
|
|
42364
|
-
User name. Example: `default`.
|
|
42365
|
-
"""
|
|
42366
|
-
return pulumi.get(self, "username")
|
|
42367
|
-
|
|
42368
|
-
|
|
42369
41685
|
@pulumi.output_type
|
|
42370
41686
|
class GetServiceIntegrationEndpointExternalElasticsearchLogsUserConfigResult(dict):
|
|
42371
41687
|
def __init__(__self__, *,
|
|
@@ -42637,87 +41953,6 @@ class GetServiceIntegrationEndpointExternalKafkaUserConfigResult(dict):
|
|
|
42637
41953
|
return pulumi.get(self, "ssl_endpoint_identification_algorithm")
|
|
42638
41954
|
|
|
42639
41955
|
|
|
42640
|
-
@pulumi.output_type
|
|
42641
|
-
class GetServiceIntegrationEndpointExternalMysqlUserConfigResult(dict):
|
|
42642
|
-
def __init__(__self__, *,
|
|
42643
|
-
host: str,
|
|
42644
|
-
password: str,
|
|
42645
|
-
port: int,
|
|
42646
|
-
username: str,
|
|
42647
|
-
ssl_mode: Optional[str] = None,
|
|
42648
|
-
ssl_root_cert: Optional[str] = None):
|
|
42649
|
-
"""
|
|
42650
|
-
:param str host: Hostname or IP address of the server. Example: `my.server.com`.
|
|
42651
|
-
:param str password: Password. Example: `jjKk45Nnd`.
|
|
42652
|
-
:param int port: Port number of the server. Example: `5432`.
|
|
42653
|
-
:param str username: User name. Example: `myname`.
|
|
42654
|
-
:param str ssl_mode: Enum: `verify-full`. SSL Mode. Default: `verify-full`.
|
|
42655
|
-
:param str ssl_root_cert: SSL Root Cert. Example: `-----BEGIN CERTIFICATE-----
|
|
42656
|
-
...
|
|
42657
|
-
-----END CERTIFICATE-----
|
|
42658
|
-
`.
|
|
42659
|
-
"""
|
|
42660
|
-
pulumi.set(__self__, "host", host)
|
|
42661
|
-
pulumi.set(__self__, "password", password)
|
|
42662
|
-
pulumi.set(__self__, "port", port)
|
|
42663
|
-
pulumi.set(__self__, "username", username)
|
|
42664
|
-
if ssl_mode is not None:
|
|
42665
|
-
pulumi.set(__self__, "ssl_mode", ssl_mode)
|
|
42666
|
-
if ssl_root_cert is not None:
|
|
42667
|
-
pulumi.set(__self__, "ssl_root_cert", ssl_root_cert)
|
|
42668
|
-
|
|
42669
|
-
@property
|
|
42670
|
-
@pulumi.getter
|
|
42671
|
-
def host(self) -> str:
|
|
42672
|
-
"""
|
|
42673
|
-
Hostname or IP address of the server. Example: `my.server.com`.
|
|
42674
|
-
"""
|
|
42675
|
-
return pulumi.get(self, "host")
|
|
42676
|
-
|
|
42677
|
-
@property
|
|
42678
|
-
@pulumi.getter
|
|
42679
|
-
def password(self) -> str:
|
|
42680
|
-
"""
|
|
42681
|
-
Password. Example: `jjKk45Nnd`.
|
|
42682
|
-
"""
|
|
42683
|
-
return pulumi.get(self, "password")
|
|
42684
|
-
|
|
42685
|
-
@property
|
|
42686
|
-
@pulumi.getter
|
|
42687
|
-
def port(self) -> int:
|
|
42688
|
-
"""
|
|
42689
|
-
Port number of the server. Example: `5432`.
|
|
42690
|
-
"""
|
|
42691
|
-
return pulumi.get(self, "port")
|
|
42692
|
-
|
|
42693
|
-
@property
|
|
42694
|
-
@pulumi.getter
|
|
42695
|
-
def username(self) -> str:
|
|
42696
|
-
"""
|
|
42697
|
-
User name. Example: `myname`.
|
|
42698
|
-
"""
|
|
42699
|
-
return pulumi.get(self, "username")
|
|
42700
|
-
|
|
42701
|
-
@property
|
|
42702
|
-
@pulumi.getter(name="sslMode")
|
|
42703
|
-
def ssl_mode(self) -> Optional[str]:
|
|
42704
|
-
"""
|
|
42705
|
-
Enum: `verify-full`. SSL Mode. Default: `verify-full`.
|
|
42706
|
-
"""
|
|
42707
|
-
return pulumi.get(self, "ssl_mode")
|
|
42708
|
-
|
|
42709
|
-
@property
|
|
42710
|
-
@pulumi.getter(name="sslRootCert")
|
|
42711
|
-
def ssl_root_cert(self) -> Optional[str]:
|
|
42712
|
-
"""
|
|
42713
|
-
SSL Root Cert. Example: `-----BEGIN CERTIFICATE-----
|
|
42714
|
-
...
|
|
42715
|
-
-----END CERTIFICATE-----
|
|
42716
|
-
`.
|
|
42717
|
-
"""
|
|
42718
|
-
return pulumi.get(self, "ssl_root_cert")
|
|
42719
|
-
|
|
42720
|
-
|
|
42721
41956
|
@pulumi.output_type
|
|
42722
41957
|
class GetServiceIntegrationEndpointExternalOpensearchLogsUserConfigResult(dict):
|
|
42723
41958
|
def __init__(__self__, *,
|
|
@@ -44303,7 +43538,6 @@ class GetThanosThanoResult(dict):
|
|
|
44303
43538
|
|
|
44304
43539
|
@property
|
|
44305
43540
|
@pulumi.getter(name="storeUri")
|
|
44306
|
-
@_utilities.deprecated("""This field was added by mistake and has never worked. It will be removed in future versions.""")
|
|
44307
43541
|
def store_uri(self) -> str:
|
|
44308
43542
|
"""
|
|
44309
43543
|
Store URI.
|
|
@@ -44875,8 +44109,6 @@ class GetValkeyValkeyResult(dict):
|
|
|
44875
44109
|
class GetValkeyValkeyUserConfigResult(dict):
|
|
44876
44110
|
def __init__(__self__, *,
|
|
44877
44111
|
additional_backup_regions: Optional[str] = None,
|
|
44878
|
-
backup_hour: Optional[int] = None,
|
|
44879
|
-
backup_minute: Optional[int] = None,
|
|
44880
44112
|
ip_filter_objects: Optional[Sequence['outputs.GetValkeyValkeyUserConfigIpFilterObjectResult']] = None,
|
|
44881
44113
|
ip_filter_strings: Optional[Sequence[str]] = None,
|
|
44882
44114
|
ip_filters: Optional[Sequence[str]] = None,
|
|
@@ -44902,8 +44134,6 @@ class GetValkeyValkeyUserConfigResult(dict):
|
|
|
44902
44134
|
valkey_timeout: Optional[int] = None):
|
|
44903
44135
|
"""
|
|
44904
44136
|
:param str additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
44905
|
-
:param int backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: `3`.
|
|
44906
|
-
:param int backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: `30`.
|
|
44907
44137
|
:param Sequence['GetValkeyValkeyUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
44908
44138
|
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
44909
44139
|
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
@@ -44930,10 +44160,6 @@ class GetValkeyValkeyUserConfigResult(dict):
|
|
|
44930
44160
|
"""
|
|
44931
44161
|
if additional_backup_regions is not None:
|
|
44932
44162
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
44933
|
-
if backup_hour is not None:
|
|
44934
|
-
pulumi.set(__self__, "backup_hour", backup_hour)
|
|
44935
|
-
if backup_minute is not None:
|
|
44936
|
-
pulumi.set(__self__, "backup_minute", backup_minute)
|
|
44937
44163
|
if ip_filter_objects is not None:
|
|
44938
44164
|
pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
|
|
44939
44165
|
if ip_filter_strings is not None:
|
|
@@ -44989,22 +44215,6 @@ class GetValkeyValkeyUserConfigResult(dict):
|
|
|
44989
44215
|
"""
|
|
44990
44216
|
return pulumi.get(self, "additional_backup_regions")
|
|
44991
44217
|
|
|
44992
|
-
@property
|
|
44993
|
-
@pulumi.getter(name="backupHour")
|
|
44994
|
-
def backup_hour(self) -> Optional[int]:
|
|
44995
|
-
"""
|
|
44996
|
-
The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: `3`.
|
|
44997
|
-
"""
|
|
44998
|
-
return pulumi.get(self, "backup_hour")
|
|
44999
|
-
|
|
45000
|
-
@property
|
|
45001
|
-
@pulumi.getter(name="backupMinute")
|
|
45002
|
-
def backup_minute(self) -> Optional[int]:
|
|
45003
|
-
"""
|
|
45004
|
-
The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: `30`.
|
|
45005
|
-
"""
|
|
45006
|
-
return pulumi.get(self, "backup_minute")
|
|
45007
|
-
|
|
45008
44218
|
@property
|
|
45009
44219
|
@pulumi.getter(name="ipFilterObjects")
|
|
45010
44220
|
def ip_filter_objects(self) -> Optional[Sequence['outputs.GetValkeyValkeyUserConfigIpFilterObjectResult']]:
|