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