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/outputs.py
CHANGED
|
@@ -964,7 +964,7 @@ class CassandraCassandraUserConfigPublicAccess(dict):
|
|
|
964
964
|
def __init__(__self__, *,
|
|
965
965
|
prometheus: Optional[bool] = None):
|
|
966
966
|
"""
|
|
967
|
-
:param bool prometheus: Allow clients to connect to prometheus
|
|
967
|
+
:param 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.
|
|
968
968
|
"""
|
|
969
969
|
if prometheus is not None:
|
|
970
970
|
pulumi.set(__self__, "prometheus", prometheus)
|
|
@@ -973,7 +973,7 @@ class CassandraCassandraUserConfigPublicAccess(dict):
|
|
|
973
973
|
@pulumi.getter
|
|
974
974
|
def prometheus(self) -> Optional[bool]:
|
|
975
975
|
"""
|
|
976
|
-
Allow clients to connect to prometheus
|
|
976
|
+
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.
|
|
977
977
|
"""
|
|
978
978
|
return pulumi.get(self, "prometheus")
|
|
979
979
|
|
|
@@ -1514,10 +1514,10 @@ class ClickhouseClickhouseUserConfigPrivatelinkAccess(dict):
|
|
|
1514
1514
|
clickhouse_mysql: Optional[bool] = None,
|
|
1515
1515
|
prometheus: Optional[bool] = None):
|
|
1516
1516
|
"""
|
|
1517
|
-
:param bool clickhouse:
|
|
1518
|
-
:param bool clickhouse_https:
|
|
1519
|
-
:param bool clickhouse_mysql:
|
|
1520
|
-
:param bool prometheus:
|
|
1517
|
+
:param bool clickhouse: Enable clickhouse.
|
|
1518
|
+
:param bool clickhouse_https: Enable clickhouse_https.
|
|
1519
|
+
:param bool clickhouse_mysql: Enable clickhouse_mysql.
|
|
1520
|
+
:param bool prometheus: Enable prometheus.
|
|
1521
1521
|
"""
|
|
1522
1522
|
if clickhouse is not None:
|
|
1523
1523
|
pulumi.set(__self__, "clickhouse", clickhouse)
|
|
@@ -1532,7 +1532,7 @@ class ClickhouseClickhouseUserConfigPrivatelinkAccess(dict):
|
|
|
1532
1532
|
@pulumi.getter
|
|
1533
1533
|
def clickhouse(self) -> Optional[bool]:
|
|
1534
1534
|
"""
|
|
1535
|
-
|
|
1535
|
+
Enable clickhouse.
|
|
1536
1536
|
"""
|
|
1537
1537
|
return pulumi.get(self, "clickhouse")
|
|
1538
1538
|
|
|
@@ -1540,7 +1540,7 @@ class ClickhouseClickhouseUserConfigPrivatelinkAccess(dict):
|
|
|
1540
1540
|
@pulumi.getter(name="clickhouseHttps")
|
|
1541
1541
|
def clickhouse_https(self) -> Optional[bool]:
|
|
1542
1542
|
"""
|
|
1543
|
-
|
|
1543
|
+
Enable clickhouse_https.
|
|
1544
1544
|
"""
|
|
1545
1545
|
return pulumi.get(self, "clickhouse_https")
|
|
1546
1546
|
|
|
@@ -1548,7 +1548,7 @@ class ClickhouseClickhouseUserConfigPrivatelinkAccess(dict):
|
|
|
1548
1548
|
@pulumi.getter(name="clickhouseMysql")
|
|
1549
1549
|
def clickhouse_mysql(self) -> Optional[bool]:
|
|
1550
1550
|
"""
|
|
1551
|
-
|
|
1551
|
+
Enable clickhouse_mysql.
|
|
1552
1552
|
"""
|
|
1553
1553
|
return pulumi.get(self, "clickhouse_mysql")
|
|
1554
1554
|
|
|
@@ -1556,7 +1556,7 @@ class ClickhouseClickhouseUserConfigPrivatelinkAccess(dict):
|
|
|
1556
1556
|
@pulumi.getter
|
|
1557
1557
|
def prometheus(self) -> Optional[bool]:
|
|
1558
1558
|
"""
|
|
1559
|
-
|
|
1559
|
+
Enable prometheus.
|
|
1560
1560
|
"""
|
|
1561
1561
|
return pulumi.get(self, "prometheus")
|
|
1562
1562
|
|
|
@@ -1588,10 +1588,10 @@ class ClickhouseClickhouseUserConfigPublicAccess(dict):
|
|
|
1588
1588
|
clickhouse_mysql: Optional[bool] = None,
|
|
1589
1589
|
prometheus: Optional[bool] = None):
|
|
1590
1590
|
"""
|
|
1591
|
-
:param bool clickhouse: Allow clients to connect to clickhouse
|
|
1592
|
-
:param bool clickhouse_https: Allow clients to connect to clickhouse_https
|
|
1593
|
-
:param bool clickhouse_mysql: Allow clients to connect to clickhouse_mysql
|
|
1594
|
-
:param bool prometheus: Allow clients to connect to prometheus
|
|
1591
|
+
:param 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.
|
|
1592
|
+
:param 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.
|
|
1593
|
+
:param 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.
|
|
1594
|
+
:param 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.
|
|
1595
1595
|
"""
|
|
1596
1596
|
if clickhouse is not None:
|
|
1597
1597
|
pulumi.set(__self__, "clickhouse", clickhouse)
|
|
@@ -1606,7 +1606,7 @@ class ClickhouseClickhouseUserConfigPublicAccess(dict):
|
|
|
1606
1606
|
@pulumi.getter
|
|
1607
1607
|
def clickhouse(self) -> Optional[bool]:
|
|
1608
1608
|
"""
|
|
1609
|
-
Allow clients to connect to clickhouse
|
|
1609
|
+
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.
|
|
1610
1610
|
"""
|
|
1611
1611
|
return pulumi.get(self, "clickhouse")
|
|
1612
1612
|
|
|
@@ -1614,7 +1614,7 @@ class ClickhouseClickhouseUserConfigPublicAccess(dict):
|
|
|
1614
1614
|
@pulumi.getter(name="clickhouseHttps")
|
|
1615
1615
|
def clickhouse_https(self) -> Optional[bool]:
|
|
1616
1616
|
"""
|
|
1617
|
-
Allow clients to connect to clickhouse_https
|
|
1617
|
+
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.
|
|
1618
1618
|
"""
|
|
1619
1619
|
return pulumi.get(self, "clickhouse_https")
|
|
1620
1620
|
|
|
@@ -1622,7 +1622,7 @@ class ClickhouseClickhouseUserConfigPublicAccess(dict):
|
|
|
1622
1622
|
@pulumi.getter(name="clickhouseMysql")
|
|
1623
1623
|
def clickhouse_mysql(self) -> Optional[bool]:
|
|
1624
1624
|
"""
|
|
1625
|
-
Allow clients to connect to clickhouse_mysql
|
|
1625
|
+
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.
|
|
1626
1626
|
"""
|
|
1627
1627
|
return pulumi.get(self, "clickhouse_mysql")
|
|
1628
1628
|
|
|
@@ -1630,7 +1630,7 @@ class ClickhouseClickhouseUserConfigPublicAccess(dict):
|
|
|
1630
1630
|
@pulumi.getter
|
|
1631
1631
|
def prometheus(self) -> Optional[bool]:
|
|
1632
1632
|
"""
|
|
1633
|
-
Allow clients to connect to prometheus
|
|
1633
|
+
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.
|
|
1634
1634
|
"""
|
|
1635
1635
|
return pulumi.get(self, "prometheus")
|
|
1636
1636
|
|
|
@@ -8164,8 +8164,8 @@ class KafkaKafkaUserConfigKafkaRestConfig(dict):
|
|
|
8164
8164
|
:param 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`.
|
|
8165
8165
|
:param 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`.
|
|
8166
8166
|
:param 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.
|
|
8167
|
-
:param int producer_linger_ms:
|
|
8168
|
-
:param int producer_max_request_size:
|
|
8167
|
+
:param int producer_linger_ms: Wait for up to the given delay to allow batching records together. The default value is `0`.
|
|
8168
|
+
:param 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`.
|
|
8169
8169
|
:param int simpleconsumer_pool_size_max: Maximum number of SimpleConsumers that can be instantiated per broker. The default value is `25`.
|
|
8170
8170
|
"""
|
|
8171
8171
|
if consumer_enable_auto_commit is not None:
|
|
@@ -8249,7 +8249,7 @@ class KafkaKafkaUserConfigKafkaRestConfig(dict):
|
|
|
8249
8249
|
@pulumi.getter(name="producerLingerMs")
|
|
8250
8250
|
def producer_linger_ms(self) -> Optional[int]:
|
|
8251
8251
|
"""
|
|
8252
|
-
|
|
8252
|
+
Wait for up to the given delay to allow batching records together. The default value is `0`.
|
|
8253
8253
|
"""
|
|
8254
8254
|
return pulumi.get(self, "producer_linger_ms")
|
|
8255
8255
|
|
|
@@ -8257,7 +8257,7 @@ class KafkaKafkaUserConfigKafkaRestConfig(dict):
|
|
|
8257
8257
|
@pulumi.getter(name="producerMaxRequestSize")
|
|
8258
8258
|
def producer_max_request_size(self) -> Optional[int]:
|
|
8259
8259
|
"""
|
|
8260
|
-
|
|
8260
|
+
The maximum size of a request in bytes. Note that Kafka broker can also cap the record batch size. The default value is `1048576`.
|
|
8261
8261
|
"""
|
|
8262
8262
|
return pulumi.get(self, "producer_max_request_size")
|
|
8263
8263
|
|
|
@@ -8300,9 +8300,9 @@ class KafkaKafkaUserConfigPrivateAccess(dict):
|
|
|
8300
8300
|
prometheus: Optional[bool] = None,
|
|
8301
8301
|
schema_registry: Optional[bool] = None):
|
|
8302
8302
|
"""
|
|
8303
|
-
:param bool kafka:
|
|
8304
|
-
:param bool kafka_connect:
|
|
8305
|
-
:param bool kafka_rest:
|
|
8303
|
+
:param 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.
|
|
8304
|
+
:param 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.
|
|
8305
|
+
:param 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.
|
|
8306
8306
|
:param 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.
|
|
8307
8307
|
:param 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.
|
|
8308
8308
|
"""
|
|
@@ -8321,7 +8321,7 @@ class KafkaKafkaUserConfigPrivateAccess(dict):
|
|
|
8321
8321
|
@pulumi.getter
|
|
8322
8322
|
def kafka(self) -> Optional[bool]:
|
|
8323
8323
|
"""
|
|
8324
|
-
|
|
8324
|
+
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.
|
|
8325
8325
|
"""
|
|
8326
8326
|
return pulumi.get(self, "kafka")
|
|
8327
8327
|
|
|
@@ -8329,7 +8329,7 @@ class KafkaKafkaUserConfigPrivateAccess(dict):
|
|
|
8329
8329
|
@pulumi.getter(name="kafkaConnect")
|
|
8330
8330
|
def kafka_connect(self) -> Optional[bool]:
|
|
8331
8331
|
"""
|
|
8332
|
-
|
|
8332
|
+
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.
|
|
8333
8333
|
"""
|
|
8334
8334
|
return pulumi.get(self, "kafka_connect")
|
|
8335
8335
|
|
|
@@ -8337,7 +8337,7 @@ class KafkaKafkaUserConfigPrivateAccess(dict):
|
|
|
8337
8337
|
@pulumi.getter(name="kafkaRest")
|
|
8338
8338
|
def kafka_rest(self) -> Optional[bool]:
|
|
8339
8339
|
"""
|
|
8340
|
-
|
|
8340
|
+
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.
|
|
8341
8341
|
"""
|
|
8342
8342
|
return pulumi.get(self, "kafka_rest")
|
|
8343
8343
|
|
|
@@ -8390,11 +8390,11 @@ class KafkaKafkaUserConfigPrivatelinkAccess(dict):
|
|
|
8390
8390
|
schema_registry: Optional[bool] = None):
|
|
8391
8391
|
"""
|
|
8392
8392
|
:param bool jolokia: Enable jolokia.
|
|
8393
|
-
:param bool kafka:
|
|
8394
|
-
:param bool kafka_connect: Enable
|
|
8395
|
-
:param bool kafka_rest: Enable
|
|
8396
|
-
:param bool prometheus:
|
|
8397
|
-
:param bool schema_registry:
|
|
8393
|
+
:param bool kafka: Enable kafka.
|
|
8394
|
+
:param bool kafka_connect: Enable kafka_connect.
|
|
8395
|
+
:param bool kafka_rest: Enable kafka_rest.
|
|
8396
|
+
:param bool prometheus: Enable prometheus.
|
|
8397
|
+
:param bool schema_registry: Enable schema_registry.
|
|
8398
8398
|
"""
|
|
8399
8399
|
if jolokia is not None:
|
|
8400
8400
|
pulumi.set(__self__, "jolokia", jolokia)
|
|
@@ -8421,7 +8421,7 @@ class KafkaKafkaUserConfigPrivatelinkAccess(dict):
|
|
|
8421
8421
|
@pulumi.getter
|
|
8422
8422
|
def kafka(self) -> Optional[bool]:
|
|
8423
8423
|
"""
|
|
8424
|
-
|
|
8424
|
+
Enable kafka.
|
|
8425
8425
|
"""
|
|
8426
8426
|
return pulumi.get(self, "kafka")
|
|
8427
8427
|
|
|
@@ -8429,7 +8429,7 @@ class KafkaKafkaUserConfigPrivatelinkAccess(dict):
|
|
|
8429
8429
|
@pulumi.getter(name="kafkaConnect")
|
|
8430
8430
|
def kafka_connect(self) -> Optional[bool]:
|
|
8431
8431
|
"""
|
|
8432
|
-
Enable
|
|
8432
|
+
Enable kafka_connect.
|
|
8433
8433
|
"""
|
|
8434
8434
|
return pulumi.get(self, "kafka_connect")
|
|
8435
8435
|
|
|
@@ -8437,7 +8437,7 @@ class KafkaKafkaUserConfigPrivatelinkAccess(dict):
|
|
|
8437
8437
|
@pulumi.getter(name="kafkaRest")
|
|
8438
8438
|
def kafka_rest(self) -> Optional[bool]:
|
|
8439
8439
|
"""
|
|
8440
|
-
Enable
|
|
8440
|
+
Enable kafka_rest.
|
|
8441
8441
|
"""
|
|
8442
8442
|
return pulumi.get(self, "kafka_rest")
|
|
8443
8443
|
|
|
@@ -8445,7 +8445,7 @@ class KafkaKafkaUserConfigPrivatelinkAccess(dict):
|
|
|
8445
8445
|
@pulumi.getter
|
|
8446
8446
|
def prometheus(self) -> Optional[bool]:
|
|
8447
8447
|
"""
|
|
8448
|
-
|
|
8448
|
+
Enable prometheus.
|
|
8449
8449
|
"""
|
|
8450
8450
|
return pulumi.get(self, "prometheus")
|
|
8451
8451
|
|
|
@@ -8453,7 +8453,7 @@ class KafkaKafkaUserConfigPrivatelinkAccess(dict):
|
|
|
8453
8453
|
@pulumi.getter(name="schemaRegistry")
|
|
8454
8454
|
def schema_registry(self) -> Optional[bool]:
|
|
8455
8455
|
"""
|
|
8456
|
-
|
|
8456
|
+
Enable schema_registry.
|
|
8457
8457
|
"""
|
|
8458
8458
|
return pulumi.get(self, "schema_registry")
|
|
8459
8459
|
|
|
@@ -8488,11 +8488,11 @@ class KafkaKafkaUserConfigPublicAccess(dict):
|
|
|
8488
8488
|
prometheus: Optional[bool] = None,
|
|
8489
8489
|
schema_registry: Optional[bool] = None):
|
|
8490
8490
|
"""
|
|
8491
|
-
:param bool kafka:
|
|
8492
|
-
:param bool kafka_connect:
|
|
8493
|
-
:param bool kafka_rest:
|
|
8494
|
-
:param bool prometheus: Allow clients to connect to prometheus
|
|
8495
|
-
:param bool schema_registry: Allow clients to connect to schema_registry
|
|
8491
|
+
:param 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.
|
|
8492
|
+
:param 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.
|
|
8493
|
+
:param 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.
|
|
8494
|
+
:param 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.
|
|
8495
|
+
:param 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.
|
|
8496
8496
|
"""
|
|
8497
8497
|
if kafka is not None:
|
|
8498
8498
|
pulumi.set(__self__, "kafka", kafka)
|
|
@@ -8509,7 +8509,7 @@ class KafkaKafkaUserConfigPublicAccess(dict):
|
|
|
8509
8509
|
@pulumi.getter
|
|
8510
8510
|
def kafka(self) -> Optional[bool]:
|
|
8511
8511
|
"""
|
|
8512
|
-
|
|
8512
|
+
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.
|
|
8513
8513
|
"""
|
|
8514
8514
|
return pulumi.get(self, "kafka")
|
|
8515
8515
|
|
|
@@ -8517,7 +8517,7 @@ class KafkaKafkaUserConfigPublicAccess(dict):
|
|
|
8517
8517
|
@pulumi.getter(name="kafkaConnect")
|
|
8518
8518
|
def kafka_connect(self) -> Optional[bool]:
|
|
8519
8519
|
"""
|
|
8520
|
-
|
|
8520
|
+
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.
|
|
8521
8521
|
"""
|
|
8522
8522
|
return pulumi.get(self, "kafka_connect")
|
|
8523
8523
|
|
|
@@ -8525,7 +8525,7 @@ class KafkaKafkaUserConfigPublicAccess(dict):
|
|
|
8525
8525
|
@pulumi.getter(name="kafkaRest")
|
|
8526
8526
|
def kafka_rest(self) -> Optional[bool]:
|
|
8527
8527
|
"""
|
|
8528
|
-
|
|
8528
|
+
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.
|
|
8529
8529
|
"""
|
|
8530
8530
|
return pulumi.get(self, "kafka_rest")
|
|
8531
8531
|
|
|
@@ -8533,7 +8533,7 @@ class KafkaKafkaUserConfigPublicAccess(dict):
|
|
|
8533
8533
|
@pulumi.getter
|
|
8534
8534
|
def prometheus(self) -> Optional[bool]:
|
|
8535
8535
|
"""
|
|
8536
|
-
Allow clients to connect to prometheus
|
|
8536
|
+
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.
|
|
8537
8537
|
"""
|
|
8538
8538
|
return pulumi.get(self, "prometheus")
|
|
8539
8539
|
|
|
@@ -8541,7 +8541,7 @@ class KafkaKafkaUserConfigPublicAccess(dict):
|
|
|
8541
8541
|
@pulumi.getter(name="schemaRegistry")
|
|
8542
8542
|
def schema_registry(self) -> Optional[bool]:
|
|
8543
8543
|
"""
|
|
8544
|
-
Allow clients to connect to schema_registry
|
|
8544
|
+
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.
|
|
8545
8545
|
"""
|
|
8546
8546
|
return pulumi.get(self, "schema_registry")
|
|
8547
8547
|
|
|
@@ -14221,10 +14221,10 @@ class OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimiting
|
|
|
14221
14221
|
"""
|
|
14222
14222
|
:param int allowed_tries: The number of login attempts allowed before login is blocked.
|
|
14223
14223
|
:param int block_expiry_seconds: The duration of time that login remains blocked after a failed login.
|
|
14224
|
-
:param int max_blocked_clients:
|
|
14224
|
+
:param int max_blocked_clients: The maximum number of blocked IP addresses.
|
|
14225
14225
|
:param int max_tracked_clients: The maximum number of tracked IP addresses that have failed login.
|
|
14226
14226
|
:param int time_window_seconds: The window of time in which the value for `allowed_tries` is enforced.
|
|
14227
|
-
:param str type:
|
|
14227
|
+
:param str type: The type of rate limiting.
|
|
14228
14228
|
"""
|
|
14229
14229
|
if allowed_tries is not None:
|
|
14230
14230
|
pulumi.set(__self__, "allowed_tries", allowed_tries)
|
|
@@ -14259,7 +14259,7 @@ class OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimiting
|
|
|
14259
14259
|
@pulumi.getter(name="maxBlockedClients")
|
|
14260
14260
|
def max_blocked_clients(self) -> Optional[int]:
|
|
14261
14261
|
"""
|
|
14262
|
-
|
|
14262
|
+
The maximum number of blocked IP addresses.
|
|
14263
14263
|
"""
|
|
14264
14264
|
return pulumi.get(self, "max_blocked_clients")
|
|
14265
14265
|
|
|
@@ -14283,7 +14283,7 @@ class OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimiting
|
|
|
14283
14283
|
@pulumi.getter
|
|
14284
14284
|
def type(self) -> Optional[str]:
|
|
14285
14285
|
"""
|
|
14286
|
-
|
|
14286
|
+
The type of rate limiting.
|
|
14287
14287
|
"""
|
|
14288
14288
|
return pulumi.get(self, "type")
|
|
14289
14289
|
|
|
@@ -14314,7 +14314,7 @@ class OpenSearchOpensearchUserConfigOpensearchDashboards(dict):
|
|
|
14314
14314
|
max_old_space_size: Optional[int] = None,
|
|
14315
14315
|
opensearch_request_timeout: Optional[int] = None):
|
|
14316
14316
|
"""
|
|
14317
|
-
:param bool enabled:
|
|
14317
|
+
:param bool enabled: Enable or disable OpenSearch Dashboards. The default value is `true`.
|
|
14318
14318
|
:param 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`.
|
|
14319
14319
|
:param int opensearch_request_timeout: Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch. The default value is `30000`.
|
|
14320
14320
|
"""
|
|
@@ -14329,7 +14329,7 @@ class OpenSearchOpensearchUserConfigOpensearchDashboards(dict):
|
|
|
14329
14329
|
@pulumi.getter
|
|
14330
14330
|
def enabled(self) -> Optional[bool]:
|
|
14331
14331
|
"""
|
|
14332
|
-
|
|
14332
|
+
Enable or disable OpenSearch Dashboards. The default value is `true`.
|
|
14333
14333
|
"""
|
|
14334
14334
|
return pulumi.get(self, "enabled")
|
|
14335
14335
|
|
|
@@ -14374,8 +14374,8 @@ class OpenSearchOpensearchUserConfigPrivateAccess(dict):
|
|
|
14374
14374
|
opensearch_dashboards: Optional[bool] = None,
|
|
14375
14375
|
prometheus: Optional[bool] = None):
|
|
14376
14376
|
"""
|
|
14377
|
-
:param bool opensearch:
|
|
14378
|
-
:param bool opensearch_dashboards:
|
|
14377
|
+
:param 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.
|
|
14378
|
+
:param 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.
|
|
14379
14379
|
:param 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.
|
|
14380
14380
|
"""
|
|
14381
14381
|
if opensearch is not None:
|
|
@@ -14389,7 +14389,7 @@ class OpenSearchOpensearchUserConfigPrivateAccess(dict):
|
|
|
14389
14389
|
@pulumi.getter
|
|
14390
14390
|
def opensearch(self) -> Optional[bool]:
|
|
14391
14391
|
"""
|
|
14392
|
-
|
|
14392
|
+
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.
|
|
14393
14393
|
"""
|
|
14394
14394
|
return pulumi.get(self, "opensearch")
|
|
14395
14395
|
|
|
@@ -14397,7 +14397,7 @@ class OpenSearchOpensearchUserConfigPrivateAccess(dict):
|
|
|
14397
14397
|
@pulumi.getter(name="opensearchDashboards")
|
|
14398
14398
|
def opensearch_dashboards(self) -> Optional[bool]:
|
|
14399
14399
|
"""
|
|
14400
|
-
|
|
14400
|
+
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.
|
|
14401
14401
|
"""
|
|
14402
14402
|
return pulumi.get(self, "opensearch_dashboards")
|
|
14403
14403
|
|
|
@@ -14434,9 +14434,9 @@ class OpenSearchOpensearchUserConfigPrivatelinkAccess(dict):
|
|
|
14434
14434
|
opensearch_dashboards: Optional[bool] = None,
|
|
14435
14435
|
prometheus: Optional[bool] = None):
|
|
14436
14436
|
"""
|
|
14437
|
-
:param bool opensearch:
|
|
14438
|
-
:param bool opensearch_dashboards:
|
|
14439
|
-
:param bool prometheus:
|
|
14437
|
+
:param bool opensearch: Enable opensearch.
|
|
14438
|
+
:param bool opensearch_dashboards: Enable opensearch_dashboards.
|
|
14439
|
+
:param bool prometheus: Enable prometheus.
|
|
14440
14440
|
"""
|
|
14441
14441
|
if opensearch is not None:
|
|
14442
14442
|
pulumi.set(__self__, "opensearch", opensearch)
|
|
@@ -14449,7 +14449,7 @@ class OpenSearchOpensearchUserConfigPrivatelinkAccess(dict):
|
|
|
14449
14449
|
@pulumi.getter
|
|
14450
14450
|
def opensearch(self) -> Optional[bool]:
|
|
14451
14451
|
"""
|
|
14452
|
-
|
|
14452
|
+
Enable opensearch.
|
|
14453
14453
|
"""
|
|
14454
14454
|
return pulumi.get(self, "opensearch")
|
|
14455
14455
|
|
|
@@ -14457,7 +14457,7 @@ class OpenSearchOpensearchUserConfigPrivatelinkAccess(dict):
|
|
|
14457
14457
|
@pulumi.getter(name="opensearchDashboards")
|
|
14458
14458
|
def opensearch_dashboards(self) -> Optional[bool]:
|
|
14459
14459
|
"""
|
|
14460
|
-
|
|
14460
|
+
Enable opensearch_dashboards.
|
|
14461
14461
|
"""
|
|
14462
14462
|
return pulumi.get(self, "opensearch_dashboards")
|
|
14463
14463
|
|
|
@@ -14465,7 +14465,7 @@ class OpenSearchOpensearchUserConfigPrivatelinkAccess(dict):
|
|
|
14465
14465
|
@pulumi.getter
|
|
14466
14466
|
def prometheus(self) -> Optional[bool]:
|
|
14467
14467
|
"""
|
|
14468
|
-
|
|
14468
|
+
Enable prometheus.
|
|
14469
14469
|
"""
|
|
14470
14470
|
return pulumi.get(self, "prometheus")
|
|
14471
14471
|
|
|
@@ -14494,9 +14494,9 @@ class OpenSearchOpensearchUserConfigPublicAccess(dict):
|
|
|
14494
14494
|
opensearch_dashboards: Optional[bool] = None,
|
|
14495
14495
|
prometheus: Optional[bool] = None):
|
|
14496
14496
|
"""
|
|
14497
|
-
:param bool opensearch:
|
|
14498
|
-
:param bool opensearch_dashboards:
|
|
14499
|
-
:param bool prometheus: Allow clients to connect to prometheus
|
|
14497
|
+
:param 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.
|
|
14498
|
+
:param 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.
|
|
14499
|
+
:param 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.
|
|
14500
14500
|
"""
|
|
14501
14501
|
if opensearch is not None:
|
|
14502
14502
|
pulumi.set(__self__, "opensearch", opensearch)
|
|
@@ -14509,7 +14509,7 @@ class OpenSearchOpensearchUserConfigPublicAccess(dict):
|
|
|
14509
14509
|
@pulumi.getter
|
|
14510
14510
|
def opensearch(self) -> Optional[bool]:
|
|
14511
14511
|
"""
|
|
14512
|
-
|
|
14512
|
+
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.
|
|
14513
14513
|
"""
|
|
14514
14514
|
return pulumi.get(self, "opensearch")
|
|
14515
14515
|
|
|
@@ -14517,7 +14517,7 @@ class OpenSearchOpensearchUserConfigPublicAccess(dict):
|
|
|
14517
14517
|
@pulumi.getter(name="opensearchDashboards")
|
|
14518
14518
|
def opensearch_dashboards(self) -> Optional[bool]:
|
|
14519
14519
|
"""
|
|
14520
|
-
|
|
14520
|
+
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.
|
|
14521
14521
|
"""
|
|
14522
14522
|
return pulumi.get(self, "opensearch_dashboards")
|
|
14523
14523
|
|
|
@@ -14525,7 +14525,7 @@ class OpenSearchOpensearchUserConfigPublicAccess(dict):
|
|
|
14525
14525
|
@pulumi.getter
|
|
14526
14526
|
def prometheus(self) -> Optional[bool]:
|
|
14527
14527
|
"""
|
|
14528
|
-
Allow clients to connect to prometheus
|
|
14528
|
+
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.
|
|
14529
14529
|
"""
|
|
14530
14530
|
return pulumi.get(self, "prometheus")
|
|
14531
14531
|
|
|
@@ -14568,13 +14568,13 @@ class OpenSearchOpensearchUserConfigSaml(dict):
|
|
|
14568
14568
|
roles_key: Optional[str] = None,
|
|
14569
14569
|
subject_key: Optional[str] = None):
|
|
14570
14570
|
"""
|
|
14571
|
-
:param bool enabled: Enables or disables
|
|
14571
|
+
:param 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`.
|
|
14572
14572
|
:param 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.
|
|
14573
14573
|
:param 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.
|
|
14574
14574
|
:param 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.
|
|
14575
14575
|
:param 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.
|
|
14576
|
-
:param str roles_key:
|
|
14577
|
-
:param str subject_key:
|
|
14576
|
+
:param 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.
|
|
14577
|
+
:param 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.
|
|
14578
14578
|
"""
|
|
14579
14579
|
pulumi.set(__self__, "enabled", enabled)
|
|
14580
14580
|
pulumi.set(__self__, "idp_entity_id", idp_entity_id)
|
|
@@ -14591,7 +14591,7 @@ class OpenSearchOpensearchUserConfigSaml(dict):
|
|
|
14591
14591
|
@pulumi.getter
|
|
14592
14592
|
def enabled(self) -> bool:
|
|
14593
14593
|
"""
|
|
14594
|
-
Enables or disables
|
|
14594
|
+
Enables or disables SAML-based authentication for OpenSearch. When enabled, users can authenticate using SAML with an Identity Provider. The default value is `true`.
|
|
14595
14595
|
"""
|
|
14596
14596
|
return pulumi.get(self, "enabled")
|
|
14597
14597
|
|
|
@@ -14631,7 +14631,7 @@ class OpenSearchOpensearchUserConfigSaml(dict):
|
|
|
14631
14631
|
@pulumi.getter(name="rolesKey")
|
|
14632
14632
|
def roles_key(self) -> Optional[str]:
|
|
14633
14633
|
"""
|
|
14634
|
-
|
|
14634
|
+
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.
|
|
14635
14635
|
"""
|
|
14636
14636
|
return pulumi.get(self, "roles_key")
|
|
14637
14637
|
|
|
@@ -14639,7 +14639,7 @@ class OpenSearchOpensearchUserConfigSaml(dict):
|
|
|
14639
14639
|
@pulumi.getter(name="subjectKey")
|
|
14640
14640
|
def subject_key(self) -> Optional[str]:
|
|
14641
14641
|
"""
|
|
14642
|
-
|
|
14642
|
+
Optional. Specifies the attribute in the SAML response where the subject identifier is stored. If not configured, the NameID attribute is used by default.
|
|
14643
14643
|
"""
|
|
14644
14644
|
return pulumi.get(self, "subject_key")
|
|
14645
14645
|
|
|
@@ -15683,10 +15683,10 @@ class PgPgUserConfigMigration(dict):
|
|
|
15683
15683
|
"""
|
|
15684
15684
|
:param str host: Hostname or IP address of the server where to migrate data from.
|
|
15685
15685
|
:param int port: Port number of the server where to migrate data from.
|
|
15686
|
-
:param str dbname:
|
|
15686
|
+
:param str dbname: Database name for bootstrapping the initial connection.
|
|
15687
15687
|
:param str ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
|
|
15688
15688
|
:param str method: The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
15689
|
-
:param str password:
|
|
15689
|
+
:param str password: Password for authentication with the server where to migrate data from.
|
|
15690
15690
|
:param bool ssl: The server where to migrate data from is secured with SSL. The default value is `true`.
|
|
15691
15691
|
:param str username: User name for authentication with the server where to migrate data from.
|
|
15692
15692
|
"""
|
|
@@ -15725,7 +15725,7 @@ class PgPgUserConfigMigration(dict):
|
|
|
15725
15725
|
@pulumi.getter
|
|
15726
15726
|
def dbname(self) -> Optional[str]:
|
|
15727
15727
|
"""
|
|
15728
|
-
|
|
15728
|
+
Database name for bootstrapping the initial connection.
|
|
15729
15729
|
"""
|
|
15730
15730
|
return pulumi.get(self, "dbname")
|
|
15731
15731
|
|
|
@@ -15749,7 +15749,7 @@ class PgPgUserConfigMigration(dict):
|
|
|
15749
15749
|
@pulumi.getter
|
|
15750
15750
|
def password(self) -> Optional[str]:
|
|
15751
15751
|
"""
|
|
15752
|
-
|
|
15752
|
+
Password for authentication with the server where to migrate data from.
|
|
15753
15753
|
"""
|
|
15754
15754
|
return pulumi.get(self, "password")
|
|
15755
15755
|
|
|
@@ -16984,8 +16984,8 @@ class PgPgUserConfigPrivateAccess(dict):
|
|
|
16984
16984
|
pgbouncer: Optional[bool] = None,
|
|
16985
16985
|
prometheus: Optional[bool] = None):
|
|
16986
16986
|
"""
|
|
16987
|
-
:param bool pg:
|
|
16988
|
-
:param bool pgbouncer:
|
|
16987
|
+
:param 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.
|
|
16988
|
+
:param 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.
|
|
16989
16989
|
:param 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.
|
|
16990
16990
|
"""
|
|
16991
16991
|
if pg is not None:
|
|
@@ -16999,7 +16999,7 @@ class PgPgUserConfigPrivateAccess(dict):
|
|
|
16999
16999
|
@pulumi.getter
|
|
17000
17000
|
def pg(self) -> Optional[bool]:
|
|
17001
17001
|
"""
|
|
17002
|
-
|
|
17002
|
+
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.
|
|
17003
17003
|
"""
|
|
17004
17004
|
return pulumi.get(self, "pg")
|
|
17005
17005
|
|
|
@@ -17007,7 +17007,7 @@ class PgPgUserConfigPrivateAccess(dict):
|
|
|
17007
17007
|
@pulumi.getter
|
|
17008
17008
|
def pgbouncer(self) -> Optional[bool]:
|
|
17009
17009
|
"""
|
|
17010
|
-
|
|
17010
|
+
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.
|
|
17011
17011
|
"""
|
|
17012
17012
|
return pulumi.get(self, "pgbouncer")
|
|
17013
17013
|
|
|
@@ -17027,9 +17027,9 @@ class PgPgUserConfigPrivatelinkAccess(dict):
|
|
|
17027
17027
|
pgbouncer: Optional[bool] = None,
|
|
17028
17028
|
prometheus: Optional[bool] = None):
|
|
17029
17029
|
"""
|
|
17030
|
-
:param bool pg:
|
|
17031
|
-
:param bool pgbouncer:
|
|
17032
|
-
:param bool prometheus:
|
|
17030
|
+
:param bool pg: Enable pg.
|
|
17031
|
+
:param bool pgbouncer: Enable pgbouncer.
|
|
17032
|
+
:param bool prometheus: Enable prometheus.
|
|
17033
17033
|
"""
|
|
17034
17034
|
if pg is not None:
|
|
17035
17035
|
pulumi.set(__self__, "pg", pg)
|
|
@@ -17042,7 +17042,7 @@ class PgPgUserConfigPrivatelinkAccess(dict):
|
|
|
17042
17042
|
@pulumi.getter
|
|
17043
17043
|
def pg(self) -> Optional[bool]:
|
|
17044
17044
|
"""
|
|
17045
|
-
|
|
17045
|
+
Enable pg.
|
|
17046
17046
|
"""
|
|
17047
17047
|
return pulumi.get(self, "pg")
|
|
17048
17048
|
|
|
@@ -17050,7 +17050,7 @@ class PgPgUserConfigPrivatelinkAccess(dict):
|
|
|
17050
17050
|
@pulumi.getter
|
|
17051
17051
|
def pgbouncer(self) -> Optional[bool]:
|
|
17052
17052
|
"""
|
|
17053
|
-
|
|
17053
|
+
Enable pgbouncer.
|
|
17054
17054
|
"""
|
|
17055
17055
|
return pulumi.get(self, "pgbouncer")
|
|
17056
17056
|
|
|
@@ -17058,7 +17058,7 @@ class PgPgUserConfigPrivatelinkAccess(dict):
|
|
|
17058
17058
|
@pulumi.getter
|
|
17059
17059
|
def prometheus(self) -> Optional[bool]:
|
|
17060
17060
|
"""
|
|
17061
|
-
|
|
17061
|
+
Enable prometheus.
|
|
17062
17062
|
"""
|
|
17063
17063
|
return pulumi.get(self, "prometheus")
|
|
17064
17064
|
|
|
@@ -17070,9 +17070,9 @@ class PgPgUserConfigPublicAccess(dict):
|
|
|
17070
17070
|
pgbouncer: Optional[bool] = None,
|
|
17071
17071
|
prometheus: Optional[bool] = None):
|
|
17072
17072
|
"""
|
|
17073
|
-
:param bool pg:
|
|
17074
|
-
:param bool pgbouncer:
|
|
17075
|
-
:param bool prometheus: Allow clients to connect to prometheus
|
|
17073
|
+
:param 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.
|
|
17074
|
+
:param 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.
|
|
17075
|
+
:param 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.
|
|
17076
17076
|
"""
|
|
17077
17077
|
if pg is not None:
|
|
17078
17078
|
pulumi.set(__self__, "pg", pg)
|
|
@@ -17085,7 +17085,7 @@ class PgPgUserConfigPublicAccess(dict):
|
|
|
17085
17085
|
@pulumi.getter
|
|
17086
17086
|
def pg(self) -> Optional[bool]:
|
|
17087
17087
|
"""
|
|
17088
|
-
|
|
17088
|
+
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.
|
|
17089
17089
|
"""
|
|
17090
17090
|
return pulumi.get(self, "pg")
|
|
17091
17091
|
|
|
@@ -17093,7 +17093,7 @@ class PgPgUserConfigPublicAccess(dict):
|
|
|
17093
17093
|
@pulumi.getter
|
|
17094
17094
|
def pgbouncer(self) -> Optional[bool]:
|
|
17095
17095
|
"""
|
|
17096
|
-
|
|
17096
|
+
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.
|
|
17097
17097
|
"""
|
|
17098
17098
|
return pulumi.get(self, "pgbouncer")
|
|
17099
17099
|
|
|
@@ -17101,7 +17101,7 @@ class PgPgUserConfigPublicAccess(dict):
|
|
|
17101
17101
|
@pulumi.getter
|
|
17102
17102
|
def prometheus(self) -> Optional[bool]:
|
|
17103
17103
|
"""
|
|
17104
|
-
Allow clients to connect to prometheus
|
|
17104
|
+
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.
|
|
17105
17105
|
"""
|
|
17106
17106
|
return pulumi.get(self, "prometheus")
|
|
17107
17107
|
|
|
@@ -18180,7 +18180,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTable(dict):
|
|
|
18180
18180
|
:param Sequence['ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs'] columns: Table columns
|
|
18181
18181
|
:param str data_format: Message data format. The default value is `JSONEachRow`.
|
|
18182
18182
|
:param str group_name: Kafka consumers group. The default value is `clickhouse`.
|
|
18183
|
-
:param str name:
|
|
18183
|
+
:param str name: Name of the table.
|
|
18184
18184
|
:param Sequence['ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs'] topics: Kafka topics
|
|
18185
18185
|
:param 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`.
|
|
18186
18186
|
:param str date_time_input_format: Method to read DateTime from text input formats. The default value is `basic`.
|
|
@@ -18241,7 +18241,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTable(dict):
|
|
|
18241
18241
|
@pulumi.getter
|
|
18242
18242
|
def name(self) -> str:
|
|
18243
18243
|
"""
|
|
18244
|
-
|
|
18244
|
+
Name of the table.
|
|
18245
18245
|
"""
|
|
18246
18246
|
return pulumi.get(self, "name")
|
|
18247
18247
|
|
|
@@ -18352,7 +18352,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableTopic(dict):
|
|
|
18352
18352
|
def __init__(__self__, *,
|
|
18353
18353
|
name: str):
|
|
18354
18354
|
"""
|
|
18355
|
-
:param str name:
|
|
18355
|
+
:param str name: Name of the topic.
|
|
18356
18356
|
"""
|
|
18357
18357
|
pulumi.set(__self__, "name", name)
|
|
18358
18358
|
|
|
@@ -18360,7 +18360,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableTopic(dict):
|
|
|
18360
18360
|
@pulumi.getter
|
|
18361
18361
|
def name(self) -> str:
|
|
18362
18362
|
"""
|
|
18363
|
-
|
|
18363
|
+
Name of the topic.
|
|
18364
18364
|
"""
|
|
18365
18365
|
return pulumi.get(self, "name")
|
|
18366
18366
|
|