pulumi-aiven 6.14.0a1713330923__py3-none-any.whl → 6.14.0a1713897878__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/_inputs.py +100 -100
- pulumi_aiven/account.py +2 -6
- pulumi_aiven/account_team.py +6 -6
- pulumi_aiven/account_team_member.py +4 -8
- pulumi_aiven/account_team_project.py +12 -12
- pulumi_aiven/aws_privatelink.py +4 -8
- pulumi_aiven/aws_vpc_peering_connection.py +8 -12
- pulumi_aiven/azure_privatelink.py +4 -8
- pulumi_aiven/azure_privatelink_connection_approval.py +98 -0
- pulumi_aiven/azure_vpc_peering_connection.py +6 -10
- pulumi_aiven/billing_group.py +2 -4
- pulumi_aiven/cassandra.py +13 -17
- pulumi_aiven/cassandra_user.py +2 -6
- pulumi_aiven/clickhouse.py +13 -17
- pulumi_aiven/clickhouse_database.py +8 -10
- pulumi_aiven/clickhouse_grant.py +21 -23
- pulumi_aiven/clickhouse_role.py +0 -4
- pulumi_aiven/clickhouse_user.py +4 -8
- pulumi_aiven/connection_pool.py +8 -12
- pulumi_aiven/flink.py +16 -20
- pulumi_aiven/flink_application.py +6 -8
- pulumi_aiven/flink_application_version.py +82 -0
- pulumi_aiven/gcp_vpc_peering_connection.py +2 -6
- pulumi_aiven/get_account.py +0 -4
- pulumi_aiven/get_aws_privatelink.py +4 -8
- pulumi_aiven/get_aws_vpc_peering_connection.py +6 -10
- pulumi_aiven/get_azure_privatelink.py +4 -8
- pulumi_aiven/get_azure_vpc_peering_connection.py +2 -6
- pulumi_aiven/get_cassanda.py +2 -6
- pulumi_aiven/get_cassandra.py +2 -6
- pulumi_aiven/get_cassandra_user.py +4 -8
- pulumi_aiven/get_clickhouse.py +2 -6
- pulumi_aiven/get_clickhouse_database.py +4 -8
- pulumi_aiven/get_clickhouse_user.py +4 -8
- pulumi_aiven/get_connection_pool.py +4 -8
- pulumi_aiven/get_flink.py +2 -6
- pulumi_aiven/get_flink_application.py +2 -6
- pulumi_aiven/get_flink_application_version.py +2 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +2 -6
- pulumi_aiven/get_grafana.py +2 -6
- pulumi_aiven/get_kafka.py +2 -6
- pulumi_aiven/get_kafka_acl.py +4 -8
- pulumi_aiven/get_kafka_connect.py +2 -6
- pulumi_aiven/get_kafka_connector.py +4 -8
- pulumi_aiven/get_kafka_mirror_maker.py +2 -6
- pulumi_aiven/get_kafka_schema.py +4 -8
- pulumi_aiven/get_kafka_schema_configuration.py +4 -8
- pulumi_aiven/get_kafka_topic.py +4 -8
- pulumi_aiven/get_kafka_user.py +4 -8
- pulumi_aiven/get_m3_aggregator.py +2 -6
- pulumi_aiven/get_m3_db.py +2 -6
- pulumi_aiven/get_m3db_user.py +4 -8
- pulumi_aiven/get_mirror_maker_replication_flow.py +8 -12
- pulumi_aiven/get_my_sql.py +2 -6
- pulumi_aiven/get_mysql_database.py +4 -8
- pulumi_aiven/get_mysql_user.py +4 -8
- pulumi_aiven/get_open_search.py +2 -6
- pulumi_aiven/get_open_search_acl_config.py +4 -8
- pulumi_aiven/get_open_search_acl_rule.py +4 -8
- pulumi_aiven/get_opensearch_security_plugin_config.py +4 -8
- pulumi_aiven/get_opensearch_user.py +4 -8
- pulumi_aiven/get_organization.py +0 -4
- pulumi_aiven/get_organization_user_group.py +2 -6
- pulumi_aiven/get_pg.py +2 -6
- pulumi_aiven/get_pg_database.py +4 -8
- pulumi_aiven/get_pg_user.py +4 -8
- pulumi_aiven/get_project.py +0 -4
- pulumi_aiven/get_project_user.py +2 -6
- pulumi_aiven/get_project_vpc.py +2 -6
- pulumi_aiven/get_redis.py +2 -6
- pulumi_aiven/get_redis_user.py +4 -8
- pulumi_aiven/get_service_component.py +4 -8
- pulumi_aiven/get_service_integration.py +2 -6
- pulumi_aiven/get_service_integration_endpoint.py +2 -6
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +2 -6
- pulumi_aiven/grafana.py +4 -6
- pulumi_aiven/kafka.py +13 -17
- pulumi_aiven/kafka_acl.py +4 -8
- pulumi_aiven/kafka_connect.py +2 -6
- pulumi_aiven/kafka_connector.py +12 -16
- pulumi_aiven/kafka_mirror_maker.py +2 -6
- pulumi_aiven/kafka_schema.py +4 -8
- pulumi_aiven/kafka_schema_configuration.py +4 -8
- pulumi_aiven/kafka_topic.py +38 -0
- pulumi_aiven/kafka_user.py +2 -6
- pulumi_aiven/m3_aggregator.py +2 -6
- pulumi_aiven/m3_db.py +2 -6
- pulumi_aiven/m3db_user.py +2 -6
- pulumi_aiven/mirror_maker_replication_flow.py +8 -12
- pulumi_aiven/my_sql.py +2 -6
- pulumi_aiven/mysql_database.py +4 -8
- pulumi_aiven/mysql_user.py +2 -6
- pulumi_aiven/open_search.py +13 -17
- pulumi_aiven/open_search_acl_config.py +12 -16
- pulumi_aiven/open_search_acl_rule.py +20 -24
- pulumi_aiven/opensearch_security_plugin_config.py +12 -16
- pulumi_aiven/opensearch_user.py +2 -6
- pulumi_aiven/organization.py +2 -6
- pulumi_aiven/organization_group_project.py +32 -0
- pulumi_aiven/organization_user_group.py +4 -6
- pulumi_aiven/organization_user_group_member.py +8 -10
- pulumi_aiven/organizational_unit.py +6 -6
- pulumi_aiven/outputs.py +100 -100
- pulumi_aiven/pg.py +14 -14
- pulumi_aiven/pg_database.py +4 -8
- pulumi_aiven/pg_user.py +2 -6
- pulumi_aiven/project.py +4 -8
- pulumi_aiven/project_user.py +2 -6
- pulumi_aiven/project_vpc.py +24 -0
- pulumi_aiven/redis.py +2 -6
- pulumi_aiven/redis_user.py +2 -6
- pulumi_aiven/service_integration.py +8 -12
- pulumi_aiven/transit_gateway_vpc_attachment.py +2 -6
- {pulumi_aiven-6.14.0a1713330923.dist-info → pulumi_aiven-6.14.0a1713897878.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0a1713897878.dist-info/RECORD +150 -0
- pulumi_aiven-6.14.0a1713330923.dist-info/RECORD +0 -150
- {pulumi_aiven-6.14.0a1713330923.dist-info → pulumi_aiven-6.14.0a1713897878.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.14.0a1713330923.dist-info → pulumi_aiven-6.14.0a1713897878.dist-info}/top_level.txt +0 -0
pulumi_aiven/_inputs.py
CHANGED
|
@@ -744,7 +744,7 @@ class CassandraCassandraUserConfigPublicAccessArgs:
|
|
|
744
744
|
def __init__(__self__, *,
|
|
745
745
|
prometheus: Optional[pulumi.Input[bool]] = None):
|
|
746
746
|
"""
|
|
747
|
-
:param pulumi.Input[bool] prometheus: Allow clients to connect to prometheus
|
|
747
|
+
:param pulumi.Input[bool] prometheus: Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
748
748
|
"""
|
|
749
749
|
if prometheus is not None:
|
|
750
750
|
pulumi.set(__self__, "prometheus", prometheus)
|
|
@@ -753,7 +753,7 @@ class CassandraCassandraUserConfigPublicAccessArgs:
|
|
|
753
753
|
@pulumi.getter
|
|
754
754
|
def prometheus(self) -> Optional[pulumi.Input[bool]]:
|
|
755
755
|
"""
|
|
756
|
-
Allow clients to connect to prometheus
|
|
756
|
+
Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
757
757
|
"""
|
|
758
758
|
return pulumi.get(self, "prometheus")
|
|
759
759
|
|
|
@@ -1311,10 +1311,10 @@ class ClickhouseClickhouseUserConfigPrivatelinkAccessArgs:
|
|
|
1311
1311
|
clickhouse_mysql: Optional[pulumi.Input[bool]] = None,
|
|
1312
1312
|
prometheus: Optional[pulumi.Input[bool]] = None):
|
|
1313
1313
|
"""
|
|
1314
|
-
:param pulumi.Input[bool] clickhouse:
|
|
1315
|
-
:param pulumi.Input[bool] clickhouse_https:
|
|
1316
|
-
:param pulumi.Input[bool] clickhouse_mysql:
|
|
1317
|
-
:param pulumi.Input[bool] prometheus:
|
|
1314
|
+
:param pulumi.Input[bool] clickhouse: Enable clickhouse.
|
|
1315
|
+
:param pulumi.Input[bool] clickhouse_https: Enable clickhouse_https.
|
|
1316
|
+
:param pulumi.Input[bool] clickhouse_mysql: Enable clickhouse_mysql.
|
|
1317
|
+
:param pulumi.Input[bool] prometheus: Enable prometheus.
|
|
1318
1318
|
"""
|
|
1319
1319
|
if clickhouse is not None:
|
|
1320
1320
|
pulumi.set(__self__, "clickhouse", clickhouse)
|
|
@@ -1329,7 +1329,7 @@ class ClickhouseClickhouseUserConfigPrivatelinkAccessArgs:
|
|
|
1329
1329
|
@pulumi.getter
|
|
1330
1330
|
def clickhouse(self) -> Optional[pulumi.Input[bool]]:
|
|
1331
1331
|
"""
|
|
1332
|
-
|
|
1332
|
+
Enable clickhouse.
|
|
1333
1333
|
"""
|
|
1334
1334
|
return pulumi.get(self, "clickhouse")
|
|
1335
1335
|
|
|
@@ -1341,7 +1341,7 @@ class ClickhouseClickhouseUserConfigPrivatelinkAccessArgs:
|
|
|
1341
1341
|
@pulumi.getter(name="clickhouseHttps")
|
|
1342
1342
|
def clickhouse_https(self) -> Optional[pulumi.Input[bool]]:
|
|
1343
1343
|
"""
|
|
1344
|
-
|
|
1344
|
+
Enable clickhouse_https.
|
|
1345
1345
|
"""
|
|
1346
1346
|
return pulumi.get(self, "clickhouse_https")
|
|
1347
1347
|
|
|
@@ -1353,7 +1353,7 @@ class ClickhouseClickhouseUserConfigPrivatelinkAccessArgs:
|
|
|
1353
1353
|
@pulumi.getter(name="clickhouseMysql")
|
|
1354
1354
|
def clickhouse_mysql(self) -> Optional[pulumi.Input[bool]]:
|
|
1355
1355
|
"""
|
|
1356
|
-
|
|
1356
|
+
Enable clickhouse_mysql.
|
|
1357
1357
|
"""
|
|
1358
1358
|
return pulumi.get(self, "clickhouse_mysql")
|
|
1359
1359
|
|
|
@@ -1365,7 +1365,7 @@ class ClickhouseClickhouseUserConfigPrivatelinkAccessArgs:
|
|
|
1365
1365
|
@pulumi.getter
|
|
1366
1366
|
def prometheus(self) -> Optional[pulumi.Input[bool]]:
|
|
1367
1367
|
"""
|
|
1368
|
-
|
|
1368
|
+
Enable prometheus.
|
|
1369
1369
|
"""
|
|
1370
1370
|
return pulumi.get(self, "prometheus")
|
|
1371
1371
|
|
|
@@ -1382,10 +1382,10 @@ class ClickhouseClickhouseUserConfigPublicAccessArgs:
|
|
|
1382
1382
|
clickhouse_mysql: Optional[pulumi.Input[bool]] = None,
|
|
1383
1383
|
prometheus: Optional[pulumi.Input[bool]] = None):
|
|
1384
1384
|
"""
|
|
1385
|
-
:param pulumi.Input[bool] clickhouse: Allow clients to connect to clickhouse
|
|
1386
|
-
:param pulumi.Input[bool] clickhouse_https: Allow clients to connect to clickhouse_https
|
|
1387
|
-
:param pulumi.Input[bool] clickhouse_mysql: Allow clients to connect to clickhouse_mysql
|
|
1388
|
-
:param pulumi.Input[bool] prometheus: Allow clients to connect to prometheus
|
|
1385
|
+
:param pulumi.Input[bool] clickhouse: Allow clients to connect to clickhouse from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
1386
|
+
:param pulumi.Input[bool] clickhouse_https: Allow clients to connect to clickhouse_https from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
1387
|
+
:param pulumi.Input[bool] clickhouse_mysql: Allow clients to connect to clickhouse_mysql from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
1388
|
+
:param pulumi.Input[bool] prometheus: Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
1389
1389
|
"""
|
|
1390
1390
|
if clickhouse is not None:
|
|
1391
1391
|
pulumi.set(__self__, "clickhouse", clickhouse)
|
|
@@ -1400,7 +1400,7 @@ class ClickhouseClickhouseUserConfigPublicAccessArgs:
|
|
|
1400
1400
|
@pulumi.getter
|
|
1401
1401
|
def clickhouse(self) -> Optional[pulumi.Input[bool]]:
|
|
1402
1402
|
"""
|
|
1403
|
-
Allow clients to connect to clickhouse
|
|
1403
|
+
Allow clients to connect to clickhouse from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
1404
1404
|
"""
|
|
1405
1405
|
return pulumi.get(self, "clickhouse")
|
|
1406
1406
|
|
|
@@ -1412,7 +1412,7 @@ class ClickhouseClickhouseUserConfigPublicAccessArgs:
|
|
|
1412
1412
|
@pulumi.getter(name="clickhouseHttps")
|
|
1413
1413
|
def clickhouse_https(self) -> Optional[pulumi.Input[bool]]:
|
|
1414
1414
|
"""
|
|
1415
|
-
Allow clients to connect to clickhouse_https
|
|
1415
|
+
Allow clients to connect to clickhouse_https from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
1416
1416
|
"""
|
|
1417
1417
|
return pulumi.get(self, "clickhouse_https")
|
|
1418
1418
|
|
|
@@ -1424,7 +1424,7 @@ class ClickhouseClickhouseUserConfigPublicAccessArgs:
|
|
|
1424
1424
|
@pulumi.getter(name="clickhouseMysql")
|
|
1425
1425
|
def clickhouse_mysql(self) -> Optional[pulumi.Input[bool]]:
|
|
1426
1426
|
"""
|
|
1427
|
-
Allow clients to connect to clickhouse_mysql
|
|
1427
|
+
Allow clients to connect to clickhouse_mysql from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
1428
1428
|
"""
|
|
1429
1429
|
return pulumi.get(self, "clickhouse_mysql")
|
|
1430
1430
|
|
|
@@ -1436,7 +1436,7 @@ class ClickhouseClickhouseUserConfigPublicAccessArgs:
|
|
|
1436
1436
|
@pulumi.getter
|
|
1437
1437
|
def prometheus(self) -> Optional[pulumi.Input[bool]]:
|
|
1438
1438
|
"""
|
|
1439
|
-
Allow clients to connect to prometheus
|
|
1439
|
+
Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
1440
1440
|
"""
|
|
1441
1441
|
return pulumi.get(self, "prometheus")
|
|
1442
1442
|
|
|
@@ -8389,8 +8389,8 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
|
|
|
8389
8389
|
:param pulumi.Input[bool] name_strategy_validation: If true, validate that given schema is registered under expected subject name by the used name strategy when producing messages. The default value is `true`.
|
|
8390
8390
|
:param pulumi.Input[str] producer_acks: The number of acknowledgments the producer requires the leader to have received before considering a request complete. If set to 'all' or '-1', the leader will wait for the full set of in-sync replicas to acknowledge the record. The default value is `1`.
|
|
8391
8391
|
:param pulumi.Input[str] producer_compression_type: Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
8392
|
-
:param pulumi.Input[int] producer_linger_ms:
|
|
8393
|
-
:param pulumi.Input[int] producer_max_request_size:
|
|
8392
|
+
:param pulumi.Input[int] producer_linger_ms: Wait for up to the given delay to allow batching records together. The default value is `0`.
|
|
8393
|
+
:param pulumi.Input[int] producer_max_request_size: The maximum size of a request in bytes. Note that Kafka broker can also cap the record batch size. The default value is `1048576`.
|
|
8394
8394
|
:param pulumi.Input[int] simpleconsumer_pool_size_max: Maximum number of SimpleConsumers that can be instantiated per broker. The default value is `25`.
|
|
8395
8395
|
"""
|
|
8396
8396
|
if consumer_enable_auto_commit is not None:
|
|
@@ -8502,7 +8502,7 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
|
|
|
8502
8502
|
@pulumi.getter(name="producerLingerMs")
|
|
8503
8503
|
def producer_linger_ms(self) -> Optional[pulumi.Input[int]]:
|
|
8504
8504
|
"""
|
|
8505
|
-
|
|
8505
|
+
Wait for up to the given delay to allow batching records together. The default value is `0`.
|
|
8506
8506
|
"""
|
|
8507
8507
|
return pulumi.get(self, "producer_linger_ms")
|
|
8508
8508
|
|
|
@@ -8514,7 +8514,7 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
|
|
|
8514
8514
|
@pulumi.getter(name="producerMaxRequestSize")
|
|
8515
8515
|
def producer_max_request_size(self) -> Optional[pulumi.Input[int]]:
|
|
8516
8516
|
"""
|
|
8517
|
-
|
|
8517
|
+
The maximum size of a request in bytes. Note that Kafka broker can also cap the record batch size. The default value is `1048576`.
|
|
8518
8518
|
"""
|
|
8519
8519
|
return pulumi.get(self, "producer_max_request_size")
|
|
8520
8520
|
|
|
@@ -8544,9 +8544,9 @@ class KafkaKafkaUserConfigPrivateAccessArgs:
|
|
|
8544
8544
|
prometheus: Optional[pulumi.Input[bool]] = None,
|
|
8545
8545
|
schema_registry: Optional[pulumi.Input[bool]] = None):
|
|
8546
8546
|
"""
|
|
8547
|
-
:param pulumi.Input[bool] kafka:
|
|
8548
|
-
:param pulumi.Input[bool] kafka_connect:
|
|
8549
|
-
:param pulumi.Input[bool] kafka_rest:
|
|
8547
|
+
:param pulumi.Input[bool] kafka: Allow clients to connect to kafka with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
8548
|
+
:param pulumi.Input[bool] kafka_connect: Allow clients to connect to kafka_connect with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
8549
|
+
:param pulumi.Input[bool] kafka_rest: Allow clients to connect to kafka_rest with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
8550
8550
|
:param pulumi.Input[bool] prometheus: Allow clients to connect to prometheus with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
8551
8551
|
:param pulumi.Input[bool] schema_registry: Allow clients to connect to schema_registry with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
8552
8552
|
"""
|
|
@@ -8565,7 +8565,7 @@ class KafkaKafkaUserConfigPrivateAccessArgs:
|
|
|
8565
8565
|
@pulumi.getter
|
|
8566
8566
|
def kafka(self) -> Optional[pulumi.Input[bool]]:
|
|
8567
8567
|
"""
|
|
8568
|
-
|
|
8568
|
+
Allow clients to connect to kafka with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
8569
8569
|
"""
|
|
8570
8570
|
return pulumi.get(self, "kafka")
|
|
8571
8571
|
|
|
@@ -8577,7 +8577,7 @@ class KafkaKafkaUserConfigPrivateAccessArgs:
|
|
|
8577
8577
|
@pulumi.getter(name="kafkaConnect")
|
|
8578
8578
|
def kafka_connect(self) -> Optional[pulumi.Input[bool]]:
|
|
8579
8579
|
"""
|
|
8580
|
-
|
|
8580
|
+
Allow clients to connect to kafka_connect with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
8581
8581
|
"""
|
|
8582
8582
|
return pulumi.get(self, "kafka_connect")
|
|
8583
8583
|
|
|
@@ -8589,7 +8589,7 @@ class KafkaKafkaUserConfigPrivateAccessArgs:
|
|
|
8589
8589
|
@pulumi.getter(name="kafkaRest")
|
|
8590
8590
|
def kafka_rest(self) -> Optional[pulumi.Input[bool]]:
|
|
8591
8591
|
"""
|
|
8592
|
-
|
|
8592
|
+
Allow clients to connect to kafka_rest with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
8593
8593
|
"""
|
|
8594
8594
|
return pulumi.get(self, "kafka_rest")
|
|
8595
8595
|
|
|
@@ -8633,11 +8633,11 @@ class KafkaKafkaUserConfigPrivatelinkAccessArgs:
|
|
|
8633
8633
|
schema_registry: Optional[pulumi.Input[bool]] = None):
|
|
8634
8634
|
"""
|
|
8635
8635
|
:param pulumi.Input[bool] jolokia: Enable jolokia.
|
|
8636
|
-
:param pulumi.Input[bool] kafka:
|
|
8637
|
-
:param pulumi.Input[bool] kafka_connect: Enable
|
|
8638
|
-
:param pulumi.Input[bool] kafka_rest: Enable
|
|
8639
|
-
:param pulumi.Input[bool] prometheus:
|
|
8640
|
-
:param pulumi.Input[bool] schema_registry:
|
|
8636
|
+
:param pulumi.Input[bool] kafka: Enable kafka.
|
|
8637
|
+
:param pulumi.Input[bool] kafka_connect: Enable kafka_connect.
|
|
8638
|
+
:param pulumi.Input[bool] kafka_rest: Enable kafka_rest.
|
|
8639
|
+
:param pulumi.Input[bool] prometheus: Enable prometheus.
|
|
8640
|
+
:param pulumi.Input[bool] schema_registry: Enable schema_registry.
|
|
8641
8641
|
"""
|
|
8642
8642
|
if jolokia is not None:
|
|
8643
8643
|
pulumi.set(__self__, "jolokia", jolokia)
|
|
@@ -8668,7 +8668,7 @@ class KafkaKafkaUserConfigPrivatelinkAccessArgs:
|
|
|
8668
8668
|
@pulumi.getter
|
|
8669
8669
|
def kafka(self) -> Optional[pulumi.Input[bool]]:
|
|
8670
8670
|
"""
|
|
8671
|
-
|
|
8671
|
+
Enable kafka.
|
|
8672
8672
|
"""
|
|
8673
8673
|
return pulumi.get(self, "kafka")
|
|
8674
8674
|
|
|
@@ -8680,7 +8680,7 @@ class KafkaKafkaUserConfigPrivatelinkAccessArgs:
|
|
|
8680
8680
|
@pulumi.getter(name="kafkaConnect")
|
|
8681
8681
|
def kafka_connect(self) -> Optional[pulumi.Input[bool]]:
|
|
8682
8682
|
"""
|
|
8683
|
-
Enable
|
|
8683
|
+
Enable kafka_connect.
|
|
8684
8684
|
"""
|
|
8685
8685
|
return pulumi.get(self, "kafka_connect")
|
|
8686
8686
|
|
|
@@ -8692,7 +8692,7 @@ class KafkaKafkaUserConfigPrivatelinkAccessArgs:
|
|
|
8692
8692
|
@pulumi.getter(name="kafkaRest")
|
|
8693
8693
|
def kafka_rest(self) -> Optional[pulumi.Input[bool]]:
|
|
8694
8694
|
"""
|
|
8695
|
-
Enable
|
|
8695
|
+
Enable kafka_rest.
|
|
8696
8696
|
"""
|
|
8697
8697
|
return pulumi.get(self, "kafka_rest")
|
|
8698
8698
|
|
|
@@ -8704,7 +8704,7 @@ class KafkaKafkaUserConfigPrivatelinkAccessArgs:
|
|
|
8704
8704
|
@pulumi.getter
|
|
8705
8705
|
def prometheus(self) -> Optional[pulumi.Input[bool]]:
|
|
8706
8706
|
"""
|
|
8707
|
-
|
|
8707
|
+
Enable prometheus.
|
|
8708
8708
|
"""
|
|
8709
8709
|
return pulumi.get(self, "prometheus")
|
|
8710
8710
|
|
|
@@ -8716,7 +8716,7 @@ class KafkaKafkaUserConfigPrivatelinkAccessArgs:
|
|
|
8716
8716
|
@pulumi.getter(name="schemaRegistry")
|
|
8717
8717
|
def schema_registry(self) -> Optional[pulumi.Input[bool]]:
|
|
8718
8718
|
"""
|
|
8719
|
-
|
|
8719
|
+
Enable schema_registry.
|
|
8720
8720
|
"""
|
|
8721
8721
|
return pulumi.get(self, "schema_registry")
|
|
8722
8722
|
|
|
@@ -8734,11 +8734,11 @@ class KafkaKafkaUserConfigPublicAccessArgs:
|
|
|
8734
8734
|
prometheus: Optional[pulumi.Input[bool]] = None,
|
|
8735
8735
|
schema_registry: Optional[pulumi.Input[bool]] = None):
|
|
8736
8736
|
"""
|
|
8737
|
-
:param pulumi.Input[bool] kafka:
|
|
8738
|
-
:param pulumi.Input[bool] kafka_connect:
|
|
8739
|
-
:param pulumi.Input[bool] kafka_rest:
|
|
8740
|
-
:param pulumi.Input[bool] prometheus: Allow clients to connect to prometheus
|
|
8741
|
-
:param pulumi.Input[bool] schema_registry: Allow clients to connect to schema_registry
|
|
8737
|
+
:param pulumi.Input[bool] kafka: Allow clients to connect to kafka from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
8738
|
+
:param pulumi.Input[bool] kafka_connect: Allow clients to connect to kafka_connect from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
8739
|
+
:param pulumi.Input[bool] kafka_rest: Allow clients to connect to kafka_rest from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
8740
|
+
:param pulumi.Input[bool] prometheus: Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
8741
|
+
:param pulumi.Input[bool] schema_registry: Allow clients to connect to schema_registry from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
8742
8742
|
"""
|
|
8743
8743
|
if kafka is not None:
|
|
8744
8744
|
pulumi.set(__self__, "kafka", kafka)
|
|
@@ -8755,7 +8755,7 @@ class KafkaKafkaUserConfigPublicAccessArgs:
|
|
|
8755
8755
|
@pulumi.getter
|
|
8756
8756
|
def kafka(self) -> Optional[pulumi.Input[bool]]:
|
|
8757
8757
|
"""
|
|
8758
|
-
|
|
8758
|
+
Allow clients to connect to kafka from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
8759
8759
|
"""
|
|
8760
8760
|
return pulumi.get(self, "kafka")
|
|
8761
8761
|
|
|
@@ -8767,7 +8767,7 @@ class KafkaKafkaUserConfigPublicAccessArgs:
|
|
|
8767
8767
|
@pulumi.getter(name="kafkaConnect")
|
|
8768
8768
|
def kafka_connect(self) -> Optional[pulumi.Input[bool]]:
|
|
8769
8769
|
"""
|
|
8770
|
-
|
|
8770
|
+
Allow clients to connect to kafka_connect from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
8771
8771
|
"""
|
|
8772
8772
|
return pulumi.get(self, "kafka_connect")
|
|
8773
8773
|
|
|
@@ -8779,7 +8779,7 @@ class KafkaKafkaUserConfigPublicAccessArgs:
|
|
|
8779
8779
|
@pulumi.getter(name="kafkaRest")
|
|
8780
8780
|
def kafka_rest(self) -> Optional[pulumi.Input[bool]]:
|
|
8781
8781
|
"""
|
|
8782
|
-
|
|
8782
|
+
Allow clients to connect to kafka_rest from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
8783
8783
|
"""
|
|
8784
8784
|
return pulumi.get(self, "kafka_rest")
|
|
8785
8785
|
|
|
@@ -8791,7 +8791,7 @@ class KafkaKafkaUserConfigPublicAccessArgs:
|
|
|
8791
8791
|
@pulumi.getter
|
|
8792
8792
|
def prometheus(self) -> Optional[pulumi.Input[bool]]:
|
|
8793
8793
|
"""
|
|
8794
|
-
Allow clients to connect to prometheus
|
|
8794
|
+
Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
8795
8795
|
"""
|
|
8796
8796
|
return pulumi.get(self, "prometheus")
|
|
8797
8797
|
|
|
@@ -8803,7 +8803,7 @@ class KafkaKafkaUserConfigPublicAccessArgs:
|
|
|
8803
8803
|
@pulumi.getter(name="schemaRegistry")
|
|
8804
8804
|
def schema_registry(self) -> Optional[pulumi.Input[bool]]:
|
|
8805
8805
|
"""
|
|
8806
|
-
Allow clients to connect to schema_registry
|
|
8806
|
+
Allow clients to connect to schema_registry from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
8807
8807
|
"""
|
|
8808
8808
|
return pulumi.get(self, "schema_registry")
|
|
8809
8809
|
|
|
@@ -14906,10 +14906,10 @@ class OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimiting
|
|
|
14906
14906
|
"""
|
|
14907
14907
|
:param pulumi.Input[int] allowed_tries: The number of login attempts allowed before login is blocked.
|
|
14908
14908
|
:param pulumi.Input[int] block_expiry_seconds: The duration of time that login remains blocked after a failed login.
|
|
14909
|
-
:param pulumi.Input[int] max_blocked_clients:
|
|
14909
|
+
:param pulumi.Input[int] max_blocked_clients: The maximum number of blocked IP addresses.
|
|
14910
14910
|
:param pulumi.Input[int] max_tracked_clients: The maximum number of tracked IP addresses that have failed login.
|
|
14911
14911
|
:param pulumi.Input[int] time_window_seconds: The window of time in which the value for `allowed_tries` is enforced.
|
|
14912
|
-
:param pulumi.Input[str] type:
|
|
14912
|
+
:param pulumi.Input[str] type: The type of rate limiting.
|
|
14913
14913
|
"""
|
|
14914
14914
|
if allowed_tries is not None:
|
|
14915
14915
|
pulumi.set(__self__, "allowed_tries", allowed_tries)
|
|
@@ -14952,7 +14952,7 @@ class OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimiting
|
|
|
14952
14952
|
@pulumi.getter(name="maxBlockedClients")
|
|
14953
14953
|
def max_blocked_clients(self) -> Optional[pulumi.Input[int]]:
|
|
14954
14954
|
"""
|
|
14955
|
-
|
|
14955
|
+
The maximum number of blocked IP addresses.
|
|
14956
14956
|
"""
|
|
14957
14957
|
return pulumi.get(self, "max_blocked_clients")
|
|
14958
14958
|
|
|
@@ -14988,7 +14988,7 @@ class OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimiting
|
|
|
14988
14988
|
@pulumi.getter
|
|
14989
14989
|
def type(self) -> Optional[pulumi.Input[str]]:
|
|
14990
14990
|
"""
|
|
14991
|
-
|
|
14991
|
+
The type of rate limiting.
|
|
14992
14992
|
"""
|
|
14993
14993
|
return pulumi.get(self, "type")
|
|
14994
14994
|
|
|
@@ -15004,7 +15004,7 @@ class OpenSearchOpensearchUserConfigOpensearchDashboardsArgs:
|
|
|
15004
15004
|
max_old_space_size: Optional[pulumi.Input[int]] = None,
|
|
15005
15005
|
opensearch_request_timeout: Optional[pulumi.Input[int]] = None):
|
|
15006
15006
|
"""
|
|
15007
|
-
:param pulumi.Input[bool] enabled:
|
|
15007
|
+
:param pulumi.Input[bool] enabled: Enable or disable OpenSearch Dashboards. The default value is `true`.
|
|
15008
15008
|
:param pulumi.Input[int] max_old_space_size: Limits the maximum amount of memory (in MiB) the OpenSearch Dashboards process can use. This sets the max*old*space_size option of the nodejs running the OpenSearch Dashboards. Note: the memory reserved by OpenSearch Dashboards is not available for OpenSearch. The default value is `128`.
|
|
15009
15009
|
:param pulumi.Input[int] opensearch_request_timeout: Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch. The default value is `30000`.
|
|
15010
15010
|
"""
|
|
@@ -15019,7 +15019,7 @@ class OpenSearchOpensearchUserConfigOpensearchDashboardsArgs:
|
|
|
15019
15019
|
@pulumi.getter
|
|
15020
15020
|
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
15021
15021
|
"""
|
|
15022
|
-
|
|
15022
|
+
Enable or disable OpenSearch Dashboards. The default value is `true`.
|
|
15023
15023
|
"""
|
|
15024
15024
|
return pulumi.get(self, "enabled")
|
|
15025
15025
|
|
|
@@ -15059,8 +15059,8 @@ class OpenSearchOpensearchUserConfigPrivateAccessArgs:
|
|
|
15059
15059
|
opensearch_dashboards: Optional[pulumi.Input[bool]] = None,
|
|
15060
15060
|
prometheus: Optional[pulumi.Input[bool]] = None):
|
|
15061
15061
|
"""
|
|
15062
|
-
:param pulumi.Input[bool] opensearch:
|
|
15063
|
-
:param pulumi.Input[bool] opensearch_dashboards:
|
|
15062
|
+
:param pulumi.Input[bool] opensearch: Allow clients to connect to opensearch with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
15063
|
+
:param pulumi.Input[bool] opensearch_dashboards: Allow clients to connect to opensearch_dashboards with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
15064
15064
|
:param pulumi.Input[bool] prometheus: Allow clients to connect to prometheus with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
15065
15065
|
"""
|
|
15066
15066
|
if opensearch is not None:
|
|
@@ -15074,7 +15074,7 @@ class OpenSearchOpensearchUserConfigPrivateAccessArgs:
|
|
|
15074
15074
|
@pulumi.getter
|
|
15075
15075
|
def opensearch(self) -> Optional[pulumi.Input[bool]]:
|
|
15076
15076
|
"""
|
|
15077
|
-
|
|
15077
|
+
Allow clients to connect to opensearch with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
15078
15078
|
"""
|
|
15079
15079
|
return pulumi.get(self, "opensearch")
|
|
15080
15080
|
|
|
@@ -15086,7 +15086,7 @@ class OpenSearchOpensearchUserConfigPrivateAccessArgs:
|
|
|
15086
15086
|
@pulumi.getter(name="opensearchDashboards")
|
|
15087
15087
|
def opensearch_dashboards(self) -> Optional[pulumi.Input[bool]]:
|
|
15088
15088
|
"""
|
|
15089
|
-
|
|
15089
|
+
Allow clients to connect to opensearch_dashboards with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
15090
15090
|
"""
|
|
15091
15091
|
return pulumi.get(self, "opensearch_dashboards")
|
|
15092
15092
|
|
|
@@ -15114,9 +15114,9 @@ class OpenSearchOpensearchUserConfigPrivatelinkAccessArgs:
|
|
|
15114
15114
|
opensearch_dashboards: Optional[pulumi.Input[bool]] = None,
|
|
15115
15115
|
prometheus: Optional[pulumi.Input[bool]] = None):
|
|
15116
15116
|
"""
|
|
15117
|
-
:param pulumi.Input[bool] opensearch:
|
|
15118
|
-
:param pulumi.Input[bool] opensearch_dashboards:
|
|
15119
|
-
:param pulumi.Input[bool] prometheus:
|
|
15117
|
+
:param pulumi.Input[bool] opensearch: Enable opensearch.
|
|
15118
|
+
:param pulumi.Input[bool] opensearch_dashboards: Enable opensearch_dashboards.
|
|
15119
|
+
:param pulumi.Input[bool] prometheus: Enable prometheus.
|
|
15120
15120
|
"""
|
|
15121
15121
|
if opensearch is not None:
|
|
15122
15122
|
pulumi.set(__self__, "opensearch", opensearch)
|
|
@@ -15129,7 +15129,7 @@ class OpenSearchOpensearchUserConfigPrivatelinkAccessArgs:
|
|
|
15129
15129
|
@pulumi.getter
|
|
15130
15130
|
def opensearch(self) -> Optional[pulumi.Input[bool]]:
|
|
15131
15131
|
"""
|
|
15132
|
-
|
|
15132
|
+
Enable opensearch.
|
|
15133
15133
|
"""
|
|
15134
15134
|
return pulumi.get(self, "opensearch")
|
|
15135
15135
|
|
|
@@ -15141,7 +15141,7 @@ class OpenSearchOpensearchUserConfigPrivatelinkAccessArgs:
|
|
|
15141
15141
|
@pulumi.getter(name="opensearchDashboards")
|
|
15142
15142
|
def opensearch_dashboards(self) -> Optional[pulumi.Input[bool]]:
|
|
15143
15143
|
"""
|
|
15144
|
-
|
|
15144
|
+
Enable opensearch_dashboards.
|
|
15145
15145
|
"""
|
|
15146
15146
|
return pulumi.get(self, "opensearch_dashboards")
|
|
15147
15147
|
|
|
@@ -15153,7 +15153,7 @@ class OpenSearchOpensearchUserConfigPrivatelinkAccessArgs:
|
|
|
15153
15153
|
@pulumi.getter
|
|
15154
15154
|
def prometheus(self) -> Optional[pulumi.Input[bool]]:
|
|
15155
15155
|
"""
|
|
15156
|
-
|
|
15156
|
+
Enable prometheus.
|
|
15157
15157
|
"""
|
|
15158
15158
|
return pulumi.get(self, "prometheus")
|
|
15159
15159
|
|
|
@@ -15169,9 +15169,9 @@ class OpenSearchOpensearchUserConfigPublicAccessArgs:
|
|
|
15169
15169
|
opensearch_dashboards: Optional[pulumi.Input[bool]] = None,
|
|
15170
15170
|
prometheus: Optional[pulumi.Input[bool]] = None):
|
|
15171
15171
|
"""
|
|
15172
|
-
:param pulumi.Input[bool] opensearch:
|
|
15173
|
-
:param pulumi.Input[bool] opensearch_dashboards:
|
|
15174
|
-
:param pulumi.Input[bool] prometheus: Allow clients to connect to prometheus
|
|
15172
|
+
:param pulumi.Input[bool] opensearch: Allow clients to connect to opensearch from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
15173
|
+
:param pulumi.Input[bool] opensearch_dashboards: Allow clients to connect to opensearch_dashboards from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
15174
|
+
:param pulumi.Input[bool] prometheus: Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
15175
15175
|
"""
|
|
15176
15176
|
if opensearch is not None:
|
|
15177
15177
|
pulumi.set(__self__, "opensearch", opensearch)
|
|
@@ -15184,7 +15184,7 @@ class OpenSearchOpensearchUserConfigPublicAccessArgs:
|
|
|
15184
15184
|
@pulumi.getter
|
|
15185
15185
|
def opensearch(self) -> Optional[pulumi.Input[bool]]:
|
|
15186
15186
|
"""
|
|
15187
|
-
|
|
15187
|
+
Allow clients to connect to opensearch from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
15188
15188
|
"""
|
|
15189
15189
|
return pulumi.get(self, "opensearch")
|
|
15190
15190
|
|
|
@@ -15196,7 +15196,7 @@ class OpenSearchOpensearchUserConfigPublicAccessArgs:
|
|
|
15196
15196
|
@pulumi.getter(name="opensearchDashboards")
|
|
15197
15197
|
def opensearch_dashboards(self) -> Optional[pulumi.Input[bool]]:
|
|
15198
15198
|
"""
|
|
15199
|
-
|
|
15199
|
+
Allow clients to connect to opensearch_dashboards from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
15200
15200
|
"""
|
|
15201
15201
|
return pulumi.get(self, "opensearch_dashboards")
|
|
15202
15202
|
|
|
@@ -15208,7 +15208,7 @@ class OpenSearchOpensearchUserConfigPublicAccessArgs:
|
|
|
15208
15208
|
@pulumi.getter
|
|
15209
15209
|
def prometheus(self) -> Optional[pulumi.Input[bool]]:
|
|
15210
15210
|
"""
|
|
15211
|
-
Allow clients to connect to prometheus
|
|
15211
|
+
Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
15212
15212
|
"""
|
|
15213
15213
|
return pulumi.get(self, "prometheus")
|
|
15214
15214
|
|
|
@@ -15228,13 +15228,13 @@ class OpenSearchOpensearchUserConfigSamlArgs:
|
|
|
15228
15228
|
roles_key: Optional[pulumi.Input[str]] = None,
|
|
15229
15229
|
subject_key: Optional[pulumi.Input[str]] = None):
|
|
15230
15230
|
"""
|
|
15231
|
-
:param pulumi.Input[bool] enabled: Enables or disables
|
|
15231
|
+
:param pulumi.Input[bool] enabled: Enables or disables SAML-based authentication for OpenSearch. When enabled, users can authenticate using SAML with an Identity Provider. The default value is `true`.
|
|
15232
15232
|
:param pulumi.Input[str] idp_entity_id: The unique identifier for the Identity Provider (IdP) entity that is used for SAML authentication. This value is typically provided by the IdP.
|
|
15233
15233
|
:param pulumi.Input[str] idp_metadata_url: The URL of the SAML metadata for the Identity Provider (IdP). This is used to configure SAML-based authentication with the IdP.
|
|
15234
15234
|
:param pulumi.Input[str] sp_entity_id: The unique identifier for the Service Provider (SP) entity that is used for SAML authentication. This value is typically provided by the SP.
|
|
15235
15235
|
:param pulumi.Input[str] idp_pemtrustedcas_content: This parameter specifies the PEM-encoded root certificate authority (CA) content for the SAML identity provider (IdP) server verification. The root CA content is used to verify the SSL/TLS certificate presented by the server.
|
|
15236
|
-
:param pulumi.Input[str] roles_key:
|
|
15237
|
-
:param pulumi.Input[str] subject_key:
|
|
15236
|
+
:param pulumi.Input[str] roles_key: Optional. Specifies the attribute in the SAML response where role information is stored, if available. Role attributes are not required for SAML authentication, but can be included in SAML assertions by most Identity Providers (IdPs) to determine user access levels or permissions.
|
|
15237
|
+
:param pulumi.Input[str] subject_key: Optional. Specifies the attribute in the SAML response where the subject identifier is stored. If not configured, the NameID attribute is used by default.
|
|
15238
15238
|
"""
|
|
15239
15239
|
pulumi.set(__self__, "enabled", enabled)
|
|
15240
15240
|
pulumi.set(__self__, "idp_entity_id", idp_entity_id)
|
|
@@ -15251,7 +15251,7 @@ class OpenSearchOpensearchUserConfigSamlArgs:
|
|
|
15251
15251
|
@pulumi.getter
|
|
15252
15252
|
def enabled(self) -> pulumi.Input[bool]:
|
|
15253
15253
|
"""
|
|
15254
|
-
Enables or disables
|
|
15254
|
+
Enables or disables SAML-based authentication for OpenSearch. When enabled, users can authenticate using SAML with an Identity Provider. The default value is `true`.
|
|
15255
15255
|
"""
|
|
15256
15256
|
return pulumi.get(self, "enabled")
|
|
15257
15257
|
|
|
@@ -15311,7 +15311,7 @@ class OpenSearchOpensearchUserConfigSamlArgs:
|
|
|
15311
15311
|
@pulumi.getter(name="rolesKey")
|
|
15312
15312
|
def roles_key(self) -> Optional[pulumi.Input[str]]:
|
|
15313
15313
|
"""
|
|
15314
|
-
|
|
15314
|
+
Optional. Specifies the attribute in the SAML response where role information is stored, if available. Role attributes are not required for SAML authentication, but can be included in SAML assertions by most Identity Providers (IdPs) to determine user access levels or permissions.
|
|
15315
15315
|
"""
|
|
15316
15316
|
return pulumi.get(self, "roles_key")
|
|
15317
15317
|
|
|
@@ -15323,7 +15323,7 @@ class OpenSearchOpensearchUserConfigSamlArgs:
|
|
|
15323
15323
|
@pulumi.getter(name="subjectKey")
|
|
15324
15324
|
def subject_key(self) -> Optional[pulumi.Input[str]]:
|
|
15325
15325
|
"""
|
|
15326
|
-
|
|
15326
|
+
Optional. Specifies the attribute in the SAML response where the subject identifier is stored. If not configured, the NameID attribute is used by default.
|
|
15327
15327
|
"""
|
|
15328
15328
|
return pulumi.get(self, "subject_key")
|
|
15329
15329
|
|
|
@@ -16510,10 +16510,10 @@ class PgPgUserConfigMigrationArgs:
|
|
|
16510
16510
|
"""
|
|
16511
16511
|
:param pulumi.Input[str] host: Hostname or IP address of the server where to migrate data from.
|
|
16512
16512
|
:param pulumi.Input[int] port: Port number of the server where to migrate data from.
|
|
16513
|
-
:param pulumi.Input[str] dbname:
|
|
16513
|
+
:param pulumi.Input[str] dbname: Database name for bootstrapping the initial connection.
|
|
16514
16514
|
:param pulumi.Input[str] ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
|
|
16515
16515
|
:param pulumi.Input[str] method: The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
16516
|
-
:param pulumi.Input[str] password:
|
|
16516
|
+
:param pulumi.Input[str] password: Password for authentication with the server where to migrate data from.
|
|
16517
16517
|
:param pulumi.Input[bool] ssl: The server where to migrate data from is secured with SSL. The default value is `true`.
|
|
16518
16518
|
:param pulumi.Input[str] username: User name for authentication with the server where to migrate data from.
|
|
16519
16519
|
"""
|
|
@@ -16560,7 +16560,7 @@ class PgPgUserConfigMigrationArgs:
|
|
|
16560
16560
|
@pulumi.getter
|
|
16561
16561
|
def dbname(self) -> Optional[pulumi.Input[str]]:
|
|
16562
16562
|
"""
|
|
16563
|
-
|
|
16563
|
+
Database name for bootstrapping the initial connection.
|
|
16564
16564
|
"""
|
|
16565
16565
|
return pulumi.get(self, "dbname")
|
|
16566
16566
|
|
|
@@ -16596,7 +16596,7 @@ class PgPgUserConfigMigrationArgs:
|
|
|
16596
16596
|
@pulumi.getter
|
|
16597
16597
|
def password(self) -> Optional[pulumi.Input[str]]:
|
|
16598
16598
|
"""
|
|
16599
|
-
|
|
16599
|
+
Password for authentication with the server where to migrate data from.
|
|
16600
16600
|
"""
|
|
16601
16601
|
return pulumi.get(self, "password")
|
|
16602
16602
|
|
|
@@ -17949,8 +17949,8 @@ class PgPgUserConfigPrivateAccessArgs:
|
|
|
17949
17949
|
pgbouncer: Optional[pulumi.Input[bool]] = None,
|
|
17950
17950
|
prometheus: Optional[pulumi.Input[bool]] = None):
|
|
17951
17951
|
"""
|
|
17952
|
-
:param pulumi.Input[bool] pg:
|
|
17953
|
-
:param pulumi.Input[bool] pgbouncer:
|
|
17952
|
+
:param pulumi.Input[bool] pg: Allow clients to connect to pg with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
17953
|
+
:param pulumi.Input[bool] pgbouncer: Allow clients to connect to pgbouncer with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
17954
17954
|
:param pulumi.Input[bool] prometheus: Allow clients to connect to prometheus with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
17955
17955
|
"""
|
|
17956
17956
|
if pg is not None:
|
|
@@ -17964,7 +17964,7 @@ class PgPgUserConfigPrivateAccessArgs:
|
|
|
17964
17964
|
@pulumi.getter
|
|
17965
17965
|
def pg(self) -> Optional[pulumi.Input[bool]]:
|
|
17966
17966
|
"""
|
|
17967
|
-
|
|
17967
|
+
Allow clients to connect to pg with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
17968
17968
|
"""
|
|
17969
17969
|
return pulumi.get(self, "pg")
|
|
17970
17970
|
|
|
@@ -17976,7 +17976,7 @@ class PgPgUserConfigPrivateAccessArgs:
|
|
|
17976
17976
|
@pulumi.getter
|
|
17977
17977
|
def pgbouncer(self) -> Optional[pulumi.Input[bool]]:
|
|
17978
17978
|
"""
|
|
17979
|
-
|
|
17979
|
+
Allow clients to connect to pgbouncer with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
17980
17980
|
"""
|
|
17981
17981
|
return pulumi.get(self, "pgbouncer")
|
|
17982
17982
|
|
|
@@ -18004,9 +18004,9 @@ class PgPgUserConfigPrivatelinkAccessArgs:
|
|
|
18004
18004
|
pgbouncer: Optional[pulumi.Input[bool]] = None,
|
|
18005
18005
|
prometheus: Optional[pulumi.Input[bool]] = None):
|
|
18006
18006
|
"""
|
|
18007
|
-
:param pulumi.Input[bool] pg:
|
|
18008
|
-
:param pulumi.Input[bool] pgbouncer:
|
|
18009
|
-
:param pulumi.Input[bool] prometheus:
|
|
18007
|
+
:param pulumi.Input[bool] pg: Enable pg.
|
|
18008
|
+
:param pulumi.Input[bool] pgbouncer: Enable pgbouncer.
|
|
18009
|
+
:param pulumi.Input[bool] prometheus: Enable prometheus.
|
|
18010
18010
|
"""
|
|
18011
18011
|
if pg is not None:
|
|
18012
18012
|
pulumi.set(__self__, "pg", pg)
|
|
@@ -18019,7 +18019,7 @@ class PgPgUserConfigPrivatelinkAccessArgs:
|
|
|
18019
18019
|
@pulumi.getter
|
|
18020
18020
|
def pg(self) -> Optional[pulumi.Input[bool]]:
|
|
18021
18021
|
"""
|
|
18022
|
-
|
|
18022
|
+
Enable pg.
|
|
18023
18023
|
"""
|
|
18024
18024
|
return pulumi.get(self, "pg")
|
|
18025
18025
|
|
|
@@ -18031,7 +18031,7 @@ class PgPgUserConfigPrivatelinkAccessArgs:
|
|
|
18031
18031
|
@pulumi.getter
|
|
18032
18032
|
def pgbouncer(self) -> Optional[pulumi.Input[bool]]:
|
|
18033
18033
|
"""
|
|
18034
|
-
|
|
18034
|
+
Enable pgbouncer.
|
|
18035
18035
|
"""
|
|
18036
18036
|
return pulumi.get(self, "pgbouncer")
|
|
18037
18037
|
|
|
@@ -18043,7 +18043,7 @@ class PgPgUserConfigPrivatelinkAccessArgs:
|
|
|
18043
18043
|
@pulumi.getter
|
|
18044
18044
|
def prometheus(self) -> Optional[pulumi.Input[bool]]:
|
|
18045
18045
|
"""
|
|
18046
|
-
|
|
18046
|
+
Enable prometheus.
|
|
18047
18047
|
"""
|
|
18048
18048
|
return pulumi.get(self, "prometheus")
|
|
18049
18049
|
|
|
@@ -18059,9 +18059,9 @@ class PgPgUserConfigPublicAccessArgs:
|
|
|
18059
18059
|
pgbouncer: Optional[pulumi.Input[bool]] = None,
|
|
18060
18060
|
prometheus: Optional[pulumi.Input[bool]] = None):
|
|
18061
18061
|
"""
|
|
18062
|
-
:param pulumi.Input[bool] pg:
|
|
18063
|
-
:param pulumi.Input[bool] pgbouncer:
|
|
18064
|
-
:param pulumi.Input[bool] prometheus: Allow clients to connect to prometheus
|
|
18062
|
+
:param pulumi.Input[bool] pg: Allow clients to connect to pg from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
18063
|
+
:param pulumi.Input[bool] pgbouncer: Allow clients to connect to pgbouncer from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
18064
|
+
:param pulumi.Input[bool] prometheus: Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
18065
18065
|
"""
|
|
18066
18066
|
if pg is not None:
|
|
18067
18067
|
pulumi.set(__self__, "pg", pg)
|
|
@@ -18074,7 +18074,7 @@ class PgPgUserConfigPublicAccessArgs:
|
|
|
18074
18074
|
@pulumi.getter
|
|
18075
18075
|
def pg(self) -> Optional[pulumi.Input[bool]]:
|
|
18076
18076
|
"""
|
|
18077
|
-
|
|
18077
|
+
Allow clients to connect to pg from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
18078
18078
|
"""
|
|
18079
18079
|
return pulumi.get(self, "pg")
|
|
18080
18080
|
|
|
@@ -18086,7 +18086,7 @@ class PgPgUserConfigPublicAccessArgs:
|
|
|
18086
18086
|
@pulumi.getter
|
|
18087
18087
|
def pgbouncer(self) -> Optional[pulumi.Input[bool]]:
|
|
18088
18088
|
"""
|
|
18089
|
-
|
|
18089
|
+
Allow clients to connect to pgbouncer from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
18090
18090
|
"""
|
|
18091
18091
|
return pulumi.get(self, "pgbouncer")
|
|
18092
18092
|
|
|
@@ -18098,7 +18098,7 @@ class PgPgUserConfigPublicAccessArgs:
|
|
|
18098
18098
|
@pulumi.getter
|
|
18099
18099
|
def prometheus(self) -> Optional[pulumi.Input[bool]]:
|
|
18100
18100
|
"""
|
|
18101
|
-
Allow clients to connect to prometheus
|
|
18101
|
+
Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
18102
18102
|
"""
|
|
18103
18103
|
return pulumi.get(self, "prometheus")
|
|
18104
18104
|
|
|
@@ -19250,7 +19250,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
19250
19250
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs']]] columns: Table columns
|
|
19251
19251
|
:param pulumi.Input[str] data_format: Message data format. The default value is `JSONEachRow`.
|
|
19252
19252
|
:param pulumi.Input[str] group_name: Kafka consumers group. The default value is `clickhouse`.
|
|
19253
|
-
:param pulumi.Input[str] name:
|
|
19253
|
+
:param pulumi.Input[str] name: Name of the table.
|
|
19254
19254
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs']]] topics: Kafka topics
|
|
19255
19255
|
:param pulumi.Input[str] auto_offset_reset: Action to take when there is no initial offset in offset store or the desired offset is out of range. The default value is `earliest`.
|
|
19256
19256
|
:param pulumi.Input[str] date_time_input_format: Method to read DateTime from text input formats. The default value is `basic`.
|
|
@@ -19323,7 +19323,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
19323
19323
|
@pulumi.getter
|
|
19324
19324
|
def name(self) -> pulumi.Input[str]:
|
|
19325
19325
|
"""
|
|
19326
|
-
|
|
19326
|
+
Name of the table.
|
|
19327
19327
|
"""
|
|
19328
19328
|
return pulumi.get(self, "name")
|
|
19329
19329
|
|
|
@@ -19482,7 +19482,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs:
|
|
|
19482
19482
|
def __init__(__self__, *,
|
|
19483
19483
|
name: pulumi.Input[str]):
|
|
19484
19484
|
"""
|
|
19485
|
-
:param pulumi.Input[str] name:
|
|
19485
|
+
:param pulumi.Input[str] name: Name of the topic.
|
|
19486
19486
|
"""
|
|
19487
19487
|
pulumi.set(__self__, "name", name)
|
|
19488
19488
|
|
|
@@ -19490,7 +19490,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs:
|
|
|
19490
19490
|
@pulumi.getter
|
|
19491
19491
|
def name(self) -> pulumi.Input[str]:
|
|
19492
19492
|
"""
|
|
19493
|
-
|
|
19493
|
+
Name of the topic.
|
|
19494
19494
|
"""
|
|
19495
19495
|
return pulumi.get(self, "name")
|
|
19496
19496
|
|