pulumi-aiven 6.13.0a1711361534__py3-none-any.whl → 6.14.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-aiven might be problematic. Click here for more details.

Files changed (132) hide show
  1. pulumi_aiven/_inputs.py +200 -262
  2. pulumi_aiven/account.py +2 -6
  3. pulumi_aiven/account_authentication.py +2 -2
  4. pulumi_aiven/account_team.py +6 -6
  5. pulumi_aiven/account_team_member.py +6 -10
  6. pulumi_aiven/account_team_project.py +12 -12
  7. pulumi_aiven/aws_privatelink.py +18 -22
  8. pulumi_aiven/aws_vpc_peering_connection.py +8 -12
  9. pulumi_aiven/azure_privatelink.py +18 -22
  10. pulumi_aiven/azure_privatelink_connection_approval.py +112 -14
  11. pulumi_aiven/azure_vpc_peering_connection.py +6 -10
  12. pulumi_aiven/billing_group.py +18 -18
  13. pulumi_aiven/cassandra.py +25 -57
  14. pulumi_aiven/cassandra_user.py +18 -22
  15. pulumi_aiven/clickhouse.py +25 -57
  16. pulumi_aiven/clickhouse_database.py +24 -26
  17. pulumi_aiven/clickhouse_grant.py +35 -37
  18. pulumi_aiven/clickhouse_role.py +16 -20
  19. pulumi_aiven/clickhouse_user.py +18 -22
  20. pulumi_aiven/connection_pool.py +24 -28
  21. pulumi_aiven/dragonfly.py +124 -263
  22. pulumi_aiven/flink.py +32 -36
  23. pulumi_aiven/flink_application.py +22 -24
  24. pulumi_aiven/flink_application_deployment.py +21 -21
  25. pulumi_aiven/flink_application_version.py +96 -14
  26. pulumi_aiven/gcp_privatelink.py +21 -21
  27. pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
  28. pulumi_aiven/gcp_vpc_peering_connection.py +4 -8
  29. pulumi_aiven/get_account.py +0 -4
  30. pulumi_aiven/get_aws_privatelink.py +10 -14
  31. pulumi_aiven/get_aws_vpc_peering_connection.py +6 -10
  32. pulumi_aiven/get_azure_privatelink.py +10 -14
  33. pulumi_aiven/get_azure_vpc_peering_connection.py +2 -6
  34. pulumi_aiven/get_billing_group.py +2 -2
  35. pulumi_aiven/get_cassanda.py +7 -24
  36. pulumi_aiven/get_cassandra.py +7 -24
  37. pulumi_aiven/get_cassandra_user.py +10 -14
  38. pulumi_aiven/get_clickhouse.py +7 -24
  39. pulumi_aiven/get_clickhouse_database.py +10 -14
  40. pulumi_aiven/get_clickhouse_user.py +10 -14
  41. pulumi_aiven/get_connection_pool.py +10 -14
  42. pulumi_aiven/get_dragonfly.py +27 -20
  43. pulumi_aiven/get_flink.py +6 -10
  44. pulumi_aiven/get_flink_application.py +8 -12
  45. pulumi_aiven/get_flink_application_version.py +8 -12
  46. pulumi_aiven/get_gcp_vpc_peering_connection.py +2 -6
  47. pulumi_aiven/get_grafana.py +7 -24
  48. pulumi_aiven/get_kafka.py +13 -17
  49. pulumi_aiven/get_kafka_acl.py +10 -14
  50. pulumi_aiven/get_kafka_connect.py +7 -24
  51. pulumi_aiven/get_kafka_connector.py +10 -14
  52. pulumi_aiven/get_kafka_mirror_maker.py +7 -24
  53. pulumi_aiven/get_kafka_schema.py +10 -14
  54. pulumi_aiven/get_kafka_schema_configuration.py +10 -14
  55. pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
  56. pulumi_aiven/get_kafka_topic.py +16 -20
  57. pulumi_aiven/get_kafka_user.py +10 -14
  58. pulumi_aiven/get_m3_aggregator.py +7 -24
  59. pulumi_aiven/get_m3_db.py +7 -24
  60. pulumi_aiven/get_m3db_user.py +10 -14
  61. pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
  62. pulumi_aiven/get_my_sql.py +7 -24
  63. pulumi_aiven/get_mysql_database.py +10 -14
  64. pulumi_aiven/get_mysql_user.py +10 -14
  65. pulumi_aiven/get_open_search.py +6 -10
  66. pulumi_aiven/get_open_search_acl_config.py +10 -14
  67. pulumi_aiven/get_open_search_acl_rule.py +10 -14
  68. pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
  69. pulumi_aiven/get_opensearch_user.py +10 -14
  70. pulumi_aiven/get_organization.py +0 -4
  71. pulumi_aiven/get_organization_user_group.py +2 -6
  72. pulumi_aiven/get_pg.py +6 -10
  73. pulumi_aiven/get_pg_database.py +10 -14
  74. pulumi_aiven/get_pg_user.py +10 -14
  75. pulumi_aiven/get_project.py +17 -21
  76. pulumi_aiven/get_project_user.py +9 -13
  77. pulumi_aiven/get_project_vpc.py +2 -6
  78. pulumi_aiven/get_redis.py +7 -24
  79. pulumi_aiven/get_redis_user.py +10 -14
  80. pulumi_aiven/get_service_component.py +4 -8
  81. pulumi_aiven/get_service_integration.py +19 -33
  82. pulumi_aiven/get_service_integration_endpoint.py +2 -6
  83. pulumi_aiven/get_transit_gateway_vpc_attachment.py +2 -6
  84. pulumi_aiven/grafana.py +82 -267
  85. pulumi_aiven/influx_db.py +21 -21
  86. pulumi_aiven/influxdb_database.py +21 -21
  87. pulumi_aiven/influxdb_user.py +21 -21
  88. pulumi_aiven/kafka.py +50 -54
  89. pulumi_aiven/kafka_acl.py +20 -24
  90. pulumi_aiven/kafka_connect.py +80 -267
  91. pulumi_aiven/kafka_connector.py +26 -30
  92. pulumi_aiven/kafka_mirror_maker.py +80 -267
  93. pulumi_aiven/kafka_schema.py +18 -22
  94. pulumi_aiven/kafka_schema_configuration.py +20 -24
  95. pulumi_aiven/kafka_schema_registry_acl.py +54 -14
  96. pulumi_aiven/kafka_topic.py +84 -46
  97. pulumi_aiven/kafka_user.py +18 -22
  98. pulumi_aiven/m3_aggregator.py +80 -267
  99. pulumi_aiven/m3_db.py +80 -267
  100. pulumi_aiven/m3db_user.py +16 -20
  101. pulumi_aiven/mirror_maker_replication_flow.py +22 -26
  102. pulumi_aiven/my_sql.py +80 -267
  103. pulumi_aiven/mysql_database.py +20 -24
  104. pulumi_aiven/mysql_user.py +18 -22
  105. pulumi_aiven/open_search.py +27 -31
  106. pulumi_aiven/open_search_acl_config.py +28 -36
  107. pulumi_aiven/open_search_acl_rule.py +36 -40
  108. pulumi_aiven/opensearch_security_plugin_config.py +28 -32
  109. pulumi_aiven/opensearch_user.py +18 -22
  110. pulumi_aiven/organization.py +2 -6
  111. pulumi_aiven/organization_group_project.py +46 -0
  112. pulumi_aiven/organization_user.py +2 -20
  113. pulumi_aiven/organization_user_group.py +4 -6
  114. pulumi_aiven/organization_user_group_member.py +8 -10
  115. pulumi_aiven/organizational_unit.py +6 -6
  116. pulumi_aiven/outputs.py +271 -390
  117. pulumi_aiven/pg.py +30 -30
  118. pulumi_aiven/pg_database.py +20 -24
  119. pulumi_aiven/pg_user.py +18 -22
  120. pulumi_aiven/project.py +75 -79
  121. pulumi_aiven/project_user.py +24 -28
  122. pulumi_aiven/project_vpc.py +31 -7
  123. pulumi_aiven/redis.py +80 -267
  124. pulumi_aiven/redis_user.py +18 -22
  125. pulumi_aiven/service_integration.py +54 -58
  126. pulumi_aiven/static_ip.py +7 -7
  127. pulumi_aiven/transit_gateway_vpc_attachment.py +4 -8
  128. {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
  129. pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
  130. pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +0 -150
  131. {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
  132. {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/_inputs.py CHANGED
@@ -11,7 +11,6 @@ from . import _utilities
11
11
 
12
12
  __all__ = [
13
13
  'AccountAuthenticationSamlFieldMappingArgs',
14
- 'CassandraCassandraArgs',
15
14
  'CassandraCassandraUserConfigArgs',
16
15
  'CassandraCassandraUserConfigCassandraArgs',
17
16
  'CassandraCassandraUserConfigIpFilterObjectArgs',
@@ -21,7 +20,6 @@ __all__ = [
21
20
  'CassandraServiceIntegrationArgs',
22
21
  'CassandraTagArgs',
23
22
  'CassandraTechEmailArgs',
24
- 'ClickhouseClickhouseArgs',
25
23
  'ClickhouseClickhouseUserConfigArgs',
26
24
  'ClickhouseClickhouseUserConfigIpFilterObjectArgs',
27
25
  'ClickhouseClickhouseUserConfigPrivateAccessArgs',
@@ -34,7 +32,6 @@ __all__ = [
34
32
  'ClickhouseTagArgs',
35
33
  'ClickhouseTechEmailArgs',
36
34
  'DragonflyComponentArgs',
37
- 'DragonflyDragonflyArgs',
38
35
  'DragonflyDragonflyUserConfigArgs',
39
36
  'DragonflyDragonflyUserConfigIpFilterObjectArgs',
40
37
  'DragonflyDragonflyUserConfigMigrationArgs',
@@ -55,7 +52,6 @@ __all__ = [
55
52
  'FlinkTagArgs',
56
53
  'FlinkTechEmailArgs',
57
54
  'GrafanaComponentArgs',
58
- 'GrafanaGrafanaArgs',
59
55
  'GrafanaGrafanaUserConfigArgs',
60
56
  'GrafanaGrafanaUserConfigAuthAzureadArgs',
61
57
  'GrafanaGrafanaUserConfigAuthGenericOauthArgs',
@@ -85,7 +81,6 @@ __all__ = [
85
81
  'InfluxDbTechEmailArgs',
86
82
  'KafkaComponentArgs',
87
83
  'KafkaConnectComponentArgs',
88
- 'KafkaConnectKafkaConnectArgs',
89
84
  'KafkaConnectKafkaConnectUserConfigArgs',
90
85
  'KafkaConnectKafkaConnectUserConfigIpFilterObjectArgs',
91
86
  'KafkaConnectKafkaConnectUserConfigKafkaConnectArgs',
@@ -110,7 +105,6 @@ __all__ = [
110
105
  'KafkaKafkaUserConfigTieredStorageArgs',
111
106
  'KafkaKafkaUserConfigTieredStorageLocalCacheArgs',
112
107
  'KafkaMirrorMakerComponentArgs',
113
- 'KafkaMirrorMakerKafkaMirrormakerArgs',
114
108
  'KafkaMirrorMakerKafkaMirrormakerUserConfigArgs',
115
109
  'KafkaMirrorMakerKafkaMirrormakerUserConfigIpFilterObjectArgs',
116
110
  'KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormakerArgs',
@@ -123,14 +117,12 @@ __all__ = [
123
117
  'KafkaTopicConfigArgs',
124
118
  'KafkaTopicTagArgs',
125
119
  'M3AggregatorComponentArgs',
126
- 'M3AggregatorM3aggregatorArgs',
127
120
  'M3AggregatorM3aggregatorUserConfigArgs',
128
121
  'M3AggregatorM3aggregatorUserConfigIpFilterObjectArgs',
129
122
  'M3AggregatorServiceIntegrationArgs',
130
123
  'M3AggregatorTagArgs',
131
124
  'M3AggregatorTechEmailArgs',
132
125
  'M3DbComponentArgs',
133
- 'M3DbM3dbArgs',
134
126
  'M3DbM3dbUserConfigArgs',
135
127
  'M3DbM3dbUserConfigIpFilterObjectArgs',
136
128
  'M3DbM3dbUserConfigLimitsArgs',
@@ -149,7 +141,6 @@ __all__ = [
149
141
  'M3DbTagArgs',
150
142
  'M3DbTechEmailArgs',
151
143
  'MySqlComponentArgs',
152
- 'MySqlMysqlArgs',
153
144
  'MySqlMysqlUserConfigArgs',
154
145
  'MySqlMysqlUserConfigIpFilterObjectArgs',
155
146
  'MySqlMysqlUserConfigMigrationArgs',
@@ -201,7 +192,6 @@ __all__ = [
201
192
  'PgTechEmailArgs',
202
193
  'ProjectTagArgs',
203
194
  'RedisComponentArgs',
204
- 'RedisRediArgs',
205
195
  'RedisRedisUserConfigArgs',
206
196
  'RedisRedisUserConfigIpFilterObjectArgs',
207
197
  'RedisRedisUserConfigMigrationArgs',
@@ -342,12 +332,6 @@ class AccountAuthenticationSamlFieldMappingArgs:
342
332
  pulumi.set(self, "real_name", value)
343
333
 
344
334
 
345
- @pulumi.input_type
346
- class CassandraCassandraArgs:
347
- def __init__(__self__):
348
- pass
349
-
350
-
351
335
  @pulumi.input_type
352
336
  class CassandraCassandraUserConfigArgs:
353
337
  def __init__(__self__, *,
@@ -371,7 +355,7 @@ class CassandraCassandraUserConfigArgs:
371
355
  :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
372
356
  :param pulumi.Input[int] backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
373
357
  :param pulumi.Input[int] backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
374
- :param pulumi.Input['CassandraCassandraUserConfigCassandraArgs'] cassandra: cassandra configuration values
358
+ :param pulumi.Input['CassandraCassandraUserConfigCassandraArgs'] cassandra: Cassandra configuration values
375
359
  :param pulumi.Input[str] cassandra_version: Cassandra version.
376
360
  :param pulumi.Input[Sequence[pulumi.Input['CassandraCassandraUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
377
361
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
@@ -467,7 +451,7 @@ class CassandraCassandraUserConfigArgs:
467
451
  @pulumi.getter
468
452
  def cassandra(self) -> Optional[pulumi.Input['CassandraCassandraUserConfigCassandraArgs']]:
469
453
  """
470
- cassandra configuration values
454
+ Cassandra configuration values
471
455
  """
472
456
  return pulumi.get(self, "cassandra")
473
457
 
@@ -744,7 +728,7 @@ class CassandraCassandraUserConfigPublicAccessArgs:
744
728
  def __init__(__self__, *,
745
729
  prometheus: Optional[pulumi.Input[bool]] = None):
746
730
  """
747
- :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.
731
+ :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
732
  """
749
733
  if prometheus is not None:
750
734
  pulumi.set(__self__, "prometheus", prometheus)
@@ -753,7 +737,7 @@ class CassandraCassandraUserConfigPublicAccessArgs:
753
737
  @pulumi.getter
754
738
  def prometheus(self) -> Optional[pulumi.Input[bool]]:
755
739
  """
756
- 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.
740
+ 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
741
  """
758
742
  return pulumi.get(self, "prometheus")
759
743
 
@@ -993,12 +977,6 @@ class CassandraTechEmailArgs:
993
977
  pulumi.set(self, "email", value)
994
978
 
995
979
 
996
- @pulumi.input_type
997
- class ClickhouseClickhouseArgs:
998
- def __init__(__self__):
999
- pass
1000
-
1001
-
1002
980
  @pulumi.input_type
1003
981
  class ClickhouseClickhouseUserConfigArgs:
1004
982
  def __init__(__self__, *,
@@ -1311,10 +1289,10 @@ class ClickhouseClickhouseUserConfigPrivatelinkAccessArgs:
1311
1289
  clickhouse_mysql: Optional[pulumi.Input[bool]] = None,
1312
1290
  prometheus: Optional[pulumi.Input[bool]] = None):
1313
1291
  """
1314
- :param pulumi.Input[bool] clickhouse: Allow clients to connect to clickhouse with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
1315
- :param pulumi.Input[bool] clickhouse_https: Allow clients to connect to clickhouse_https with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
1316
- :param pulumi.Input[bool] clickhouse_mysql: Allow clients to connect to clickhouse_mysql with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
1317
- :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.
1292
+ :param pulumi.Input[bool] clickhouse: Enable clickhouse.
1293
+ :param pulumi.Input[bool] clickhouse_https: Enable clickhouse_https.
1294
+ :param pulumi.Input[bool] clickhouse_mysql: Enable clickhouse_mysql.
1295
+ :param pulumi.Input[bool] prometheus: Enable prometheus.
1318
1296
  """
1319
1297
  if clickhouse is not None:
1320
1298
  pulumi.set(__self__, "clickhouse", clickhouse)
@@ -1329,7 +1307,7 @@ class ClickhouseClickhouseUserConfigPrivatelinkAccessArgs:
1329
1307
  @pulumi.getter
1330
1308
  def clickhouse(self) -> Optional[pulumi.Input[bool]]:
1331
1309
  """
1332
- Allow clients to connect to clickhouse with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
1310
+ Enable clickhouse.
1333
1311
  """
1334
1312
  return pulumi.get(self, "clickhouse")
1335
1313
 
@@ -1341,7 +1319,7 @@ class ClickhouseClickhouseUserConfigPrivatelinkAccessArgs:
1341
1319
  @pulumi.getter(name="clickhouseHttps")
1342
1320
  def clickhouse_https(self) -> Optional[pulumi.Input[bool]]:
1343
1321
  """
1344
- Allow clients to connect to clickhouse_https with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
1322
+ Enable clickhouse_https.
1345
1323
  """
1346
1324
  return pulumi.get(self, "clickhouse_https")
1347
1325
 
@@ -1353,7 +1331,7 @@ class ClickhouseClickhouseUserConfigPrivatelinkAccessArgs:
1353
1331
  @pulumi.getter(name="clickhouseMysql")
1354
1332
  def clickhouse_mysql(self) -> Optional[pulumi.Input[bool]]:
1355
1333
  """
1356
- Allow clients to connect to clickhouse_mysql with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
1334
+ Enable clickhouse_mysql.
1357
1335
  """
1358
1336
  return pulumi.get(self, "clickhouse_mysql")
1359
1337
 
@@ -1365,7 +1343,7 @@ class ClickhouseClickhouseUserConfigPrivatelinkAccessArgs:
1365
1343
  @pulumi.getter
1366
1344
  def prometheus(self) -> Optional[pulumi.Input[bool]]:
1367
1345
  """
1368
- 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.
1346
+ Enable prometheus.
1369
1347
  """
1370
1348
  return pulumi.get(self, "prometheus")
1371
1349
 
@@ -1382,10 +1360,10 @@ class ClickhouseClickhouseUserConfigPublicAccessArgs:
1382
1360
  clickhouse_mysql: Optional[pulumi.Input[bool]] = None,
1383
1361
  prometheus: Optional[pulumi.Input[bool]] = None):
1384
1362
  """
1385
- :param pulumi.Input[bool] clickhouse: Allow clients to connect to clickhouse with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
1386
- :param pulumi.Input[bool] clickhouse_https: Allow clients to connect to clickhouse_https with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
1387
- :param pulumi.Input[bool] clickhouse_mysql: Allow clients to connect to clickhouse_mysql with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
1388
- :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.
1363
+ :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.
1364
+ :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.
1365
+ :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.
1366
+ :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
1367
  """
1390
1368
  if clickhouse is not None:
1391
1369
  pulumi.set(__self__, "clickhouse", clickhouse)
@@ -1400,7 +1378,7 @@ class ClickhouseClickhouseUserConfigPublicAccessArgs:
1400
1378
  @pulumi.getter
1401
1379
  def clickhouse(self) -> Optional[pulumi.Input[bool]]:
1402
1380
  """
1403
- Allow clients to connect to clickhouse with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
1381
+ 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
1382
  """
1405
1383
  return pulumi.get(self, "clickhouse")
1406
1384
 
@@ -1412,7 +1390,7 @@ class ClickhouseClickhouseUserConfigPublicAccessArgs:
1412
1390
  @pulumi.getter(name="clickhouseHttps")
1413
1391
  def clickhouse_https(self) -> Optional[pulumi.Input[bool]]:
1414
1392
  """
1415
- Allow clients to connect to clickhouse_https with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
1393
+ 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
1394
  """
1417
1395
  return pulumi.get(self, "clickhouse_https")
1418
1396
 
@@ -1424,7 +1402,7 @@ class ClickhouseClickhouseUserConfigPublicAccessArgs:
1424
1402
  @pulumi.getter(name="clickhouseMysql")
1425
1403
  def clickhouse_mysql(self) -> Optional[pulumi.Input[bool]]:
1426
1404
  """
1427
- Allow clients to connect to clickhouse_mysql with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
1405
+ 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
1406
  """
1429
1407
  return pulumi.get(self, "clickhouse_mysql")
1430
1408
 
@@ -1436,7 +1414,7 @@ class ClickhouseClickhouseUserConfigPublicAccessArgs:
1436
1414
  @pulumi.getter
1437
1415
  def prometheus(self) -> Optional[pulumi.Input[bool]]:
1438
1416
  """
1439
- 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.
1417
+ 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
1418
  """
1441
1419
  return pulumi.get(self, "prometheus")
1442
1420
 
@@ -1920,16 +1898,11 @@ class DragonflyComponentArgs:
1920
1898
  pulumi.set(self, "usage", value)
1921
1899
 
1922
1900
 
1923
- @pulumi.input_type
1924
- class DragonflyDragonflyArgs:
1925
- def __init__(__self__):
1926
- pass
1927
-
1928
-
1929
1901
  @pulumi.input_type
1930
1902
  class DragonflyDragonflyUserConfigArgs:
1931
1903
  def __init__(__self__, *,
1932
1904
  cache_mode: Optional[pulumi.Input[bool]] = None,
1905
+ dragonfly_persistence: Optional[pulumi.Input[str]] = None,
1933
1906
  dragonfly_ssl: Optional[pulumi.Input[bool]] = None,
1934
1907
  ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['DragonflyDragonflyUserConfigIpFilterObjectArgs']]]] = None,
1935
1908
  ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -1945,6 +1918,7 @@ class DragonflyDragonflyUserConfigArgs:
1945
1918
  static_ips: Optional[pulumi.Input[bool]] = None):
1946
1919
  """
1947
1920
  :param pulumi.Input[bool] cache_mode: Evict entries when getting close to maxmemory limit. The default value is `false`.
1921
+ :param pulumi.Input[str] dragonfly_persistence: When persistence is 'rdb', Dragonfly does RDB dumps each 10 minutes. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
1948
1922
  :param pulumi.Input[bool] dragonfly_ssl: Require SSL to access Dragonfly. The default value is `true`.
1949
1923
  :param pulumi.Input[Sequence[pulumi.Input['DragonflyDragonflyUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
1950
1924
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
@@ -1961,6 +1935,8 @@ class DragonflyDragonflyUserConfigArgs:
1961
1935
  """
1962
1936
  if cache_mode is not None:
1963
1937
  pulumi.set(__self__, "cache_mode", cache_mode)
1938
+ if dragonfly_persistence is not None:
1939
+ pulumi.set(__self__, "dragonfly_persistence", dragonfly_persistence)
1964
1940
  if dragonfly_ssl is not None:
1965
1941
  pulumi.set(__self__, "dragonfly_ssl", dragonfly_ssl)
1966
1942
  if ip_filter_objects is not None:
@@ -2003,6 +1979,18 @@ class DragonflyDragonflyUserConfigArgs:
2003
1979
  def cache_mode(self, value: Optional[pulumi.Input[bool]]):
2004
1980
  pulumi.set(self, "cache_mode", value)
2005
1981
 
1982
+ @property
1983
+ @pulumi.getter(name="dragonflyPersistence")
1984
+ def dragonfly_persistence(self) -> Optional[pulumi.Input[str]]:
1985
+ """
1986
+ When persistence is 'rdb', Dragonfly does RDB dumps each 10 minutes. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
1987
+ """
1988
+ return pulumi.get(self, "dragonfly_persistence")
1989
+
1990
+ @dragonfly_persistence.setter
1991
+ def dragonfly_persistence(self, value: Optional[pulumi.Input[str]]):
1992
+ pulumi.set(self, "dragonfly_persistence", value)
1993
+
2006
1994
  @property
2007
1995
  @pulumi.getter(name="dragonflySsl")
2008
1996
  def dragonfly_ssl(self) -> Optional[pulumi.Input[bool]]:
@@ -3252,12 +3240,6 @@ class GrafanaComponentArgs:
3252
3240
  pulumi.set(self, "usage", value)
3253
3241
 
3254
3242
 
3255
- @pulumi.input_type
3256
- class GrafanaGrafanaArgs:
3257
- def __init__(__self__):
3258
- pass
3259
-
3260
-
3261
3243
  @pulumi.input_type
3262
3244
  class GrafanaGrafanaUserConfigArgs:
3263
3245
  def __init__(__self__, *,
@@ -3305,7 +3287,7 @@ class GrafanaGrafanaUserConfigArgs:
3305
3287
  viewers_can_edit: Optional[pulumi.Input[bool]] = None):
3306
3288
  """
3307
3289
  :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
3308
- :param pulumi.Input[bool] alerting_enabled: Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified_alerting_enabled.
3290
+ :param pulumi.Input[bool] alerting_enabled: Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
3309
3291
  :param pulumi.Input[str] alerting_error_or_timeout: Default error or timeout setting for new alerting rules.
3310
3292
  :param pulumi.Input[int] alerting_max_annotations_to_keep: Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
3311
3293
  :param pulumi.Input[str] alerting_nodata_or_nullvalues: Default value for 'no data or null values' for new alerting rules.
@@ -3342,14 +3324,11 @@ class GrafanaGrafanaUserConfigArgs:
3342
3324
  :param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
3343
3325
  :param pulumi.Input['GrafanaGrafanaUserConfigSmtpServerArgs'] smtp_server: SMTP server settings
3344
3326
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
3345
- :param pulumi.Input[bool] unified_alerting_enabled: Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified_alerting_enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/ for more details.
3327
+ :param pulumi.Input[bool] unified_alerting_enabled: Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified*alerting*enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/ for more details.
3346
3328
  :param pulumi.Input[bool] user_auto_assign_org: Auto-assign new users on signup to main organization. Defaults to false.
3347
3329
  :param pulumi.Input[str] user_auto_assign_org_role: Set role for new signups. Defaults to Viewer.
3348
3330
  :param pulumi.Input[bool] viewers_can_edit: Users with view-only permission can edit but not save dashboards.
3349
3331
  """
3350
- if additional_backup_regions is not None:
3351
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
3352
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
3353
3332
  if additional_backup_regions is not None:
3354
3333
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
3355
3334
  if alerting_enabled is not None:
@@ -3444,9 +3423,6 @@ class GrafanaGrafanaUserConfigArgs:
3444
3423
  """
3445
3424
  Additional Cloud Regions for Backup Replication.
3446
3425
  """
3447
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
3448
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
3449
-
3450
3426
  return pulumi.get(self, "additional_backup_regions")
3451
3427
 
3452
3428
  @additional_backup_regions.setter
@@ -3457,7 +3433,7 @@ class GrafanaGrafanaUserConfigArgs:
3457
3433
  @pulumi.getter(name="alertingEnabled")
3458
3434
  def alerting_enabled(self) -> Optional[pulumi.Input[bool]]:
3459
3435
  """
3460
- Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified_alerting_enabled.
3436
+ Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
3461
3437
  """
3462
3438
  return pulumi.get(self, "alerting_enabled")
3463
3439
 
@@ -3904,7 +3880,7 @@ class GrafanaGrafanaUserConfigArgs:
3904
3880
  @pulumi.getter(name="unifiedAlertingEnabled")
3905
3881
  def unified_alerting_enabled(self) -> Optional[pulumi.Input[bool]]:
3906
3882
  """
3907
- Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified_alerting_enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/ for more details.
3883
+ Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified*alerting*enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/ for more details.
3908
3884
  """
3909
3885
  return pulumi.get(self, "unified_alerting_enabled")
3910
3886
 
@@ -6073,12 +6049,6 @@ class KafkaConnectComponentArgs:
6073
6049
  pulumi.set(self, "usage", value)
6074
6050
 
6075
6051
 
6076
- @pulumi.input_type
6077
- class KafkaConnectKafkaConnectArgs:
6078
- def __init__(__self__):
6079
- pass
6080
-
6081
-
6082
6052
  @pulumi.input_type
6083
6053
  class KafkaConnectKafkaConnectUserConfigArgs:
6084
6054
  def __init__(__self__, *,
@@ -6319,8 +6289,8 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
6319
6289
  :param pulumi.Input[str] connector_client_config_override_policy: Defines what client configurations can be overridden by the connector. Default is None.
6320
6290
  :param pulumi.Input[str] consumer_auto_offset_reset: What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
6321
6291
  :param pulumi.Input[int] consumer_fetch_max_bytes: Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
6322
- :param pulumi.Input[str] consumer_isolation_level: Transaction read isolation level. read_uncommitted is the default, but read_committed can be used if consume-exactly-once behavior is desired.
6323
- :param pulumi.Input[int] consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress. .
6292
+ :param pulumi.Input[str] consumer_isolation_level: Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
6293
+ :param pulumi.Input[int] consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
6324
6294
  :param pulumi.Input[int] consumer_max_poll_interval_ms: The maximum delay in milliseconds between invocations of poll() when using consumer group management (defaults to 300000).
6325
6295
  :param pulumi.Input[int] consumer_max_poll_records: The maximum number of records returned in a single call to poll() (defaults to 500).
6326
6296
  :param pulumi.Input[int] offset_flush_interval_ms: The interval at which to try committing offsets for tasks (defaults to 60000).
@@ -6406,7 +6376,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
6406
6376
  @pulumi.getter(name="consumerIsolationLevel")
6407
6377
  def consumer_isolation_level(self) -> Optional[pulumi.Input[str]]:
6408
6378
  """
6409
- Transaction read isolation level. read_uncommitted is the default, but read_committed can be used if consume-exactly-once behavior is desired.
6379
+ Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
6410
6380
  """
6411
6381
  return pulumi.get(self, "consumer_isolation_level")
6412
6382
 
@@ -6418,7 +6388,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
6418
6388
  @pulumi.getter(name="consumerMaxPartitionFetchBytes")
6419
6389
  def consumer_max_partition_fetch_bytes(self) -> Optional[pulumi.Input[int]]:
6420
6390
  """
6421
- Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress. .
6391
+ Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
6422
6392
  """
6423
6393
  return pulumi.get(self, "consumer_max_partition_fetch_bytes")
6424
6394
 
@@ -6836,11 +6806,11 @@ class KafkaKafkaArgs:
6836
6806
  rest_uri: Optional[pulumi.Input[str]] = None,
6837
6807
  schema_registry_uri: Optional[pulumi.Input[str]] = None):
6838
6808
  """
6839
- :param pulumi.Input[str] access_cert: The Kafka client certificate
6840
- :param pulumi.Input[str] access_key: The Kafka client certificate key
6841
- :param pulumi.Input[str] connect_uri: The Kafka Connect URI, if any
6842
- :param pulumi.Input[str] rest_uri: The Kafka REST URI, if any
6843
- :param pulumi.Input[str] schema_registry_uri: The Schema Registry URI, if any
6809
+ :param pulumi.Input[str] access_cert: The Kafka client certificate.
6810
+ :param pulumi.Input[str] access_key: The Kafka client certificate key.
6811
+ :param pulumi.Input[str] connect_uri: The Kafka Connect URI.
6812
+ :param pulumi.Input[str] rest_uri: The Kafka REST URI.
6813
+ :param pulumi.Input[str] schema_registry_uri: The Schema Registry URI.
6844
6814
  """
6845
6815
  if access_cert is not None:
6846
6816
  pulumi.set(__self__, "access_cert", access_cert)
@@ -6857,7 +6827,7 @@ class KafkaKafkaArgs:
6857
6827
  @pulumi.getter(name="accessCert")
6858
6828
  def access_cert(self) -> Optional[pulumi.Input[str]]:
6859
6829
  """
6860
- The Kafka client certificate
6830
+ The Kafka client certificate.
6861
6831
  """
6862
6832
  return pulumi.get(self, "access_cert")
6863
6833
 
@@ -6869,7 +6839,7 @@ class KafkaKafkaArgs:
6869
6839
  @pulumi.getter(name="accessKey")
6870
6840
  def access_key(self) -> Optional[pulumi.Input[str]]:
6871
6841
  """
6872
- The Kafka client certificate key
6842
+ The Kafka client certificate key.
6873
6843
  """
6874
6844
  return pulumi.get(self, "access_key")
6875
6845
 
@@ -6881,7 +6851,7 @@ class KafkaKafkaArgs:
6881
6851
  @pulumi.getter(name="connectUri")
6882
6852
  def connect_uri(self) -> Optional[pulumi.Input[str]]:
6883
6853
  """
6884
- The Kafka Connect URI, if any
6854
+ The Kafka Connect URI.
6885
6855
  """
6886
6856
  return pulumi.get(self, "connect_uri")
6887
6857
 
@@ -6893,7 +6863,7 @@ class KafkaKafkaArgs:
6893
6863
  @pulumi.getter(name="restUri")
6894
6864
  def rest_uri(self) -> Optional[pulumi.Input[str]]:
6895
6865
  """
6896
- The Kafka REST URI, if any
6866
+ The Kafka REST URI.
6897
6867
  """
6898
6868
  return pulumi.get(self, "rest_uri")
6899
6869
 
@@ -6905,7 +6875,7 @@ class KafkaKafkaArgs:
6905
6875
  @pulumi.getter(name="schemaRegistryUri")
6906
6876
  def schema_registry_uri(self) -> Optional[pulumi.Input[str]]:
6907
6877
  """
6908
- The Schema Registry URI, if any
6878
+ The Schema Registry URI.
6909
6879
  """
6910
6880
  return pulumi.get(self, "schema_registry_uri")
6911
6881
 
@@ -7391,7 +7361,7 @@ class KafkaKafkaUserConfigKafkaArgs:
7391
7361
  :param pulumi.Input[int] log_index_size_max_bytes: The maximum size in bytes of the offset index.
7392
7362
  :param pulumi.Input[int] log_local_retention_bytes: The maximum size of local log segments that can grow for a partition before it gets eligible for deletion. If set to -2, the value of log.retention.bytes is used. The effective value should always be less than or equal to log.retention.bytes value.
7393
7363
  :param pulumi.Input[int] log_local_retention_ms: The number of milliseconds to keep the local log segments before it gets eligible for deletion. If set to -2, the value of log.retention.ms is used. The effective value should always be less than or equal to log.retention.ms value.
7394
- :param pulumi.Input[bool] log_message_downconversion_enable: This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests. .
7364
+ :param pulumi.Input[bool] log_message_downconversion_enable: This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests.
7395
7365
  :param pulumi.Input[int] log_message_timestamp_difference_max_ms: The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message.
7396
7366
  :param pulumi.Input[str] log_message_timestamp_type: Define whether the timestamp in the message is message create time or log append time.
7397
7367
  :param pulumi.Input[bool] log_preallocate: Should pre allocate file when create new segment?
@@ -7413,7 +7383,7 @@ class KafkaKafkaUserConfigKafkaArgs:
7413
7383
  :param pulumi.Input[int] replica_fetch_response_max_bytes: Maximum bytes expected for the entire fetch response (defaults to 10485760). Records are fetched in batches, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that progress can be made. As such, this is not an absolute maximum.
7414
7384
  :param pulumi.Input[str] sasl_oauthbearer_expected_audience: The (optional) comma-delimited setting for the broker to use to verify that the JWT was issued for one of the expected audiences.
7415
7385
  :param pulumi.Input[str] sasl_oauthbearer_expected_issuer: Optional setting for the broker to use to verify that the JWT was created by the expected issuer.
7416
- :param pulumi.Input[str] sasl_oauthbearer_jwks_endpoint_url: OIDC JWKS endpoint URL. By setting this the SASL SSL OAuth2/OIDC authentication is enabled. See also other options for SASL OAuth2/OIDC. .
7386
+ :param pulumi.Input[str] sasl_oauthbearer_jwks_endpoint_url: OIDC JWKS endpoint URL. By setting this the SASL SSL OAuth2/OIDC authentication is enabled. See also other options for SASL OAuth2/OIDC.
7417
7387
  :param pulumi.Input[str] sasl_oauthbearer_sub_claim_name: Name of the scope from which to extract the subject claim from the JWT. Defaults to sub.
7418
7388
  :param pulumi.Input[int] socket_request_max_bytes: The maximum number of bytes in a socket request (defaults to 104857600).
7419
7389
  :param pulumi.Input[bool] transaction_partition_verification_enable: Enable verification that checks that the partition has been added to the transaction before writing transactional records to the partition.
@@ -7733,7 +7703,7 @@ class KafkaKafkaUserConfigKafkaArgs:
7733
7703
  @pulumi.getter(name="logMessageDownconversionEnable")
7734
7704
  def log_message_downconversion_enable(self) -> Optional[pulumi.Input[bool]]:
7735
7705
  """
7736
- This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests. .
7706
+ This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests.
7737
7707
  """
7738
7708
  return pulumi.get(self, "log_message_downconversion_enable")
7739
7709
 
@@ -7997,7 +7967,7 @@ class KafkaKafkaUserConfigKafkaArgs:
7997
7967
  @pulumi.getter(name="saslOauthbearerJwksEndpointUrl")
7998
7968
  def sasl_oauthbearer_jwks_endpoint_url(self) -> Optional[pulumi.Input[str]]:
7999
7969
  """
8000
- OIDC JWKS endpoint URL. By setting this the SASL SSL OAuth2/OIDC authentication is enabled. See also other options for SASL OAuth2/OIDC. .
7970
+ OIDC JWKS endpoint URL. By setting this the SASL SSL OAuth2/OIDC authentication is enabled. See also other options for SASL OAuth2/OIDC.
8001
7971
  """
8002
7972
  return pulumi.get(self, "sasl_oauthbearer_jwks_endpoint_url")
8003
7973
 
@@ -8129,7 +8099,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
8129
8099
  :param pulumi.Input[str] consumer_auto_offset_reset: What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
8130
8100
  :param pulumi.Input[int] consumer_fetch_max_bytes: Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
8131
8101
  :param pulumi.Input[str] consumer_isolation_level: Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
8132
- :param pulumi.Input[int] consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress. .
8102
+ :param pulumi.Input[int] consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
8133
8103
  :param pulumi.Input[int] consumer_max_poll_interval_ms: The maximum delay in milliseconds between invocations of poll() when using consumer group management (defaults to 300000).
8134
8104
  :param pulumi.Input[int] consumer_max_poll_records: The maximum number of records returned in a single call to poll() (defaults to 500).
8135
8105
  :param pulumi.Input[int] offset_flush_interval_ms: The interval at which to try committing offsets for tasks (defaults to 60000).
@@ -8227,7 +8197,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
8227
8197
  @pulumi.getter(name="consumerMaxPartitionFetchBytes")
8228
8198
  def consumer_max_partition_fetch_bytes(self) -> Optional[pulumi.Input[int]]:
8229
8199
  """
8230
- Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress. .
8200
+ Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
8231
8201
  """
8232
8202
  return pulumi.get(self, "consumer_max_partition_fetch_bytes")
8233
8203
 
@@ -8389,8 +8359,8 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
8389
8359
  :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
8360
  :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
8361
  :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: This setting gives the upper bound on the delay for batching: once there is batch.size worth of records for a partition it will be sent immediately regardless of this setting, however if there are fewer than this many bytes accumulated for this partition the producer will 'linger' for the specified time waiting for more records to show up. Defaults to 0.
8393
- :param pulumi.Input[int] producer_max_request_size: This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests.
8362
+ :param pulumi.Input[int] producer_linger_ms: Wait for up to the given delay to allow batching records together. The default value is `0`.
8363
+ :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
8364
  :param pulumi.Input[int] simpleconsumer_pool_size_max: Maximum number of SimpleConsumers that can be instantiated per broker. The default value is `25`.
8395
8365
  """
8396
8366
  if consumer_enable_auto_commit is not None:
@@ -8502,7 +8472,7 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
8502
8472
  @pulumi.getter(name="producerLingerMs")
8503
8473
  def producer_linger_ms(self) -> Optional[pulumi.Input[int]]:
8504
8474
  """
8505
- This setting gives the upper bound on the delay for batching: once there is batch.size worth of records for a partition it will be sent immediately regardless of this setting, however if there are fewer than this many bytes accumulated for this partition the producer will 'linger' for the specified time waiting for more records to show up. Defaults to 0.
8475
+ Wait for up to the given delay to allow batching records together. The default value is `0`.
8506
8476
  """
8507
8477
  return pulumi.get(self, "producer_linger_ms")
8508
8478
 
@@ -8514,7 +8484,7 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
8514
8484
  @pulumi.getter(name="producerMaxRequestSize")
8515
8485
  def producer_max_request_size(self) -> Optional[pulumi.Input[int]]:
8516
8486
  """
8517
- This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests.
8487
+ 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
8488
  """
8519
8489
  return pulumi.get(self, "producer_max_request_size")
8520
8490
 
@@ -8544,9 +8514,9 @@ class KafkaKafkaUserConfigPrivateAccessArgs:
8544
8514
  prometheus: Optional[pulumi.Input[bool]] = None,
8545
8515
  schema_registry: Optional[pulumi.Input[bool]] = None):
8546
8516
  """
8547
- :param pulumi.Input[bool] kafka: Kafka broker configuration values
8548
- :param pulumi.Input[bool] kafka_connect: Enable Kafka Connect service. The default value is `false`.
8549
- :param pulumi.Input[bool] kafka_rest: Enable Kafka-REST service. The default value is `false`.
8517
+ :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.
8518
+ :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.
8519
+ :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
8520
  :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
8521
  :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
8522
  """
@@ -8565,7 +8535,7 @@ class KafkaKafkaUserConfigPrivateAccessArgs:
8565
8535
  @pulumi.getter
8566
8536
  def kafka(self) -> Optional[pulumi.Input[bool]]:
8567
8537
  """
8568
- Kafka broker configuration values
8538
+ 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
8539
  """
8570
8540
  return pulumi.get(self, "kafka")
8571
8541
 
@@ -8577,7 +8547,7 @@ class KafkaKafkaUserConfigPrivateAccessArgs:
8577
8547
  @pulumi.getter(name="kafkaConnect")
8578
8548
  def kafka_connect(self) -> Optional[pulumi.Input[bool]]:
8579
8549
  """
8580
- Enable Kafka Connect service. The default value is `false`.
8550
+ 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
8551
  """
8582
8552
  return pulumi.get(self, "kafka_connect")
8583
8553
 
@@ -8589,7 +8559,7 @@ class KafkaKafkaUserConfigPrivateAccessArgs:
8589
8559
  @pulumi.getter(name="kafkaRest")
8590
8560
  def kafka_rest(self) -> Optional[pulumi.Input[bool]]:
8591
8561
  """
8592
- Enable Kafka-REST service. The default value is `false`.
8562
+ 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
8563
  """
8594
8564
  return pulumi.get(self, "kafka_rest")
8595
8565
 
@@ -8633,11 +8603,11 @@ class KafkaKafkaUserConfigPrivatelinkAccessArgs:
8633
8603
  schema_registry: Optional[pulumi.Input[bool]] = None):
8634
8604
  """
8635
8605
  :param pulumi.Input[bool] jolokia: Enable jolokia.
8636
- :param pulumi.Input[bool] kafka: Kafka broker configuration values
8637
- :param pulumi.Input[bool] kafka_connect: Enable Kafka Connect service. The default value is `false`.
8638
- :param pulumi.Input[bool] kafka_rest: Enable Kafka-REST service. The default value is `false`.
8639
- :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.
8640
- :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.
8606
+ :param pulumi.Input[bool] kafka: Enable kafka.
8607
+ :param pulumi.Input[bool] kafka_connect: Enable kafka_connect.
8608
+ :param pulumi.Input[bool] kafka_rest: Enable kafka_rest.
8609
+ :param pulumi.Input[bool] prometheus: Enable prometheus.
8610
+ :param pulumi.Input[bool] schema_registry: Enable schema_registry.
8641
8611
  """
8642
8612
  if jolokia is not None:
8643
8613
  pulumi.set(__self__, "jolokia", jolokia)
@@ -8668,7 +8638,7 @@ class KafkaKafkaUserConfigPrivatelinkAccessArgs:
8668
8638
  @pulumi.getter
8669
8639
  def kafka(self) -> Optional[pulumi.Input[bool]]:
8670
8640
  """
8671
- Kafka broker configuration values
8641
+ Enable kafka.
8672
8642
  """
8673
8643
  return pulumi.get(self, "kafka")
8674
8644
 
@@ -8680,7 +8650,7 @@ class KafkaKafkaUserConfigPrivatelinkAccessArgs:
8680
8650
  @pulumi.getter(name="kafkaConnect")
8681
8651
  def kafka_connect(self) -> Optional[pulumi.Input[bool]]:
8682
8652
  """
8683
- Enable Kafka Connect service. The default value is `false`.
8653
+ Enable kafka_connect.
8684
8654
  """
8685
8655
  return pulumi.get(self, "kafka_connect")
8686
8656
 
@@ -8692,7 +8662,7 @@ class KafkaKafkaUserConfigPrivatelinkAccessArgs:
8692
8662
  @pulumi.getter(name="kafkaRest")
8693
8663
  def kafka_rest(self) -> Optional[pulumi.Input[bool]]:
8694
8664
  """
8695
- Enable Kafka-REST service. The default value is `false`.
8665
+ Enable kafka_rest.
8696
8666
  """
8697
8667
  return pulumi.get(self, "kafka_rest")
8698
8668
 
@@ -8704,7 +8674,7 @@ class KafkaKafkaUserConfigPrivatelinkAccessArgs:
8704
8674
  @pulumi.getter
8705
8675
  def prometheus(self) -> Optional[pulumi.Input[bool]]:
8706
8676
  """
8707
- 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.
8677
+ Enable prometheus.
8708
8678
  """
8709
8679
  return pulumi.get(self, "prometheus")
8710
8680
 
@@ -8716,7 +8686,7 @@ class KafkaKafkaUserConfigPrivatelinkAccessArgs:
8716
8686
  @pulumi.getter(name="schemaRegistry")
8717
8687
  def schema_registry(self) -> Optional[pulumi.Input[bool]]:
8718
8688
  """
8719
- 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.
8689
+ Enable schema_registry.
8720
8690
  """
8721
8691
  return pulumi.get(self, "schema_registry")
8722
8692
 
@@ -8734,11 +8704,11 @@ class KafkaKafkaUserConfigPublicAccessArgs:
8734
8704
  prometheus: Optional[pulumi.Input[bool]] = None,
8735
8705
  schema_registry: Optional[pulumi.Input[bool]] = None):
8736
8706
  """
8737
- :param pulumi.Input[bool] kafka: Kafka broker configuration values
8738
- :param pulumi.Input[bool] kafka_connect: Enable Kafka Connect service. The default value is `false`.
8739
- :param pulumi.Input[bool] kafka_rest: Enable Kafka-REST service. The default value is `false`.
8740
- :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.
8741
- :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.
8707
+ :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.
8708
+ :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.
8709
+ :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.
8710
+ :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.
8711
+ :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
8712
  """
8743
8713
  if kafka is not None:
8744
8714
  pulumi.set(__self__, "kafka", kafka)
@@ -8755,7 +8725,7 @@ class KafkaKafkaUserConfigPublicAccessArgs:
8755
8725
  @pulumi.getter
8756
8726
  def kafka(self) -> Optional[pulumi.Input[bool]]:
8757
8727
  """
8758
- Kafka broker configuration values
8728
+ 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
8729
  """
8760
8730
  return pulumi.get(self, "kafka")
8761
8731
 
@@ -8767,7 +8737,7 @@ class KafkaKafkaUserConfigPublicAccessArgs:
8767
8737
  @pulumi.getter(name="kafkaConnect")
8768
8738
  def kafka_connect(self) -> Optional[pulumi.Input[bool]]:
8769
8739
  """
8770
- Enable Kafka Connect service. The default value is `false`.
8740
+ 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
8741
  """
8772
8742
  return pulumi.get(self, "kafka_connect")
8773
8743
 
@@ -8779,7 +8749,7 @@ class KafkaKafkaUserConfigPublicAccessArgs:
8779
8749
  @pulumi.getter(name="kafkaRest")
8780
8750
  def kafka_rest(self) -> Optional[pulumi.Input[bool]]:
8781
8751
  """
8782
- Enable Kafka-REST service. The default value is `false`.
8752
+ 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
8753
  """
8784
8754
  return pulumi.get(self, "kafka_rest")
8785
8755
 
@@ -8791,7 +8761,7 @@ class KafkaKafkaUserConfigPublicAccessArgs:
8791
8761
  @pulumi.getter
8792
8762
  def prometheus(self) -> Optional[pulumi.Input[bool]]:
8793
8763
  """
8794
- 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.
8764
+ 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
8765
  """
8796
8766
  return pulumi.get(self, "prometheus")
8797
8767
 
@@ -8803,7 +8773,7 @@ class KafkaKafkaUserConfigPublicAccessArgs:
8803
8773
  @pulumi.getter(name="schemaRegistry")
8804
8774
  def schema_registry(self) -> Optional[pulumi.Input[bool]]:
8805
8775
  """
8806
- 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.
8776
+ 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
8777
  """
8808
8778
  return pulumi.get(self, "schema_registry")
8809
8779
 
@@ -9060,12 +9030,6 @@ class KafkaMirrorMakerComponentArgs:
9060
9030
  pulumi.set(self, "usage", value)
9061
9031
 
9062
9032
 
9063
- @pulumi.input_type
9064
- class KafkaMirrorMakerKafkaMirrormakerArgs:
9065
- def __init__(__self__):
9066
- pass
9067
-
9068
-
9069
9033
  @pulumi.input_type
9070
9034
  class KafkaMirrorMakerKafkaMirrormakerUserConfigArgs:
9071
9035
  def __init__(__self__, *,
@@ -9261,7 +9225,7 @@ class KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
9261
9225
  :param pulumi.Input[int] refresh_groups_interval_seconds: Frequency of consumer group refresh in seconds. Defaults to 600 seconds (10 minutes).
9262
9226
  :param pulumi.Input[bool] refresh_topics_enabled: Whether to periodically check for new topics and partitions. Defaults to 'true'.
9263
9227
  :param pulumi.Input[int] refresh_topics_interval_seconds: Frequency of topic and partitions refresh in seconds. Defaults to 600 seconds (10 minutes).
9264
- :param pulumi.Input[bool] sync_group_offsets_enabled: Whether to periodically write the translated offsets of replicated consumer groups (in the source cluster) to __consumer_offsets topic in target cluster, as long as no active consumers in that group are connected to the target cluster.
9228
+ :param pulumi.Input[bool] sync_group_offsets_enabled: Whether to periodically write the translated offsets of replicated consumer groups (in the source cluster) to _*consumer*offsets topic in target cluster, as long as no active consumers in that group are connected to the target cluster.
9265
9229
  :param pulumi.Input[int] sync_group_offsets_interval_seconds: Frequency at which consumer group offsets are synced (default: 60, every minute).
9266
9230
  :param pulumi.Input[bool] sync_topic_configs_enabled: Whether to periodically configure remote topics to match their corresponding upstream topics.
9267
9231
  :param pulumi.Input[int] tasks_max_per_cpu: 'tasks.max' is set to this multiplied by the number of CPUs in the service. The default value is `1`.
@@ -9405,7 +9369,7 @@ class KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
9405
9369
  @pulumi.getter(name="syncGroupOffsetsEnabled")
9406
9370
  def sync_group_offsets_enabled(self) -> Optional[pulumi.Input[bool]]:
9407
9371
  """
9408
- Whether to periodically write the translated offsets of replicated consumer groups (in the source cluster) to __consumer_offsets topic in target cluster, as long as no active consumers in that group are connected to the target cluster.
9372
+ Whether to periodically write the translated offsets of replicated consumer groups (in the source cluster) to _*consumer*offsets topic in target cluster, as long as no active consumers in that group are connected to the target cluster.
9409
9373
  """
9410
9374
  return pulumi.get(self, "sync_group_offsets_enabled")
9411
9375
 
@@ -10260,12 +10224,6 @@ class M3AggregatorComponentArgs:
10260
10224
  pulumi.set(self, "usage", value)
10261
10225
 
10262
10226
 
10263
- @pulumi.input_type
10264
- class M3AggregatorM3aggregatorArgs:
10265
- def __init__(__self__):
10266
- pass
10267
-
10268
-
10269
10227
  @pulumi.input_type
10270
10228
  class M3AggregatorM3aggregatorUserConfigArgs:
10271
10229
  def __init__(__self__, *,
@@ -10676,12 +10634,6 @@ class M3DbComponentArgs:
10676
10634
  pulumi.set(self, "usage", value)
10677
10635
 
10678
10636
 
10679
- @pulumi.input_type
10680
- class M3DbM3dbArgs:
10681
- def __init__(__self__):
10682
- pass
10683
-
10684
-
10685
10637
  @pulumi.input_type
10686
10638
  class M3DbM3dbUserConfigArgs:
10687
10639
  def __init__(__self__, *,
@@ -10723,9 +10675,6 @@ class M3DbM3dbUserConfigArgs:
10723
10675
  :param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
10724
10676
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
10725
10677
  """
10726
- if additional_backup_regions is not None:
10727
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
10728
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
10729
10678
  if additional_backup_regions is not None:
10730
10679
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
10731
10680
  if custom_domain is not None:
@@ -10772,9 +10721,6 @@ class M3DbM3dbUserConfigArgs:
10772
10721
  """
10773
10722
  Additional Cloud Regions for Backup Replication.
10774
10723
  """
10775
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
10776
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
10777
-
10778
10724
  return pulumi.get(self, "additional_backup_regions")
10779
10725
 
10780
10726
  @additional_backup_regions.setter
@@ -11039,7 +10985,7 @@ class M3DbM3dbUserConfigLimitsArgs:
11039
10985
  """
11040
10986
  :param pulumi.Input[int] max_recently_queried_series_blocks: The maximum number of blocks that can be read in a given lookback period.
11041
10987
  :param pulumi.Input[int] max_recently_queried_series_disk_bytes_read: The maximum number of disk bytes that can be read in a given lookback period.
11042
- :param pulumi.Input[str] max_recently_queried_series_lookback: The lookback period for 'max_recently_queried_series_blocks' and 'max_recently_queried_series_disk_bytes_read'.
10988
+ :param pulumi.Input[str] max_recently_queried_series_lookback: The lookback period for 'max*recently*queried*series*blocks' and 'max*recently*queried*series*disk*bytes*read'.
11043
10989
  :param pulumi.Input[int] query_docs: The maximum number of docs fetched in single query.
11044
10990
  :param pulumi.Input[bool] query_require_exhaustive: When query limits are exceeded, whether to return error or return partial results.
11045
10991
  :param pulumi.Input[int] query_series: The maximum number of series fetched in single query.
@@ -11085,7 +11031,7 @@ class M3DbM3dbUserConfigLimitsArgs:
11085
11031
  @pulumi.getter(name="maxRecentlyQueriedSeriesLookback")
11086
11032
  def max_recently_queried_series_lookback(self) -> Optional[pulumi.Input[str]]:
11087
11033
  """
11088
- The lookback period for 'max_recently_queried_series_blocks' and 'max_recently_queried_series_disk_bytes_read'.
11034
+ The lookback period for 'max*recently*queried*series*blocks' and 'max*recently*queried*series*disk*bytes*read'.
11089
11035
  """
11090
11036
  return pulumi.get(self, "max_recently_queried_series_lookback")
11091
11037
 
@@ -11483,7 +11429,7 @@ class M3DbM3dbUserConfigRulesMappingArgs:
11483
11429
  namespaces_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
11484
11430
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['M3DbM3dbUserConfigRulesMappingTagArgs']]]] = None):
11485
11431
  """
11486
- :param pulumi.Input[str] filter: Matching metric names with wildcards (using __name__:wildcard) or matching tags and their (optionally wildcarded) values. For value, ! can be used at start of value for negation, and multiple filters can be supplied using space as separator.
11432
+ :param pulumi.Input[str] filter: Matching metric names with wildcards (using **name**:wildcard) or matching tags and their (optionally wildcarded) values. For value, ! can be used at start of value for negation, and multiple filters can be supplied using space as separator.
11487
11433
  :param pulumi.Input[Sequence[pulumi.Input[str]]] aggregations: List of aggregations to be applied.
11488
11434
  :param pulumi.Input[bool] drop: Only store the derived metric (as specified in the roll-up rules), if any.
11489
11435
  :param pulumi.Input[str] name: The (optional) name of the rule.
@@ -11515,7 +11461,7 @@ class M3DbM3dbUserConfigRulesMappingArgs:
11515
11461
  @pulumi.getter
11516
11462
  def filter(self) -> pulumi.Input[str]:
11517
11463
  """
11518
- Matching metric names with wildcards (using __name__:wildcard) or matching tags and their (optionally wildcarded) values. For value, ! can be used at start of value for negation, and multiple filters can be supplied using space as separator.
11464
+ Matching metric names with wildcards (using **name**:wildcard) or matching tags and their (optionally wildcarded) values. For value, ! can be used at start of value for negation, and multiple filters can be supplied using space as separator.
11519
11465
  """
11520
11466
  return pulumi.get(self, "filter")
11521
11467
 
@@ -11917,12 +11863,6 @@ class MySqlComponentArgs:
11917
11863
  pulumi.set(self, "usage", value)
11918
11864
 
11919
11865
 
11920
- @pulumi.input_type
11921
- class MySqlMysqlArgs:
11922
- def __init__(__self__):
11923
- pass
11924
-
11925
-
11926
11866
  @pulumi.input_type
11927
11867
  class MySqlMysqlUserConfigArgs:
11928
11868
  def __init__(__self__, *,
@@ -12479,17 +12419,17 @@ class MySqlMysqlUserConfigMysqlArgs:
12479
12419
  :param pulumi.Input[int] innodb_write_io_threads: The number of I/O threads for write operations in InnoDB. Default is 4. Changing this parameter will lead to a restart of the MySQL service.
12480
12420
  :param pulumi.Input[int] interactive_timeout: The number of seconds the server waits for activity on an interactive connection before closing it.
12481
12421
  :param pulumi.Input[str] internal_tmp_mem_storage_engine: The storage engine for in-memory internal temporary tables.
12482
- :param pulumi.Input[float] long_query_time: The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute. Default is 10s.
12422
+ :param pulumi.Input[float] long_query_time: The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Default is 10s.
12483
12423
  :param pulumi.Input[int] max_allowed_packet: Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M).
12484
- :param pulumi.Input[int] max_heap_table_size: Limits the size of internal in-memory tables. Also set tmp_table_size. Default is 16777216 (16M).
12424
+ :param pulumi.Input[int] max_heap_table_size: Limits the size of internal in-memory tables. Also set tmp*table*size. Default is 16777216 (16M).
12485
12425
  :param pulumi.Input[int] net_buffer_length: Start sizes of connection buffer and result buffer. Default is 16384 (16K). Changing this parameter will lead to a restart of the MySQL service.
12486
12426
  :param pulumi.Input[int] net_read_timeout: The number of seconds to wait for more data from a connection before aborting the read.
12487
12427
  :param pulumi.Input[int] net_write_timeout: The number of seconds to wait for a block to be written to a connection before aborting the write.
12488
- :param pulumi.Input[bool] slow_query_log: Slow query log enables capturing of slow queries. Setting slow_query_log to false also truncates the mysql.slow_log table. Default is off.
12428
+ :param pulumi.Input[bool] slow_query_log: Slow query log enables capturing of slow queries. Setting slow*query*log to false also truncates the mysql.slow_log table. Default is off.
12489
12429
  :param pulumi.Input[int] sort_buffer_size: Sort buffer size in bytes for ORDER BY optimization. Default is 262144 (256K).
12490
12430
  :param pulumi.Input[str] sql_mode: Global SQL mode. Set to empty to use MySQL server defaults. When creating a new service and not setting this field Aiven default SQL mode (strict, SQL standard compliant) will be assigned.
12491
12431
  :param pulumi.Input[bool] sql_require_primary_key: Require primary key to be defined for new tables or old tables modified with ALTER TABLE and fail if missing. It is recommended to always have primary keys because various functionality may break if any large table is missing them.
12492
- :param pulumi.Input[int] tmp_table_size: Limits the size of internal in-memory tables. Also set max_heap_table_size. Default is 16777216 (16M).
12432
+ :param pulumi.Input[int] tmp_table_size: Limits the size of internal in-memory tables. Also set max*heap*table_size. Default is 16777216 (16M).
12493
12433
  :param pulumi.Input[int] wait_timeout: The number of seconds the server waits for activity on a noninteractive connection before closing it.
12494
12434
  """
12495
12435
  if connect_timeout is not None:
@@ -12773,7 +12713,7 @@ class MySqlMysqlUserConfigMysqlArgs:
12773
12713
  @pulumi.getter(name="longQueryTime")
12774
12714
  def long_query_time(self) -> Optional[pulumi.Input[float]]:
12775
12715
  """
12776
- The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute. Default is 10s.
12716
+ The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Default is 10s.
12777
12717
  """
12778
12718
  return pulumi.get(self, "long_query_time")
12779
12719
 
@@ -12797,7 +12737,7 @@ class MySqlMysqlUserConfigMysqlArgs:
12797
12737
  @pulumi.getter(name="maxHeapTableSize")
12798
12738
  def max_heap_table_size(self) -> Optional[pulumi.Input[int]]:
12799
12739
  """
12800
- Limits the size of internal in-memory tables. Also set tmp_table_size. Default is 16777216 (16M).
12740
+ Limits the size of internal in-memory tables. Also set tmp*table*size. Default is 16777216 (16M).
12801
12741
  """
12802
12742
  return pulumi.get(self, "max_heap_table_size")
12803
12743
 
@@ -12845,7 +12785,7 @@ class MySqlMysqlUserConfigMysqlArgs:
12845
12785
  @pulumi.getter(name="slowQueryLog")
12846
12786
  def slow_query_log(self) -> Optional[pulumi.Input[bool]]:
12847
12787
  """
12848
- Slow query log enables capturing of slow queries. Setting slow_query_log to false also truncates the mysql.slow_log table. Default is off.
12788
+ Slow query log enables capturing of slow queries. Setting slow*query*log to false also truncates the mysql.slow_log table. Default is off.
12849
12789
  """
12850
12790
  return pulumi.get(self, "slow_query_log")
12851
12791
 
@@ -12893,7 +12833,7 @@ class MySqlMysqlUserConfigMysqlArgs:
12893
12833
  @pulumi.getter(name="tmpTableSize")
12894
12834
  def tmp_table_size(self) -> Optional[pulumi.Input[int]]:
12895
12835
  """
12896
- Limits the size of internal in-memory tables. Also set max_heap_table_size. Default is 16777216 (16M).
12836
+ Limits the size of internal in-memory tables. Also set max*heap*table_size. Default is 16777216 (16M).
12897
12837
  """
12898
12838
  return pulumi.get(self, "tmp_table_size")
12899
12839
 
@@ -13369,7 +13309,7 @@ class OpenSearchOpensearchUserConfigArgs:
13369
13309
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
13370
13310
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
13371
13311
  :param pulumi.Input[bool] keep_index_refresh_interval: Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true.
13372
- :param pulumi.Input[int] max_index_count: use index_patterns instead. The default value is `0`.
13312
+ :param pulumi.Input[int] max_index_count: Use index_patterns instead. The default value is `0`.
13373
13313
  :param pulumi.Input['OpenSearchOpensearchUserConfigOpenidArgs'] openid: OpenSearch OpenID Connect Configuration
13374
13314
  :param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchArgs'] opensearch: OpenSearch settings
13375
13315
  :param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchDashboardsArgs'] opensearch_dashboards: OpenSearch Dashboards settings
@@ -13384,9 +13324,6 @@ class OpenSearchOpensearchUserConfigArgs:
13384
13324
  :param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
13385
13325
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
13386
13326
  """
13387
- if additional_backup_regions is not None:
13388
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
13389
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
13390
13327
  if additional_backup_regions is not None:
13391
13328
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
13392
13329
  if custom_domain is not None:
@@ -13443,9 +13380,6 @@ class OpenSearchOpensearchUserConfigArgs:
13443
13380
  """
13444
13381
  Additional Cloud Regions for Backup Replication.
13445
13382
  """
13446
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
13447
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
13448
-
13449
13383
  return pulumi.get(self, "additional_backup_regions")
13450
13384
 
13451
13385
  @additional_backup_regions.setter
@@ -13555,7 +13489,7 @@ class OpenSearchOpensearchUserConfigArgs:
13555
13489
  @pulumi.getter(name="maxIndexCount")
13556
13490
  def max_index_count(self) -> Optional[pulumi.Input[int]]:
13557
13491
  """
13558
- use index_patterns instead. The default value is `0`.
13492
+ Use index_patterns instead. The default value is `0`.
13559
13493
  """
13560
13494
  return pulumi.get(self, "max_index_count")
13561
13495
 
@@ -14120,10 +14054,10 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
14120
14054
  :param pulumi.Input[int] http_max_header_size: The max size of allowed headers, in bytes.
14121
14055
  :param pulumi.Input[int] http_max_initial_line_length: The max length of an HTTP URL, in bytes.
14122
14056
  :param pulumi.Input[int] indices_fielddata_cache_size: Relative amount. Maximum amount of heap memory used for field data cache. This is an expert setting; decreasing the value too much will increase overhead of loading field data; too much memory used for field data cache will decrease amount of heap available for other operations.
14123
- :param pulumi.Input[int] indices_memory_index_buffer_size: Percentage value. Default is 10%! (MISSING)Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
14057
+ :param pulumi.Input[int] indices_memory_index_buffer_size: Percentage value. Default is 10%. Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
14124
14058
  :param pulumi.Input[int] indices_memory_max_index_buffer_size: Absolute value. Default is unbound. Doesn't work without indices.memory.index*buffer*size. Maximum amount of heap used for query cache, an absolute indices.memory.index*buffer*size maximum hard limit.
14125
14059
  :param pulumi.Input[int] indices_memory_min_index_buffer_size: Absolute value. Default is 48mb. Doesn't work without indices.memory.index*buffer*size. Minimum amount of heap used for query cache, an absolute indices.memory.index*buffer*size minimal hard limit.
14126
- :param pulumi.Input[int] indices_queries_cache_size: Percentage value. Default is 10%! (MISSING)Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
14060
+ :param pulumi.Input[int] indices_queries_cache_size: Percentage value. Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
14127
14061
  :param pulumi.Input[int] indices_query_bool_max_clause_count: Maximum number of clauses Lucene BooleanQuery can have. The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value.
14128
14062
  :param pulumi.Input[int] indices_recovery_max_bytes_per_sec: Limits total inbound and outbound recovery traffic for each node. Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb.
14129
14063
  :param pulumi.Input[int] indices_recovery_max_concurrent_file_chunks: Number of file chunks sent in parallel for each recovery. Defaults to 2.
@@ -14395,7 +14329,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
14395
14329
  @pulumi.getter(name="indicesMemoryIndexBufferSize")
14396
14330
  def indices_memory_index_buffer_size(self) -> Optional[pulumi.Input[int]]:
14397
14331
  """
14398
- Percentage value. Default is 10%! (MISSING)Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
14332
+ Percentage value. Default is 10%. Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
14399
14333
  """
14400
14334
  return pulumi.get(self, "indices_memory_index_buffer_size")
14401
14335
 
@@ -14431,7 +14365,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
14431
14365
  @pulumi.getter(name="indicesQueriesCacheSize")
14432
14366
  def indices_queries_cache_size(self) -> Optional[pulumi.Input[int]]:
14433
14367
  """
14434
- Percentage value. Default is 10%! (MISSING)Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
14368
+ Percentage value. Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
14435
14369
  """
14436
14370
  return pulumi.get(self, "indices_queries_cache_size")
14437
14371
 
@@ -14906,10 +14840,10 @@ class OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimiting
14906
14840
  """
14907
14841
  :param pulumi.Input[int] allowed_tries: The number of login attempts allowed before login is blocked.
14908
14842
  :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: internal*authentication*backend*limiting.max*blocked_clients.
14843
+ :param pulumi.Input[int] max_blocked_clients: The maximum number of blocked IP addresses.
14910
14844
  :param pulumi.Input[int] max_tracked_clients: The maximum number of tracked IP addresses that have failed login.
14911
14845
  :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: internal*authentication*backend_limiting.type.
14846
+ :param pulumi.Input[str] type: The type of rate limiting.
14913
14847
  """
14914
14848
  if allowed_tries is not None:
14915
14849
  pulumi.set(__self__, "allowed_tries", allowed_tries)
@@ -14952,7 +14886,7 @@ class OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimiting
14952
14886
  @pulumi.getter(name="maxBlockedClients")
14953
14887
  def max_blocked_clients(self) -> Optional[pulumi.Input[int]]:
14954
14888
  """
14955
- internal*authentication*backend*limiting.max*blocked_clients.
14889
+ The maximum number of blocked IP addresses.
14956
14890
  """
14957
14891
  return pulumi.get(self, "max_blocked_clients")
14958
14892
 
@@ -14988,7 +14922,7 @@ class OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimiting
14988
14922
  @pulumi.getter
14989
14923
  def type(self) -> Optional[pulumi.Input[str]]:
14990
14924
  """
14991
- internal*authentication*backend_limiting.type.
14925
+ The type of rate limiting.
14992
14926
  """
14993
14927
  return pulumi.get(self, "type")
14994
14928
 
@@ -15004,7 +14938,7 @@ class OpenSearchOpensearchUserConfigOpensearchDashboardsArgs:
15004
14938
  max_old_space_size: Optional[pulumi.Input[int]] = None,
15005
14939
  opensearch_request_timeout: Optional[pulumi.Input[int]] = None):
15006
14940
  """
15007
- :param pulumi.Input[bool] enabled: Enables or disables OpenID Connect authentication for OpenSearch. When enabled, users can authenticate using OpenID Connect with an Identity Provider. The default value is `true`.
14941
+ :param pulumi.Input[bool] enabled: Enable or disable OpenSearch Dashboards. The default value is `true`.
15008
14942
  :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
14943
  :param pulumi.Input[int] opensearch_request_timeout: Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch. The default value is `30000`.
15010
14944
  """
@@ -15019,7 +14953,7 @@ class OpenSearchOpensearchUserConfigOpensearchDashboardsArgs:
15019
14953
  @pulumi.getter
15020
14954
  def enabled(self) -> Optional[pulumi.Input[bool]]:
15021
14955
  """
15022
- Enables or disables OpenID Connect authentication for OpenSearch. When enabled, users can authenticate using OpenID Connect with an Identity Provider. The default value is `true`.
14956
+ Enable or disable OpenSearch Dashboards. The default value is `true`.
15023
14957
  """
15024
14958
  return pulumi.get(self, "enabled")
15025
14959
 
@@ -15059,8 +14993,8 @@ class OpenSearchOpensearchUserConfigPrivateAccessArgs:
15059
14993
  opensearch_dashboards: Optional[pulumi.Input[bool]] = None,
15060
14994
  prometheus: Optional[pulumi.Input[bool]] = None):
15061
14995
  """
15062
- :param pulumi.Input[bool] opensearch: OpenSearch settings
15063
- :param pulumi.Input[bool] opensearch_dashboards: OpenSearch Dashboards settings
14996
+ :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.
14997
+ :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
14998
  :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
14999
  """
15066
15000
  if opensearch is not None:
@@ -15074,7 +15008,7 @@ class OpenSearchOpensearchUserConfigPrivateAccessArgs:
15074
15008
  @pulumi.getter
15075
15009
  def opensearch(self) -> Optional[pulumi.Input[bool]]:
15076
15010
  """
15077
- OpenSearch settings
15011
+ 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
15012
  """
15079
15013
  return pulumi.get(self, "opensearch")
15080
15014
 
@@ -15086,7 +15020,7 @@ class OpenSearchOpensearchUserConfigPrivateAccessArgs:
15086
15020
  @pulumi.getter(name="opensearchDashboards")
15087
15021
  def opensearch_dashboards(self) -> Optional[pulumi.Input[bool]]:
15088
15022
  """
15089
- OpenSearch Dashboards settings
15023
+ 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
15024
  """
15091
15025
  return pulumi.get(self, "opensearch_dashboards")
15092
15026
 
@@ -15114,9 +15048,9 @@ class OpenSearchOpensearchUserConfigPrivatelinkAccessArgs:
15114
15048
  opensearch_dashboards: Optional[pulumi.Input[bool]] = None,
15115
15049
  prometheus: Optional[pulumi.Input[bool]] = None):
15116
15050
  """
15117
- :param pulumi.Input[bool] opensearch: OpenSearch settings
15118
- :param pulumi.Input[bool] opensearch_dashboards: OpenSearch Dashboards settings
15119
- :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.
15051
+ :param pulumi.Input[bool] opensearch: Enable opensearch.
15052
+ :param pulumi.Input[bool] opensearch_dashboards: Enable opensearch_dashboards.
15053
+ :param pulumi.Input[bool] prometheus: Enable prometheus.
15120
15054
  """
15121
15055
  if opensearch is not None:
15122
15056
  pulumi.set(__self__, "opensearch", opensearch)
@@ -15129,7 +15063,7 @@ class OpenSearchOpensearchUserConfigPrivatelinkAccessArgs:
15129
15063
  @pulumi.getter
15130
15064
  def opensearch(self) -> Optional[pulumi.Input[bool]]:
15131
15065
  """
15132
- OpenSearch settings
15066
+ Enable opensearch.
15133
15067
  """
15134
15068
  return pulumi.get(self, "opensearch")
15135
15069
 
@@ -15141,7 +15075,7 @@ class OpenSearchOpensearchUserConfigPrivatelinkAccessArgs:
15141
15075
  @pulumi.getter(name="opensearchDashboards")
15142
15076
  def opensearch_dashboards(self) -> Optional[pulumi.Input[bool]]:
15143
15077
  """
15144
- OpenSearch Dashboards settings
15078
+ Enable opensearch_dashboards.
15145
15079
  """
15146
15080
  return pulumi.get(self, "opensearch_dashboards")
15147
15081
 
@@ -15153,7 +15087,7 @@ class OpenSearchOpensearchUserConfigPrivatelinkAccessArgs:
15153
15087
  @pulumi.getter
15154
15088
  def prometheus(self) -> Optional[pulumi.Input[bool]]:
15155
15089
  """
15156
- 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.
15090
+ Enable prometheus.
15157
15091
  """
15158
15092
  return pulumi.get(self, "prometheus")
15159
15093
 
@@ -15169,9 +15103,9 @@ class OpenSearchOpensearchUserConfigPublicAccessArgs:
15169
15103
  opensearch_dashboards: Optional[pulumi.Input[bool]] = None,
15170
15104
  prometheus: Optional[pulumi.Input[bool]] = None):
15171
15105
  """
15172
- :param pulumi.Input[bool] opensearch: OpenSearch settings
15173
- :param pulumi.Input[bool] opensearch_dashboards: OpenSearch Dashboards settings
15174
- :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.
15106
+ :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.
15107
+ :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.
15108
+ :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
15109
  """
15176
15110
  if opensearch is not None:
15177
15111
  pulumi.set(__self__, "opensearch", opensearch)
@@ -15184,7 +15118,7 @@ class OpenSearchOpensearchUserConfigPublicAccessArgs:
15184
15118
  @pulumi.getter
15185
15119
  def opensearch(self) -> Optional[pulumi.Input[bool]]:
15186
15120
  """
15187
- OpenSearch settings
15121
+ 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
15122
  """
15189
15123
  return pulumi.get(self, "opensearch")
15190
15124
 
@@ -15196,7 +15130,7 @@ class OpenSearchOpensearchUserConfigPublicAccessArgs:
15196
15130
  @pulumi.getter(name="opensearchDashboards")
15197
15131
  def opensearch_dashboards(self) -> Optional[pulumi.Input[bool]]:
15198
15132
  """
15199
- OpenSearch Dashboards settings
15133
+ 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
15134
  """
15201
15135
  return pulumi.get(self, "opensearch_dashboards")
15202
15136
 
@@ -15208,7 +15142,7 @@ class OpenSearchOpensearchUserConfigPublicAccessArgs:
15208
15142
  @pulumi.getter
15209
15143
  def prometheus(self) -> Optional[pulumi.Input[bool]]:
15210
15144
  """
15211
- 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.
15145
+ 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
15146
  """
15213
15147
  return pulumi.get(self, "prometheus")
15214
15148
 
@@ -15228,13 +15162,13 @@ class OpenSearchOpensearchUserConfigSamlArgs:
15228
15162
  roles_key: Optional[pulumi.Input[str]] = None,
15229
15163
  subject_key: Optional[pulumi.Input[str]] = None):
15230
15164
  """
15231
- :param pulumi.Input[bool] enabled: Enables or disables OpenID Connect authentication for OpenSearch. When enabled, users can authenticate using OpenID Connect with an Identity Provider. The default value is `true`.
15165
+ :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
15166
  :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
15167
  :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
15168
  :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
15169
  :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: The key in the JSON payload that stores the user’s roles. The value of this key must be a comma-separated list of roles. Required only if you want to use roles in the JWT.
15237
- :param pulumi.Input[str] subject_key: The key in the JSON payload that stores the user’s name. If not defined, the subject registered claim is used. Most IdP providers use the preferred_username claim. Optional.
15170
+ :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.
15171
+ :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
15172
  """
15239
15173
  pulumi.set(__self__, "enabled", enabled)
15240
15174
  pulumi.set(__self__, "idp_entity_id", idp_entity_id)
@@ -15251,7 +15185,7 @@ class OpenSearchOpensearchUserConfigSamlArgs:
15251
15185
  @pulumi.getter
15252
15186
  def enabled(self) -> pulumi.Input[bool]:
15253
15187
  """
15254
- Enables or disables OpenID Connect authentication for OpenSearch. When enabled, users can authenticate using OpenID Connect with an Identity Provider. The default value is `true`.
15188
+ 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
15189
  """
15256
15190
  return pulumi.get(self, "enabled")
15257
15191
 
@@ -15311,7 +15245,7 @@ class OpenSearchOpensearchUserConfigSamlArgs:
15311
15245
  @pulumi.getter(name="rolesKey")
15312
15246
  def roles_key(self) -> Optional[pulumi.Input[str]]:
15313
15247
  """
15314
- The key in the JSON payload that stores the user’s roles. The value of this key must be a comma-separated list of roles. Required only if you want to use roles in the JWT.
15248
+ 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
15249
  """
15316
15250
  return pulumi.get(self, "roles_key")
15317
15251
 
@@ -15323,7 +15257,7 @@ class OpenSearchOpensearchUserConfigSamlArgs:
15323
15257
  @pulumi.getter(name="subjectKey")
15324
15258
  def subject_key(self) -> Optional[pulumi.Input[str]]:
15325
15259
  """
15326
- The key in the JSON payload that stores the user’s name. If not defined, the subject registered claim is used. Most IdP providers use the preferred_username claim. Optional.
15260
+ 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
15261
  """
15328
15262
  return pulumi.get(self, "subject_key")
15329
15263
 
@@ -15989,12 +15923,12 @@ class PgPgUserConfigArgs:
15989
15923
  :param pulumi.Input[str] recovery_target_time: Recovery target time when forking a service. This has effect only when a new service is being created.
15990
15924
  :param pulumi.Input[bool] service_log: Store logs for the service so that they are available in the HTTP API and console.
15991
15925
  :param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
15992
- :param pulumi.Input[float] shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20%. This setting adjusts the shared_buffers configuration value.
15926
+ :param pulumi.Input[float] shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value.
15993
15927
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
15994
15928
  :param pulumi.Input[str] synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication.
15995
15929
  :param pulumi.Input['PgPgUserConfigTimescaledbArgs'] timescaledb: System-wide settings for the timescaledb extension
15996
15930
  :param pulumi.Input[str] variant: Variant of the PostgreSQL service, may affect the features that are exposed by default.
15997
- :param pulumi.Input[int] work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075%!o(MISSING)f total RAM (up to 32MB).
15931
+ :param pulumi.Input[int] work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB).
15998
15932
  """
15999
15933
  if additional_backup_regions is not None:
16000
15934
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
@@ -16389,7 +16323,7 @@ class PgPgUserConfigArgs:
16389
16323
  @pulumi.getter(name="sharedBuffersPercentage")
16390
16324
  def shared_buffers_percentage(self) -> Optional[pulumi.Input[float]]:
16391
16325
  """
16392
- Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20%. This setting adjusts the shared_buffers configuration value.
16326
+ Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value.
16393
16327
  """
16394
16328
  return pulumi.get(self, "shared_buffers_percentage")
16395
16329
 
@@ -16449,7 +16383,7 @@ class PgPgUserConfigArgs:
16449
16383
  @pulumi.getter(name="workMem")
16450
16384
  def work_mem(self) -> Optional[pulumi.Input[int]]:
16451
16385
  """
16452
- Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075%!o(MISSING)f total RAM (up to 32MB).
16386
+ Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB).
16453
16387
  """
16454
16388
  return pulumi.get(self, "work_mem")
16455
16389
 
@@ -16510,10 +16444,10 @@ class PgPgUserConfigMigrationArgs:
16510
16444
  """
16511
16445
  :param pulumi.Input[str] host: Hostname or IP address of the server where to migrate data from.
16512
16446
  :param pulumi.Input[int] port: Port number of the server where to migrate data from.
16513
- :param pulumi.Input[str] dbname: Primary PostgreSQL database name
16447
+ :param pulumi.Input[str] dbname: Database name for bootstrapping the initial connection.
16514
16448
  :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
16449
  :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: PostgreSQL admin user password
16450
+ :param pulumi.Input[str] password: Password for authentication with the server where to migrate data from.
16517
16451
  :param pulumi.Input[bool] ssl: The server where to migrate data from is secured with SSL. The default value is `true`.
16518
16452
  :param pulumi.Input[str] username: User name for authentication with the server where to migrate data from.
16519
16453
  """
@@ -16560,7 +16494,7 @@ class PgPgUserConfigMigrationArgs:
16560
16494
  @pulumi.getter
16561
16495
  def dbname(self) -> Optional[pulumi.Input[str]]:
16562
16496
  """
16563
- Primary PostgreSQL database name
16497
+ Database name for bootstrapping the initial connection.
16564
16498
  """
16565
16499
  return pulumi.get(self, "dbname")
16566
16500
 
@@ -16596,7 +16530,7 @@ class PgPgUserConfigMigrationArgs:
16596
16530
  @pulumi.getter
16597
16531
  def password(self) -> Optional[pulumi.Input[str]]:
16598
16532
  """
16599
- PostgreSQL admin user password
16533
+ Password for authentication with the server where to migrate data from.
16600
16534
  """
16601
16535
  return pulumi.get(self, "password")
16602
16536
 
@@ -16682,14 +16616,14 @@ class PgPgUserConfigPgArgs:
16682
16616
  wal_sender_timeout: Optional[pulumi.Input[int]] = None,
16683
16617
  wal_writer_delay: Optional[pulumi.Input[int]] = None):
16684
16618
  """
16685
- :param pulumi.Input[float] autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20%!o(MISSING)f table size).
16619
+ :param pulumi.Input[float] autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size).
16686
16620
  :param pulumi.Input[int] autovacuum_analyze_threshold: Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples.
16687
16621
  :param pulumi.Input[int] autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted.
16688
16622
  :param pulumi.Input[int] autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start.
16689
16623
  :param pulumi.Input[int] autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute.
16690
16624
  :param pulumi.Input[int] autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum*cost*delay value will be used. The default value is 20 milliseconds.
16691
16625
  :param pulumi.Input[int] autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum*cost*limit value will be used.
16692
- :param pulumi.Input[float] autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20%!o(MISSING)f table size).
16626
+ :param pulumi.Input[float] autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size).
16693
16627
  :param pulumi.Input[int] autovacuum_vacuum_threshold: Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples.
16694
16628
  :param pulumi.Input[int] bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200.
16695
16629
  :param pulumi.Input[int] bgwriter_flush_after: Whenever more than bgwriter*flush*after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback.
@@ -16721,7 +16655,7 @@ class PgPgUserConfigPgArgs:
16721
16655
  :param pulumi.Input[int] pg_partman_bgw_dot_interval: Sets the time interval to run pg_partman's scheduled tasks.
16722
16656
  :param pulumi.Input[str] pg_partman_bgw_dot_role: Controls which role to use for pg_partman's scheduled background tasks.
16723
16657
  :param pulumi.Input[bool] pg_stat_monitor_dot_pgsm_enable_query_plan: Enables or disables query plan monitoring.
16724
- :param pulumi.Input[int] pg_stat_monitor_dot_pgsm_max_buckets: Sets the maximum number of buckets .
16658
+ :param pulumi.Input[int] pg_stat_monitor_dot_pgsm_max_buckets: Sets the maximum number of buckets.
16725
16659
  :param pulumi.Input[str] pg_stat_statements_dot_track: Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
16726
16660
  :param pulumi.Input[int] temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited.
16727
16661
  :param pulumi.Input[str] timezone: PostgreSQL service timezone.
@@ -16835,7 +16769,7 @@ class PgPgUserConfigPgArgs:
16835
16769
  @pulumi.getter(name="autovacuumAnalyzeScaleFactor")
16836
16770
  def autovacuum_analyze_scale_factor(self) -> Optional[pulumi.Input[float]]:
16837
16771
  """
16838
- Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20%!o(MISSING)f table size).
16772
+ Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size).
16839
16773
  """
16840
16774
  return pulumi.get(self, "autovacuum_analyze_scale_factor")
16841
16775
 
@@ -16919,7 +16853,7 @@ class PgPgUserConfigPgArgs:
16919
16853
  @pulumi.getter(name="autovacuumVacuumScaleFactor")
16920
16854
  def autovacuum_vacuum_scale_factor(self) -> Optional[pulumi.Input[float]]:
16921
16855
  """
16922
- Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20%!o(MISSING)f table size).
16856
+ Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size).
16923
16857
  """
16924
16858
  return pulumi.get(self, "autovacuum_vacuum_scale_factor")
16925
16859
 
@@ -17303,7 +17237,7 @@ class PgPgUserConfigPgArgs:
17303
17237
  @pulumi.getter(name="pgStatMonitorDotPgsmMaxBuckets")
17304
17238
  def pg_stat_monitor_dot_pgsm_max_buckets(self) -> Optional[pulumi.Input[int]]:
17305
17239
  """
17306
- Sets the maximum number of buckets .
17240
+ Sets the maximum number of buckets.
17307
17241
  """
17308
17242
  return pulumi.get(self, "pg_stat_monitor_dot_pgsm_max_buckets")
17309
17243
 
@@ -17949,8 +17883,8 @@ class PgPgUserConfigPrivateAccessArgs:
17949
17883
  pgbouncer: Optional[pulumi.Input[bool]] = None,
17950
17884
  prometheus: Optional[pulumi.Input[bool]] = None):
17951
17885
  """
17952
- :param pulumi.Input[bool] pg: postgresql.conf configuration values
17953
- :param pulumi.Input[bool] pgbouncer: PGBouncer connection pooling settings
17886
+ :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.
17887
+ :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
17888
  :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
17889
  """
17956
17890
  if pg is not None:
@@ -17964,7 +17898,7 @@ class PgPgUserConfigPrivateAccessArgs:
17964
17898
  @pulumi.getter
17965
17899
  def pg(self) -> Optional[pulumi.Input[bool]]:
17966
17900
  """
17967
- postgresql.conf configuration values
17901
+ 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
17902
  """
17969
17903
  return pulumi.get(self, "pg")
17970
17904
 
@@ -17976,7 +17910,7 @@ class PgPgUserConfigPrivateAccessArgs:
17976
17910
  @pulumi.getter
17977
17911
  def pgbouncer(self) -> Optional[pulumi.Input[bool]]:
17978
17912
  """
17979
- PGBouncer connection pooling settings
17913
+ 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
17914
  """
17981
17915
  return pulumi.get(self, "pgbouncer")
17982
17916
 
@@ -18004,9 +17938,9 @@ class PgPgUserConfigPrivatelinkAccessArgs:
18004
17938
  pgbouncer: Optional[pulumi.Input[bool]] = None,
18005
17939
  prometheus: Optional[pulumi.Input[bool]] = None):
18006
17940
  """
18007
- :param pulumi.Input[bool] pg: postgresql.conf configuration values
18008
- :param pulumi.Input[bool] pgbouncer: PGBouncer connection pooling settings
18009
- :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.
17941
+ :param pulumi.Input[bool] pg: Enable pg.
17942
+ :param pulumi.Input[bool] pgbouncer: Enable pgbouncer.
17943
+ :param pulumi.Input[bool] prometheus: Enable prometheus.
18010
17944
  """
18011
17945
  if pg is not None:
18012
17946
  pulumi.set(__self__, "pg", pg)
@@ -18019,7 +17953,7 @@ class PgPgUserConfigPrivatelinkAccessArgs:
18019
17953
  @pulumi.getter
18020
17954
  def pg(self) -> Optional[pulumi.Input[bool]]:
18021
17955
  """
18022
- postgresql.conf configuration values
17956
+ Enable pg.
18023
17957
  """
18024
17958
  return pulumi.get(self, "pg")
18025
17959
 
@@ -18031,7 +17965,7 @@ class PgPgUserConfigPrivatelinkAccessArgs:
18031
17965
  @pulumi.getter
18032
17966
  def pgbouncer(self) -> Optional[pulumi.Input[bool]]:
18033
17967
  """
18034
- PGBouncer connection pooling settings
17968
+ Enable pgbouncer.
18035
17969
  """
18036
17970
  return pulumi.get(self, "pgbouncer")
18037
17971
 
@@ -18043,7 +17977,7 @@ class PgPgUserConfigPrivatelinkAccessArgs:
18043
17977
  @pulumi.getter
18044
17978
  def prometheus(self) -> Optional[pulumi.Input[bool]]:
18045
17979
  """
18046
- 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.
17980
+ Enable prometheus.
18047
17981
  """
18048
17982
  return pulumi.get(self, "prometheus")
18049
17983
 
@@ -18059,9 +17993,9 @@ class PgPgUserConfigPublicAccessArgs:
18059
17993
  pgbouncer: Optional[pulumi.Input[bool]] = None,
18060
17994
  prometheus: Optional[pulumi.Input[bool]] = None):
18061
17995
  """
18062
- :param pulumi.Input[bool] pg: postgresql.conf configuration values
18063
- :param pulumi.Input[bool] pgbouncer: PGBouncer connection pooling settings
18064
- :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.
17996
+ :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.
17997
+ :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.
17998
+ :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
17999
  """
18066
18000
  if pg is not None:
18067
18001
  pulumi.set(__self__, "pg", pg)
@@ -18074,7 +18008,7 @@ class PgPgUserConfigPublicAccessArgs:
18074
18008
  @pulumi.getter
18075
18009
  def pg(self) -> Optional[pulumi.Input[bool]]:
18076
18010
  """
18077
- postgresql.conf configuration values
18011
+ 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
18012
  """
18079
18013
  return pulumi.get(self, "pg")
18080
18014
 
@@ -18086,7 +18020,7 @@ class PgPgUserConfigPublicAccessArgs:
18086
18020
  @pulumi.getter
18087
18021
  def pgbouncer(self) -> Optional[pulumi.Input[bool]]:
18088
18022
  """
18089
- PGBouncer connection pooling settings
18023
+ 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
18024
  """
18091
18025
  return pulumi.get(self, "pgbouncer")
18092
18026
 
@@ -18098,7 +18032,7 @@ class PgPgUserConfigPublicAccessArgs:
18098
18032
  @pulumi.getter
18099
18033
  def prometheus(self) -> Optional[pulumi.Input[bool]]:
18100
18034
  """
18101
- 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.
18035
+ 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
18036
  """
18103
18037
  return pulumi.get(self, "prometheus")
18104
18038
 
@@ -18232,8 +18166,8 @@ class ProjectTagArgs:
18232
18166
  key: pulumi.Input[str],
18233
18167
  value: pulumi.Input[str]):
18234
18168
  """
18235
- :param pulumi.Input[str] key: Project tag key
18236
- :param pulumi.Input[str] value: Project tag value
18169
+ :param pulumi.Input[str] key: Project tag key.
18170
+ :param pulumi.Input[str] value: Project tag value.
18237
18171
  """
18238
18172
  pulumi.set(__self__, "key", key)
18239
18173
  pulumi.set(__self__, "value", value)
@@ -18242,7 +18176,7 @@ class ProjectTagArgs:
18242
18176
  @pulumi.getter
18243
18177
  def key(self) -> pulumi.Input[str]:
18244
18178
  """
18245
- Project tag key
18179
+ Project tag key.
18246
18180
  """
18247
18181
  return pulumi.get(self, "key")
18248
18182
 
@@ -18254,7 +18188,7 @@ class ProjectTagArgs:
18254
18188
  @pulumi.getter
18255
18189
  def value(self) -> pulumi.Input[str]:
18256
18190
  """
18257
- Project tag value
18191
+ Project tag value.
18258
18192
  """
18259
18193
  return pulumi.get(self, "value")
18260
18194
 
@@ -18398,12 +18332,6 @@ class RedisComponentArgs:
18398
18332
  pulumi.set(self, "usage", value)
18399
18333
 
18400
18334
 
18401
- @pulumi.input_type
18402
- class RedisRediArgs:
18403
- def __init__(__self__):
18404
- pass
18405
-
18406
-
18407
18335
  @pulumi.input_type
18408
18336
  class RedisRedisUserConfigArgs:
18409
18337
  def __init__(__self__, *,
@@ -18459,9 +18387,6 @@ class RedisRedisUserConfigArgs:
18459
18387
  :param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
18460
18388
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
18461
18389
  """
18462
- if additional_backup_regions is not None:
18463
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
18464
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
18465
18390
  if additional_backup_regions is not None:
18466
18391
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
18467
18392
  if ip_filter_objects is not None:
@@ -18522,9 +18447,6 @@ class RedisRedisUserConfigArgs:
18522
18447
  """
18523
18448
  Additional Cloud Regions for Backup Replication.
18524
18449
  """
18525
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
18526
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
18527
-
18528
18450
  return pulumi.get(self, "additional_backup_regions")
18529
18451
 
18530
18452
  @additional_backup_regions.setter
@@ -19250,7 +19172,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
19250
19172
  :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs']]] columns: Table columns
19251
19173
  :param pulumi.Input[str] data_format: Message data format. The default value is `JSONEachRow`.
19252
19174
  :param pulumi.Input[str] group_name: Kafka consumers group. The default value is `clickhouse`.
19253
- :param pulumi.Input[str] name: Column name.
19175
+ :param pulumi.Input[str] name: Name of the table.
19254
19176
  :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs']]] topics: Kafka topics
19255
19177
  :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
19178
  :param pulumi.Input[str] date_time_input_format: Method to read DateTime from text input formats. The default value is `basic`.
@@ -19323,7 +19245,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
19323
19245
  @pulumi.getter
19324
19246
  def name(self) -> pulumi.Input[str]:
19325
19247
  """
19326
- Column name.
19248
+ Name of the table.
19327
19249
  """
19328
19250
  return pulumi.get(self, "name")
19329
19251
 
@@ -19482,7 +19404,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs:
19482
19404
  def __init__(__self__, *,
19483
19405
  name: pulumi.Input[str]):
19484
19406
  """
19485
- :param pulumi.Input[str] name: Column name.
19407
+ :param pulumi.Input[str] name: Name of the topic.
19486
19408
  """
19487
19409
  pulumi.set(__self__, "name", name)
19488
19410
 
@@ -19490,7 +19412,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs:
19490
19412
  @pulumi.getter
19491
19413
  def name(self) -> pulumi.Input[str]:
19492
19414
  """
19493
- Column name.
19415
+ Name of the topic.
19494
19416
  """
19495
19417
  return pulumi.get(self, "name")
19496
19418
 
@@ -19769,14 +19691,18 @@ class ServiceIntegrationDatadogUserConfigDatadogTagArgs:
19769
19691
  @pulumi.input_type
19770
19692
  class ServiceIntegrationDatadogUserConfigOpensearchArgs:
19771
19693
  def __init__(__self__, *,
19694
+ cluster_stats_enabled: Optional[pulumi.Input[bool]] = None,
19772
19695
  index_stats_enabled: Optional[pulumi.Input[bool]] = None,
19773
19696
  pending_task_stats_enabled: Optional[pulumi.Input[bool]] = None,
19774
19697
  pshard_stats_enabled: Optional[pulumi.Input[bool]] = None):
19775
19698
  """
19699
+ :param pulumi.Input[bool] cluster_stats_enabled: Enable Datadog Opensearch Cluster Monitoring.
19776
19700
  :param pulumi.Input[bool] index_stats_enabled: Enable Datadog Opensearch Index Monitoring.
19777
19701
  :param pulumi.Input[bool] pending_task_stats_enabled: Enable Datadog Opensearch Pending Task Monitoring.
19778
19702
  :param pulumi.Input[bool] pshard_stats_enabled: Enable Datadog Opensearch Primary Shard Monitoring.
19779
19703
  """
19704
+ if cluster_stats_enabled is not None:
19705
+ pulumi.set(__self__, "cluster_stats_enabled", cluster_stats_enabled)
19780
19706
  if index_stats_enabled is not None:
19781
19707
  pulumi.set(__self__, "index_stats_enabled", index_stats_enabled)
19782
19708
  if pending_task_stats_enabled is not None:
@@ -19784,6 +19710,18 @@ class ServiceIntegrationDatadogUserConfigOpensearchArgs:
19784
19710
  if pshard_stats_enabled is not None:
19785
19711
  pulumi.set(__self__, "pshard_stats_enabled", pshard_stats_enabled)
19786
19712
 
19713
+ @property
19714
+ @pulumi.getter(name="clusterStatsEnabled")
19715
+ def cluster_stats_enabled(self) -> Optional[pulumi.Input[bool]]:
19716
+ """
19717
+ Enable Datadog Opensearch Cluster Monitoring.
19718
+ """
19719
+ return pulumi.get(self, "cluster_stats_enabled")
19720
+
19721
+ @cluster_stats_enabled.setter
19722
+ def cluster_stats_enabled(self, value: Optional[pulumi.Input[bool]]):
19723
+ pulumi.set(self, "cluster_stats_enabled", value)
19724
+
19787
19725
  @property
19788
19726
  @pulumi.getter(name="indexStatsEnabled")
19789
19727
  def index_stats_enabled(self) -> Optional[pulumi.Input[bool]]:
@@ -20227,7 +20165,7 @@ class ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgs:
20227
20165
  service_account_credentials: pulumi.Input[str]):
20228
20166
  """
20229
20167
  :param pulumi.Input[str] project_id: GCP project id.
20230
- :param pulumi.Input[str] service_account_credentials: This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys .
20168
+ :param pulumi.Input[str] service_account_credentials: This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys.
20231
20169
  """
20232
20170
  pulumi.set(__self__, "project_id", project_id)
20233
20171
  pulumi.set(__self__, "service_account_credentials", service_account_credentials)
@@ -20248,7 +20186,7 @@ class ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgs:
20248
20186
  @pulumi.getter(name="serviceAccountCredentials")
20249
20187
  def service_account_credentials(self) -> pulumi.Input[str]:
20250
20188
  """
20251
- This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys .
20189
+ This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys.
20252
20190
  """
20253
20191
  return pulumi.get(self, "service_account_credentials")
20254
20192
 
@@ -20266,7 +20204,7 @@ class ServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfigArgs:
20266
20204
  """
20267
20205
  :param pulumi.Input[str] log_id: Google Cloud Logging log id.
20268
20206
  :param pulumi.Input[str] project_id: GCP project id.
20269
- :param pulumi.Input[str] service_account_credentials: This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys .
20207
+ :param pulumi.Input[str] service_account_credentials: This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys.
20270
20208
  """
20271
20209
  pulumi.set(__self__, "log_id", log_id)
20272
20210
  pulumi.set(__self__, "project_id", project_id)
@@ -20300,7 +20238,7 @@ class ServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfigArgs:
20300
20238
  @pulumi.getter(name="serviceAccountCredentials")
20301
20239
  def service_account_credentials(self) -> pulumi.Input[str]:
20302
20240
  """
20303
- This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys .
20241
+ This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys.
20304
20242
  """
20305
20243
  return pulumi.get(self, "service_account_credentials")
20306
20244
 
@@ -21641,7 +21579,7 @@ class ServiceIntegrationMetricsUserConfigSourceMysqlTelegrafArgs:
21641
21579
  perf_events_statements_time_limit: Optional[pulumi.Input[int]] = None):
21642
21580
  """
21643
21581
  :param pulumi.Input[bool] gather_event_waits: Gather metrics from PERFORMANCE*SCHEMA.EVENT*WAITS.
21644
- :param pulumi.Input[bool] gather_file_events_stats: gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21582
+ :param pulumi.Input[bool] gather_file_events_stats: Gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21645
21583
  :param pulumi.Input[bool] gather_index_io_waits: Gather metrics from PERFORMANCE*SCHEMA.TABLE*IO*WAITS*SUMMARY*BY*INDEX_USAGE.
21646
21584
  :param pulumi.Input[bool] gather_info_schema_auto_inc: Gather auto_increment columns and max values from information schema.
21647
21585
  :param pulumi.Input[bool] gather_innodb_metrics: Gather metrics from INFORMATION*SCHEMA.INNODB*METRICS.
@@ -21700,7 +21638,7 @@ class ServiceIntegrationMetricsUserConfigSourceMysqlTelegrafArgs:
21700
21638
  @pulumi.getter(name="gatherFileEventsStats")
21701
21639
  def gather_file_events_stats(self) -> Optional[pulumi.Input[bool]]:
21702
21640
  """
21703
- gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21641
+ Gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21704
21642
  """
21705
21643
  return pulumi.get(self, "gather_file_events_stats")
21706
21644
 
@@ -21918,7 +21856,7 @@ class ServiceIntegrationPrometheusUserConfigSourceMysqlTelegrafArgs:
21918
21856
  perf_events_statements_time_limit: Optional[pulumi.Input[int]] = None):
21919
21857
  """
21920
21858
  :param pulumi.Input[bool] gather_event_waits: Gather metrics from PERFORMANCE*SCHEMA.EVENT*WAITS.
21921
- :param pulumi.Input[bool] gather_file_events_stats: gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21859
+ :param pulumi.Input[bool] gather_file_events_stats: Gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21922
21860
  :param pulumi.Input[bool] gather_index_io_waits: Gather metrics from PERFORMANCE*SCHEMA.TABLE*IO*WAITS*SUMMARY*BY*INDEX_USAGE.
21923
21861
  :param pulumi.Input[bool] gather_info_schema_auto_inc: Gather auto_increment columns and max values from information schema.
21924
21862
  :param pulumi.Input[bool] gather_innodb_metrics: Gather metrics from INFORMATION*SCHEMA.INNODB*METRICS.
@@ -21977,7 +21915,7 @@ class ServiceIntegrationPrometheusUserConfigSourceMysqlTelegrafArgs:
21977
21915
  @pulumi.getter(name="gatherFileEventsStats")
21978
21916
  def gather_file_events_stats(self) -> Optional[pulumi.Input[bool]]:
21979
21917
  """
21980
- gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21918
+ Gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21981
21919
  """
21982
21920
  return pulumi.get(self, "gather_file_events_stats")
21983
21921