pulumi-aiven 6.14.0a1714562227__py3-none-any.whl → 6.15.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (117) hide show
  1. pulumi_aiven/__init__.py +19 -0
  2. pulumi_aiven/_inputs.py +232 -150
  3. pulumi_aiven/account_authentication.py +2 -2
  4. pulumi_aiven/account_team_member.py +2 -2
  5. pulumi_aiven/aws_privatelink.py +14 -14
  6. pulumi_aiven/azure_privatelink.py +14 -14
  7. pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
  8. pulumi_aiven/billing_group.py +18 -16
  9. pulumi_aiven/cassandra.py +16 -44
  10. pulumi_aiven/cassandra_user.py +16 -16
  11. pulumi_aiven/clickhouse.py +16 -44
  12. pulumi_aiven/clickhouse_database.py +16 -43
  13. pulumi_aiven/clickhouse_grant.py +14 -14
  14. pulumi_aiven/clickhouse_role.py +18 -18
  15. pulumi_aiven/clickhouse_user.py +14 -14
  16. pulumi_aiven/connection_pool.py +16 -16
  17. pulumi_aiven/dragonfly.py +124 -263
  18. pulumi_aiven/flink.py +16 -16
  19. pulumi_aiven/flink_application.py +16 -16
  20. pulumi_aiven/flink_application_deployment.py +21 -21
  21. pulumi_aiven/flink_application_version.py +14 -14
  22. pulumi_aiven/gcp_privatelink.py +21 -21
  23. pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
  24. pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
  25. pulumi_aiven/get_aws_privatelink.py +6 -6
  26. pulumi_aiven/get_azure_privatelink.py +6 -6
  27. pulumi_aiven/get_billing_group.py +2 -2
  28. pulumi_aiven/get_cassanda.py +5 -18
  29. pulumi_aiven/get_cassandra.py +5 -18
  30. pulumi_aiven/get_cassandra_user.py +6 -6
  31. pulumi_aiven/get_clickhouse.py +5 -18
  32. pulumi_aiven/get_clickhouse_database.py +6 -6
  33. pulumi_aiven/get_clickhouse_user.py +6 -6
  34. pulumi_aiven/get_connection_pool.py +6 -6
  35. pulumi_aiven/get_dragonfly.py +27 -20
  36. pulumi_aiven/get_flink.py +4 -4
  37. pulumi_aiven/get_flink_application.py +6 -6
  38. pulumi_aiven/get_flink_application_version.py +6 -6
  39. pulumi_aiven/get_grafana.py +5 -18
  40. pulumi_aiven/get_kafka.py +13 -13
  41. pulumi_aiven/get_kafka_acl.py +6 -6
  42. pulumi_aiven/get_kafka_connect.py +5 -18
  43. pulumi_aiven/get_kafka_connector.py +6 -6
  44. pulumi_aiven/get_kafka_mirror_maker.py +5 -18
  45. pulumi_aiven/get_kafka_schema.py +6 -6
  46. pulumi_aiven/get_kafka_schema_configuration.py +6 -6
  47. pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
  48. pulumi_aiven/get_kafka_topic.py +16 -16
  49. pulumi_aiven/get_kafka_user.py +6 -6
  50. pulumi_aiven/get_m3_aggregator.py +5 -18
  51. pulumi_aiven/get_m3_db.py +5 -18
  52. pulumi_aiven/get_m3db_user.py +6 -6
  53. pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
  54. pulumi_aiven/get_my_sql.py +5 -18
  55. pulumi_aiven/get_mysql_database.py +6 -6
  56. pulumi_aiven/get_mysql_user.py +6 -6
  57. pulumi_aiven/get_open_search.py +4 -4
  58. pulumi_aiven/get_open_search_acl_config.py +6 -6
  59. pulumi_aiven/get_open_search_acl_rule.py +6 -6
  60. pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
  61. pulumi_aiven/get_opensearch_user.py +6 -6
  62. pulumi_aiven/get_organization_application_user.py +156 -0
  63. pulumi_aiven/get_pg.py +4 -4
  64. pulumi_aiven/get_pg_database.py +6 -6
  65. pulumi_aiven/get_pg_user.py +6 -6
  66. pulumi_aiven/get_project.py +17 -17
  67. pulumi_aiven/get_project_user.py +7 -7
  68. pulumi_aiven/get_redis.py +5 -18
  69. pulumi_aiven/get_redis_user.py +6 -6
  70. pulumi_aiven/get_service_integration.py +19 -29
  71. pulumi_aiven/grafana.py +78 -261
  72. pulumi_aiven/influx_db.py +21 -21
  73. pulumi_aiven/influxdb_database.py +21 -41
  74. pulumi_aiven/influxdb_user.py +21 -21
  75. pulumi_aiven/kafka.py +43 -43
  76. pulumi_aiven/kafka_acl.py +16 -16
  77. pulumi_aiven/kafka_connect.py +78 -261
  78. pulumi_aiven/kafka_connector.py +14 -14
  79. pulumi_aiven/kafka_mirror_maker.py +78 -261
  80. pulumi_aiven/kafka_schema.py +14 -14
  81. pulumi_aiven/kafka_schema_configuration.py +16 -16
  82. pulumi_aiven/kafka_schema_registry_acl.py +54 -14
  83. pulumi_aiven/kafka_topic.py +40 -60
  84. pulumi_aiven/kafka_user.py +16 -16
  85. pulumi_aiven/m3_aggregator.py +78 -261
  86. pulumi_aiven/m3_db.py +78 -261
  87. pulumi_aiven/m3db_user.py +14 -14
  88. pulumi_aiven/mirror_maker_replication_flow.py +14 -14
  89. pulumi_aiven/my_sql.py +78 -261
  90. pulumi_aiven/mysql_database.py +16 -36
  91. pulumi_aiven/mysql_user.py +16 -16
  92. pulumi_aiven/open_search.py +14 -14
  93. pulumi_aiven/open_search_acl_config.py +16 -20
  94. pulumi_aiven/open_search_acl_rule.py +16 -16
  95. pulumi_aiven/opensearch_security_plugin_config.py +16 -16
  96. pulumi_aiven/opensearch_user.py +16 -16
  97. pulumi_aiven/organization_application_user.py +323 -0
  98. pulumi_aiven/organization_application_user_token.py +742 -0
  99. pulumi_aiven/organization_group_project.py +20 -6
  100. pulumi_aiven/organization_user.py +2 -20
  101. pulumi_aiven/outputs.py +259 -266
  102. pulumi_aiven/pg.py +16 -16
  103. pulumi_aiven/pg_database.py +16 -36
  104. pulumi_aiven/pg_user.py +16 -16
  105. pulumi_aiven/project.py +71 -71
  106. pulumi_aiven/project_user.py +22 -22
  107. pulumi_aiven/project_vpc.py +7 -7
  108. pulumi_aiven/redis.py +78 -261
  109. pulumi_aiven/redis_user.py +16 -16
  110. pulumi_aiven/service_integration.py +54 -54
  111. pulumi_aiven/static_ip.py +7 -7
  112. pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
  113. {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/METADATA +1 -1
  114. pulumi_aiven-6.15.0.dist-info/RECORD +153 -0
  115. pulumi_aiven-6.14.0a1714562227.dist-info/RECORD +0 -150
  116. {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/WHEEL +0 -0
  117. {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/_inputs.py CHANGED
@@ -11,7 +11,6 @@ from . import _utilities
11
11
 
12
12
  __all__ = [
13
13
  'AccountAuthenticationSamlFieldMappingArgs',
14
- 'CassandraCassandraArgs',
15
14
  'CassandraCassandraUserConfigArgs',
16
15
  'CassandraCassandraUserConfigCassandraArgs',
17
16
  'CassandraCassandraUserConfigIpFilterObjectArgs',
@@ -21,7 +20,6 @@ __all__ = [
21
20
  'CassandraServiceIntegrationArgs',
22
21
  'CassandraTagArgs',
23
22
  'CassandraTechEmailArgs',
24
- 'ClickhouseClickhouseArgs',
25
23
  'ClickhouseClickhouseUserConfigArgs',
26
24
  'ClickhouseClickhouseUserConfigIpFilterObjectArgs',
27
25
  'ClickhouseClickhouseUserConfigPrivateAccessArgs',
@@ -34,7 +32,6 @@ __all__ = [
34
32
  'ClickhouseTagArgs',
35
33
  'ClickhouseTechEmailArgs',
36
34
  'DragonflyComponentArgs',
37
- 'DragonflyDragonflyArgs',
38
35
  'DragonflyDragonflyUserConfigArgs',
39
36
  'DragonflyDragonflyUserConfigIpFilterObjectArgs',
40
37
  'DragonflyDragonflyUserConfigMigrationArgs',
@@ -55,7 +52,6 @@ __all__ = [
55
52
  'FlinkTagArgs',
56
53
  'FlinkTechEmailArgs',
57
54
  'GrafanaComponentArgs',
58
- 'GrafanaGrafanaArgs',
59
55
  'GrafanaGrafanaUserConfigArgs',
60
56
  'GrafanaGrafanaUserConfigAuthAzureadArgs',
61
57
  'GrafanaGrafanaUserConfigAuthGenericOauthArgs',
@@ -85,7 +81,6 @@ __all__ = [
85
81
  'InfluxDbTechEmailArgs',
86
82
  'KafkaComponentArgs',
87
83
  'KafkaConnectComponentArgs',
88
- 'KafkaConnectKafkaConnectArgs',
89
84
  'KafkaConnectKafkaConnectUserConfigArgs',
90
85
  'KafkaConnectKafkaConnectUserConfigIpFilterObjectArgs',
91
86
  'KafkaConnectKafkaConnectUserConfigKafkaConnectArgs',
@@ -110,7 +105,6 @@ __all__ = [
110
105
  'KafkaKafkaUserConfigTieredStorageArgs',
111
106
  'KafkaKafkaUserConfigTieredStorageLocalCacheArgs',
112
107
  'KafkaMirrorMakerComponentArgs',
113
- 'KafkaMirrorMakerKafkaMirrormakerArgs',
114
108
  'KafkaMirrorMakerKafkaMirrormakerUserConfigArgs',
115
109
  'KafkaMirrorMakerKafkaMirrormakerUserConfigIpFilterObjectArgs',
116
110
  'KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormakerArgs',
@@ -123,14 +117,12 @@ __all__ = [
123
117
  'KafkaTopicConfigArgs',
124
118
  'KafkaTopicTagArgs',
125
119
  'M3AggregatorComponentArgs',
126
- 'M3AggregatorM3aggregatorArgs',
127
120
  'M3AggregatorM3aggregatorUserConfigArgs',
128
121
  'M3AggregatorM3aggregatorUserConfigIpFilterObjectArgs',
129
122
  'M3AggregatorServiceIntegrationArgs',
130
123
  'M3AggregatorTagArgs',
131
124
  'M3AggregatorTechEmailArgs',
132
125
  'M3DbComponentArgs',
133
- 'M3DbM3dbArgs',
134
126
  'M3DbM3dbUserConfigArgs',
135
127
  'M3DbM3dbUserConfigIpFilterObjectArgs',
136
128
  'M3DbM3dbUserConfigLimitsArgs',
@@ -149,7 +141,6 @@ __all__ = [
149
141
  'M3DbTagArgs',
150
142
  'M3DbTechEmailArgs',
151
143
  'MySqlComponentArgs',
152
- 'MySqlMysqlArgs',
153
144
  'MySqlMysqlUserConfigArgs',
154
145
  'MySqlMysqlUserConfigIpFilterObjectArgs',
155
146
  'MySqlMysqlUserConfigMigrationArgs',
@@ -179,6 +170,8 @@ __all__ = [
179
170
  'OpenSearchServiceIntegrationArgs',
180
171
  'OpenSearchTagArgs',
181
172
  'OpenSearchTechEmailArgs',
173
+ 'OrganizationApplicationUserTimeoutsArgs',
174
+ 'OrganizationApplicationUserTokenTimeoutsArgs',
182
175
  'OrganizationGroupProjectTimeoutsArgs',
183
176
  'OrganizationTimeoutsArgs',
184
177
  'OrganizationUserGroupMemberTimeoutsArgs',
@@ -201,7 +194,6 @@ __all__ = [
201
194
  'PgTechEmailArgs',
202
195
  'ProjectTagArgs',
203
196
  'RedisComponentArgs',
204
- 'RedisRediArgs',
205
197
  'RedisRedisUserConfigArgs',
206
198
  'RedisRedisUserConfigIpFilterObjectArgs',
207
199
  'RedisRedisUserConfigMigrationArgs',
@@ -342,12 +334,6 @@ class AccountAuthenticationSamlFieldMappingArgs:
342
334
  pulumi.set(self, "real_name", value)
343
335
 
344
336
 
345
- @pulumi.input_type
346
- class CassandraCassandraArgs:
347
- def __init__(__self__):
348
- pass
349
-
350
-
351
337
  @pulumi.input_type
352
338
  class CassandraCassandraUserConfigArgs:
353
339
  def __init__(__self__, *,
@@ -371,7 +357,7 @@ class CassandraCassandraUserConfigArgs:
371
357
  :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
372
358
  :param pulumi.Input[int] backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
373
359
  :param pulumi.Input[int] backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
374
- :param pulumi.Input['CassandraCassandraUserConfigCassandraArgs'] cassandra: cassandra configuration values
360
+ :param pulumi.Input['CassandraCassandraUserConfigCassandraArgs'] cassandra: Cassandra configuration values
375
361
  :param pulumi.Input[str] cassandra_version: Cassandra version.
376
362
  :param pulumi.Input[Sequence[pulumi.Input['CassandraCassandraUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
377
363
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
@@ -467,7 +453,7 @@ class CassandraCassandraUserConfigArgs:
467
453
  @pulumi.getter
468
454
  def cassandra(self) -> Optional[pulumi.Input['CassandraCassandraUserConfigCassandraArgs']]:
469
455
  """
470
- cassandra configuration values
456
+ Cassandra configuration values
471
457
  """
472
458
  return pulumi.get(self, "cassandra")
473
459
 
@@ -993,12 +979,6 @@ class CassandraTechEmailArgs:
993
979
  pulumi.set(self, "email", value)
994
980
 
995
981
 
996
- @pulumi.input_type
997
- class ClickhouseClickhouseArgs:
998
- def __init__(__self__):
999
- pass
1000
-
1001
-
1002
982
  @pulumi.input_type
1003
983
  class ClickhouseClickhouseUserConfigArgs:
1004
984
  def __init__(__self__, *,
@@ -1920,16 +1900,11 @@ class DragonflyComponentArgs:
1920
1900
  pulumi.set(self, "usage", value)
1921
1901
 
1922
1902
 
1923
- @pulumi.input_type
1924
- class DragonflyDragonflyArgs:
1925
- def __init__(__self__):
1926
- pass
1927
-
1928
-
1929
1903
  @pulumi.input_type
1930
1904
  class DragonflyDragonflyUserConfigArgs:
1931
1905
  def __init__(__self__, *,
1932
1906
  cache_mode: Optional[pulumi.Input[bool]] = None,
1907
+ dragonfly_persistence: Optional[pulumi.Input[str]] = None,
1933
1908
  dragonfly_ssl: Optional[pulumi.Input[bool]] = None,
1934
1909
  ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['DragonflyDragonflyUserConfigIpFilterObjectArgs']]]] = None,
1935
1910
  ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -1945,6 +1920,7 @@ class DragonflyDragonflyUserConfigArgs:
1945
1920
  static_ips: Optional[pulumi.Input[bool]] = None):
1946
1921
  """
1947
1922
  :param pulumi.Input[bool] cache_mode: Evict entries when getting close to maxmemory limit. The default value is `false`.
1923
+ :param pulumi.Input[str] dragonfly_persistence: When persistence is 'rdb', Dragonfly does RDB dumps each 10 minutes. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
1948
1924
  :param pulumi.Input[bool] dragonfly_ssl: Require SSL to access Dragonfly. The default value is `true`.
1949
1925
  :param pulumi.Input[Sequence[pulumi.Input['DragonflyDragonflyUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
1950
1926
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
@@ -1961,6 +1937,8 @@ class DragonflyDragonflyUserConfigArgs:
1961
1937
  """
1962
1938
  if cache_mode is not None:
1963
1939
  pulumi.set(__self__, "cache_mode", cache_mode)
1940
+ if dragonfly_persistence is not None:
1941
+ pulumi.set(__self__, "dragonfly_persistence", dragonfly_persistence)
1964
1942
  if dragonfly_ssl is not None:
1965
1943
  pulumi.set(__self__, "dragonfly_ssl", dragonfly_ssl)
1966
1944
  if ip_filter_objects is not None:
@@ -2003,6 +1981,18 @@ class DragonflyDragonflyUserConfigArgs:
2003
1981
  def cache_mode(self, value: Optional[pulumi.Input[bool]]):
2004
1982
  pulumi.set(self, "cache_mode", value)
2005
1983
 
1984
+ @property
1985
+ @pulumi.getter(name="dragonflyPersistence")
1986
+ def dragonfly_persistence(self) -> Optional[pulumi.Input[str]]:
1987
+ """
1988
+ 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.
1989
+ """
1990
+ return pulumi.get(self, "dragonfly_persistence")
1991
+
1992
+ @dragonfly_persistence.setter
1993
+ def dragonfly_persistence(self, value: Optional[pulumi.Input[str]]):
1994
+ pulumi.set(self, "dragonfly_persistence", value)
1995
+
2006
1996
  @property
2007
1997
  @pulumi.getter(name="dragonflySsl")
2008
1998
  def dragonfly_ssl(self) -> Optional[pulumi.Input[bool]]:
@@ -3252,12 +3242,6 @@ class GrafanaComponentArgs:
3252
3242
  pulumi.set(self, "usage", value)
3253
3243
 
3254
3244
 
3255
- @pulumi.input_type
3256
- class GrafanaGrafanaArgs:
3257
- def __init__(__self__):
3258
- pass
3259
-
3260
-
3261
3245
  @pulumi.input_type
3262
3246
  class GrafanaGrafanaUserConfigArgs:
3263
3247
  def __init__(__self__, *,
@@ -3305,7 +3289,7 @@ class GrafanaGrafanaUserConfigArgs:
3305
3289
  viewers_can_edit: Optional[pulumi.Input[bool]] = None):
3306
3290
  """
3307
3291
  :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
3308
- :param pulumi.Input[bool] alerting_enabled: Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified_alerting_enabled.
3292
+ :param pulumi.Input[bool] alerting_enabled: Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
3309
3293
  :param pulumi.Input[str] alerting_error_or_timeout: Default error or timeout setting for new alerting rules.
3310
3294
  :param pulumi.Input[int] alerting_max_annotations_to_keep: Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
3311
3295
  :param pulumi.Input[str] alerting_nodata_or_nullvalues: Default value for 'no data or null values' for new alerting rules.
@@ -3342,14 +3326,11 @@ class GrafanaGrafanaUserConfigArgs:
3342
3326
  :param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
3343
3327
  :param pulumi.Input['GrafanaGrafanaUserConfigSmtpServerArgs'] smtp_server: SMTP server settings
3344
3328
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
3345
- :param pulumi.Input[bool] unified_alerting_enabled: Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified_alerting_enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/ for more details.
3329
+ :param pulumi.Input[bool] unified_alerting_enabled: Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified*alerting*enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/ for more details.
3346
3330
  :param pulumi.Input[bool] user_auto_assign_org: Auto-assign new users on signup to main organization. Defaults to false.
3347
3331
  :param pulumi.Input[str] user_auto_assign_org_role: Set role for new signups. Defaults to Viewer.
3348
3332
  :param pulumi.Input[bool] viewers_can_edit: Users with view-only permission can edit but not save dashboards.
3349
3333
  """
3350
- if additional_backup_regions is not None:
3351
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
3352
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
3353
3334
  if additional_backup_regions is not None:
3354
3335
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
3355
3336
  if alerting_enabled is not None:
@@ -3444,9 +3425,6 @@ class GrafanaGrafanaUserConfigArgs:
3444
3425
  """
3445
3426
  Additional Cloud Regions for Backup Replication.
3446
3427
  """
3447
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
3448
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
3449
-
3450
3428
  return pulumi.get(self, "additional_backup_regions")
3451
3429
 
3452
3430
  @additional_backup_regions.setter
@@ -3457,7 +3435,7 @@ class GrafanaGrafanaUserConfigArgs:
3457
3435
  @pulumi.getter(name="alertingEnabled")
3458
3436
  def alerting_enabled(self) -> Optional[pulumi.Input[bool]]:
3459
3437
  """
3460
- Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified_alerting_enabled.
3438
+ Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
3461
3439
  """
3462
3440
  return pulumi.get(self, "alerting_enabled")
3463
3441
 
@@ -3904,7 +3882,7 @@ class GrafanaGrafanaUserConfigArgs:
3904
3882
  @pulumi.getter(name="unifiedAlertingEnabled")
3905
3883
  def unified_alerting_enabled(self) -> Optional[pulumi.Input[bool]]:
3906
3884
  """
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.
3885
+ Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified*alerting*enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/ for more details.
3908
3886
  """
3909
3887
  return pulumi.get(self, "unified_alerting_enabled")
3910
3888
 
@@ -6073,12 +6051,6 @@ class KafkaConnectComponentArgs:
6073
6051
  pulumi.set(self, "usage", value)
6074
6052
 
6075
6053
 
6076
- @pulumi.input_type
6077
- class KafkaConnectKafkaConnectArgs:
6078
- def __init__(__self__):
6079
- pass
6080
-
6081
-
6082
6054
  @pulumi.input_type
6083
6055
  class KafkaConnectKafkaConnectUserConfigArgs:
6084
6056
  def __init__(__self__, *,
@@ -6319,8 +6291,8 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
6319
6291
  :param pulumi.Input[str] connector_client_config_override_policy: Defines what client configurations can be overridden by the connector. Default is None.
6320
6292
  :param pulumi.Input[str] consumer_auto_offset_reset: What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
6321
6293
  :param pulumi.Input[int] consumer_fetch_max_bytes: Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
6322
- :param pulumi.Input[str] consumer_isolation_level: Transaction read isolation level. read_uncommitted is the default, but read_committed can be used if consume-exactly-once behavior is desired.
6323
- :param pulumi.Input[int] consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress. .
6294
+ :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.
6295
+ :param pulumi.Input[int] consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
6324
6296
  :param pulumi.Input[int] consumer_max_poll_interval_ms: The maximum delay in milliseconds between invocations of poll() when using consumer group management (defaults to 300000).
6325
6297
  :param pulumi.Input[int] consumer_max_poll_records: The maximum number of records returned in a single call to poll() (defaults to 500).
6326
6298
  :param pulumi.Input[int] offset_flush_interval_ms: The interval at which to try committing offsets for tasks (defaults to 60000).
@@ -6406,7 +6378,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
6406
6378
  @pulumi.getter(name="consumerIsolationLevel")
6407
6379
  def consumer_isolation_level(self) -> Optional[pulumi.Input[str]]:
6408
6380
  """
6409
- Transaction read isolation level. read_uncommitted is the default, but read_committed can be used if consume-exactly-once behavior is desired.
6381
+ Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
6410
6382
  """
6411
6383
  return pulumi.get(self, "consumer_isolation_level")
6412
6384
 
@@ -6418,7 +6390,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
6418
6390
  @pulumi.getter(name="consumerMaxPartitionFetchBytes")
6419
6391
  def consumer_max_partition_fetch_bytes(self) -> Optional[pulumi.Input[int]]:
6420
6392
  """
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. .
6393
+ Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
6422
6394
  """
6423
6395
  return pulumi.get(self, "consumer_max_partition_fetch_bytes")
6424
6396
 
@@ -6836,11 +6808,11 @@ class KafkaKafkaArgs:
6836
6808
  rest_uri: Optional[pulumi.Input[str]] = None,
6837
6809
  schema_registry_uri: Optional[pulumi.Input[str]] = None):
6838
6810
  """
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
6811
+ :param pulumi.Input[str] access_cert: The Kafka client certificate.
6812
+ :param pulumi.Input[str] access_key: The Kafka client certificate key.
6813
+ :param pulumi.Input[str] connect_uri: The Kafka Connect URI.
6814
+ :param pulumi.Input[str] rest_uri: The Kafka REST URI.
6815
+ :param pulumi.Input[str] schema_registry_uri: The Schema Registry URI.
6844
6816
  """
6845
6817
  if access_cert is not None:
6846
6818
  pulumi.set(__self__, "access_cert", access_cert)
@@ -6857,7 +6829,7 @@ class KafkaKafkaArgs:
6857
6829
  @pulumi.getter(name="accessCert")
6858
6830
  def access_cert(self) -> Optional[pulumi.Input[str]]:
6859
6831
  """
6860
- The Kafka client certificate
6832
+ The Kafka client certificate.
6861
6833
  """
6862
6834
  return pulumi.get(self, "access_cert")
6863
6835
 
@@ -6869,7 +6841,7 @@ class KafkaKafkaArgs:
6869
6841
  @pulumi.getter(name="accessKey")
6870
6842
  def access_key(self) -> Optional[pulumi.Input[str]]:
6871
6843
  """
6872
- The Kafka client certificate key
6844
+ The Kafka client certificate key.
6873
6845
  """
6874
6846
  return pulumi.get(self, "access_key")
6875
6847
 
@@ -6881,7 +6853,7 @@ class KafkaKafkaArgs:
6881
6853
  @pulumi.getter(name="connectUri")
6882
6854
  def connect_uri(self) -> Optional[pulumi.Input[str]]:
6883
6855
  """
6884
- The Kafka Connect URI, if any
6856
+ The Kafka Connect URI.
6885
6857
  """
6886
6858
  return pulumi.get(self, "connect_uri")
6887
6859
 
@@ -6893,7 +6865,7 @@ class KafkaKafkaArgs:
6893
6865
  @pulumi.getter(name="restUri")
6894
6866
  def rest_uri(self) -> Optional[pulumi.Input[str]]:
6895
6867
  """
6896
- The Kafka REST URI, if any
6868
+ The Kafka REST URI.
6897
6869
  """
6898
6870
  return pulumi.get(self, "rest_uri")
6899
6871
 
@@ -6905,7 +6877,7 @@ class KafkaKafkaArgs:
6905
6877
  @pulumi.getter(name="schemaRegistryUri")
6906
6878
  def schema_registry_uri(self) -> Optional[pulumi.Input[str]]:
6907
6879
  """
6908
- The Schema Registry URI, if any
6880
+ The Schema Registry URI.
6909
6881
  """
6910
6882
  return pulumi.get(self, "schema_registry_uri")
6911
6883
 
@@ -7391,7 +7363,7 @@ class KafkaKafkaUserConfigKafkaArgs:
7391
7363
  :param pulumi.Input[int] log_index_size_max_bytes: The maximum size in bytes of the offset index.
7392
7364
  :param pulumi.Input[int] log_local_retention_bytes: The maximum size of local log segments that can grow for a partition before it gets eligible for deletion. If set to -2, the value of log.retention.bytes is used. The effective value should always be less than or equal to log.retention.bytes value.
7393
7365
  :param pulumi.Input[int] log_local_retention_ms: The number of milliseconds to keep the local log segments before it gets eligible for deletion. If set to -2, the value of log.retention.ms is used. The effective value should always be less than or equal to log.retention.ms value.
7394
- :param pulumi.Input[bool] log_message_downconversion_enable: This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests. .
7366
+ :param pulumi.Input[bool] log_message_downconversion_enable: This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests.
7395
7367
  :param pulumi.Input[int] log_message_timestamp_difference_max_ms: The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message.
7396
7368
  :param pulumi.Input[str] log_message_timestamp_type: Define whether the timestamp in the message is message create time or log append time.
7397
7369
  :param pulumi.Input[bool] log_preallocate: Should pre allocate file when create new segment?
@@ -7413,7 +7385,7 @@ class KafkaKafkaUserConfigKafkaArgs:
7413
7385
  :param pulumi.Input[int] replica_fetch_response_max_bytes: Maximum bytes expected for the entire fetch response (defaults to 10485760). Records are fetched in batches, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that progress can be made. As such, this is not an absolute maximum.
7414
7386
  :param pulumi.Input[str] sasl_oauthbearer_expected_audience: The (optional) comma-delimited setting for the broker to use to verify that the JWT was issued for one of the expected audiences.
7415
7387
  :param pulumi.Input[str] sasl_oauthbearer_expected_issuer: Optional setting for the broker to use to verify that the JWT was created by the expected issuer.
7416
- :param pulumi.Input[str] sasl_oauthbearer_jwks_endpoint_url: OIDC JWKS endpoint URL. By setting this the SASL SSL OAuth2/OIDC authentication is enabled. See also other options for SASL OAuth2/OIDC. .
7388
+ :param pulumi.Input[str] sasl_oauthbearer_jwks_endpoint_url: OIDC JWKS endpoint URL. By setting this the SASL SSL OAuth2/OIDC authentication is enabled. See also other options for SASL OAuth2/OIDC.
7417
7389
  :param pulumi.Input[str] sasl_oauthbearer_sub_claim_name: Name of the scope from which to extract the subject claim from the JWT. Defaults to sub.
7418
7390
  :param pulumi.Input[int] socket_request_max_bytes: The maximum number of bytes in a socket request (defaults to 104857600).
7419
7391
  :param pulumi.Input[bool] transaction_partition_verification_enable: Enable verification that checks that the partition has been added to the transaction before writing transactional records to the partition.
@@ -7733,7 +7705,7 @@ class KafkaKafkaUserConfigKafkaArgs:
7733
7705
  @pulumi.getter(name="logMessageDownconversionEnable")
7734
7706
  def log_message_downconversion_enable(self) -> Optional[pulumi.Input[bool]]:
7735
7707
  """
7736
- This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests. .
7708
+ This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests.
7737
7709
  """
7738
7710
  return pulumi.get(self, "log_message_downconversion_enable")
7739
7711
 
@@ -7997,7 +7969,7 @@ class KafkaKafkaUserConfigKafkaArgs:
7997
7969
  @pulumi.getter(name="saslOauthbearerJwksEndpointUrl")
7998
7970
  def sasl_oauthbearer_jwks_endpoint_url(self) -> Optional[pulumi.Input[str]]:
7999
7971
  """
8000
- OIDC JWKS endpoint URL. By setting this the SASL SSL OAuth2/OIDC authentication is enabled. See also other options for SASL OAuth2/OIDC. .
7972
+ OIDC JWKS endpoint URL. By setting this the SASL SSL OAuth2/OIDC authentication is enabled. See also other options for SASL OAuth2/OIDC.
8001
7973
  """
8002
7974
  return pulumi.get(self, "sasl_oauthbearer_jwks_endpoint_url")
8003
7975
 
@@ -8129,7 +8101,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
8129
8101
  :param pulumi.Input[str] consumer_auto_offset_reset: What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
8130
8102
  :param pulumi.Input[int] consumer_fetch_max_bytes: Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
8131
8103
  :param pulumi.Input[str] consumer_isolation_level: Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
8132
- :param pulumi.Input[int] consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress. .
8104
+ :param pulumi.Input[int] consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
8133
8105
  :param pulumi.Input[int] consumer_max_poll_interval_ms: The maximum delay in milliseconds between invocations of poll() when using consumer group management (defaults to 300000).
8134
8106
  :param pulumi.Input[int] consumer_max_poll_records: The maximum number of records returned in a single call to poll() (defaults to 500).
8135
8107
  :param pulumi.Input[int] offset_flush_interval_ms: The interval at which to try committing offsets for tasks (defaults to 60000).
@@ -8227,7 +8199,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
8227
8199
  @pulumi.getter(name="consumerMaxPartitionFetchBytes")
8228
8200
  def consumer_max_partition_fetch_bytes(self) -> Optional[pulumi.Input[int]]:
8229
8201
  """
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. .
8202
+ Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
8231
8203
  """
8232
8204
  return pulumi.get(self, "consumer_max_partition_fetch_bytes")
8233
8205
 
@@ -9060,12 +9032,6 @@ class KafkaMirrorMakerComponentArgs:
9060
9032
  pulumi.set(self, "usage", value)
9061
9033
 
9062
9034
 
9063
- @pulumi.input_type
9064
- class KafkaMirrorMakerKafkaMirrormakerArgs:
9065
- def __init__(__self__):
9066
- pass
9067
-
9068
-
9069
9035
  @pulumi.input_type
9070
9036
  class KafkaMirrorMakerKafkaMirrormakerUserConfigArgs:
9071
9037
  def __init__(__self__, *,
@@ -9261,7 +9227,7 @@ class KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
9261
9227
  :param pulumi.Input[int] refresh_groups_interval_seconds: Frequency of consumer group refresh in seconds. Defaults to 600 seconds (10 minutes).
9262
9228
  :param pulumi.Input[bool] refresh_topics_enabled: Whether to periodically check for new topics and partitions. Defaults to 'true'.
9263
9229
  :param pulumi.Input[int] refresh_topics_interval_seconds: Frequency of topic and partitions refresh in seconds. Defaults to 600 seconds (10 minutes).
9264
- :param pulumi.Input[bool] sync_group_offsets_enabled: Whether to periodically write the translated offsets of replicated consumer groups (in the source cluster) to __consumer_offsets topic in target cluster, as long as no active consumers in that group are connected to the target cluster.
9230
+ :param pulumi.Input[bool] sync_group_offsets_enabled: Whether to periodically write the translated offsets of replicated consumer groups (in the source cluster) to _*consumer*offsets topic in target cluster, as long as no active consumers in that group are connected to the target cluster.
9265
9231
  :param pulumi.Input[int] sync_group_offsets_interval_seconds: Frequency at which consumer group offsets are synced (default: 60, every minute).
9266
9232
  :param pulumi.Input[bool] sync_topic_configs_enabled: Whether to periodically configure remote topics to match their corresponding upstream topics.
9267
9233
  :param pulumi.Input[int] tasks_max_per_cpu: 'tasks.max' is set to this multiplied by the number of CPUs in the service. The default value is `1`.
@@ -9405,7 +9371,7 @@ class KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
9405
9371
  @pulumi.getter(name="syncGroupOffsetsEnabled")
9406
9372
  def sync_group_offsets_enabled(self) -> Optional[pulumi.Input[bool]]:
9407
9373
  """
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.
9374
+ Whether to periodically write the translated offsets of replicated consumer groups (in the source cluster) to _*consumer*offsets topic in target cluster, as long as no active consumers in that group are connected to the target cluster.
9409
9375
  """
9410
9376
  return pulumi.get(self, "sync_group_offsets_enabled")
9411
9377
 
@@ -10260,12 +10226,6 @@ class M3AggregatorComponentArgs:
10260
10226
  pulumi.set(self, "usage", value)
10261
10227
 
10262
10228
 
10263
- @pulumi.input_type
10264
- class M3AggregatorM3aggregatorArgs:
10265
- def __init__(__self__):
10266
- pass
10267
-
10268
-
10269
10229
  @pulumi.input_type
10270
10230
  class M3AggregatorM3aggregatorUserConfigArgs:
10271
10231
  def __init__(__self__, *,
@@ -10676,12 +10636,6 @@ class M3DbComponentArgs:
10676
10636
  pulumi.set(self, "usage", value)
10677
10637
 
10678
10638
 
10679
- @pulumi.input_type
10680
- class M3DbM3dbArgs:
10681
- def __init__(__self__):
10682
- pass
10683
-
10684
-
10685
10639
  @pulumi.input_type
10686
10640
  class M3DbM3dbUserConfigArgs:
10687
10641
  def __init__(__self__, *,
@@ -10723,9 +10677,6 @@ class M3DbM3dbUserConfigArgs:
10723
10677
  :param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
10724
10678
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
10725
10679
  """
10726
- if additional_backup_regions is not None:
10727
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
10728
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
10729
10680
  if additional_backup_regions is not None:
10730
10681
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
10731
10682
  if custom_domain is not None:
@@ -10772,9 +10723,6 @@ class M3DbM3dbUserConfigArgs:
10772
10723
  """
10773
10724
  Additional Cloud Regions for Backup Replication.
10774
10725
  """
10775
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
10776
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
10777
-
10778
10726
  return pulumi.get(self, "additional_backup_regions")
10779
10727
 
10780
10728
  @additional_backup_regions.setter
@@ -11039,7 +10987,7 @@ class M3DbM3dbUserConfigLimitsArgs:
11039
10987
  """
11040
10988
  :param pulumi.Input[int] max_recently_queried_series_blocks: The maximum number of blocks that can be read in a given lookback period.
11041
10989
  :param pulumi.Input[int] max_recently_queried_series_disk_bytes_read: The maximum number of disk bytes that can be read in a given lookback period.
11042
- :param pulumi.Input[str] max_recently_queried_series_lookback: The lookback period for 'max_recently_queried_series_blocks' and 'max_recently_queried_series_disk_bytes_read'.
10990
+ :param pulumi.Input[str] max_recently_queried_series_lookback: The lookback period for 'max*recently*queried*series*blocks' and 'max*recently*queried*series*disk*bytes*read'.
11043
10991
  :param pulumi.Input[int] query_docs: The maximum number of docs fetched in single query.
11044
10992
  :param pulumi.Input[bool] query_require_exhaustive: When query limits are exceeded, whether to return error or return partial results.
11045
10993
  :param pulumi.Input[int] query_series: The maximum number of series fetched in single query.
@@ -11085,7 +11033,7 @@ class M3DbM3dbUserConfigLimitsArgs:
11085
11033
  @pulumi.getter(name="maxRecentlyQueriedSeriesLookback")
11086
11034
  def max_recently_queried_series_lookback(self) -> Optional[pulumi.Input[str]]:
11087
11035
  """
11088
- The lookback period for 'max_recently_queried_series_blocks' and 'max_recently_queried_series_disk_bytes_read'.
11036
+ The lookback period for 'max*recently*queried*series*blocks' and 'max*recently*queried*series*disk*bytes*read'.
11089
11037
  """
11090
11038
  return pulumi.get(self, "max_recently_queried_series_lookback")
11091
11039
 
@@ -11483,7 +11431,7 @@ class M3DbM3dbUserConfigRulesMappingArgs:
11483
11431
  namespaces_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
11484
11432
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['M3DbM3dbUserConfigRulesMappingTagArgs']]]] = None):
11485
11433
  """
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.
11434
+ :param pulumi.Input[str] filter: Matching metric names with wildcards (using **name**:wildcard) or matching tags and their (optionally wildcarded) values. For value, ! can be used at start of value for negation, and multiple filters can be supplied using space as separator.
11487
11435
  :param pulumi.Input[Sequence[pulumi.Input[str]]] aggregations: List of aggregations to be applied.
11488
11436
  :param pulumi.Input[bool] drop: Only store the derived metric (as specified in the roll-up rules), if any.
11489
11437
  :param pulumi.Input[str] name: The (optional) name of the rule.
@@ -11515,7 +11463,7 @@ class M3DbM3dbUserConfigRulesMappingArgs:
11515
11463
  @pulumi.getter
11516
11464
  def filter(self) -> pulumi.Input[str]:
11517
11465
  """
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.
11466
+ Matching metric names with wildcards (using **name**:wildcard) or matching tags and their (optionally wildcarded) values. For value, ! can be used at start of value for negation, and multiple filters can be supplied using space as separator.
11519
11467
  """
11520
11468
  return pulumi.get(self, "filter")
11521
11469
 
@@ -11917,12 +11865,6 @@ class MySqlComponentArgs:
11917
11865
  pulumi.set(self, "usage", value)
11918
11866
 
11919
11867
 
11920
- @pulumi.input_type
11921
- class MySqlMysqlArgs:
11922
- def __init__(__self__):
11923
- pass
11924
-
11925
-
11926
11868
  @pulumi.input_type
11927
11869
  class MySqlMysqlUserConfigArgs:
11928
11870
  def __init__(__self__, *,
@@ -12479,17 +12421,17 @@ class MySqlMysqlUserConfigMysqlArgs:
12479
12421
  :param pulumi.Input[int] innodb_write_io_threads: The number of I/O threads for write operations in InnoDB. Default is 4. Changing this parameter will lead to a restart of the MySQL service.
12480
12422
  :param pulumi.Input[int] interactive_timeout: The number of seconds the server waits for activity on an interactive connection before closing it.
12481
12423
  :param pulumi.Input[str] internal_tmp_mem_storage_engine: The storage engine for in-memory internal temporary tables.
12482
- :param pulumi.Input[float] long_query_time: The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute. Default is 10s.
12424
+ :param pulumi.Input[float] long_query_time: The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Default is 10s.
12483
12425
  :param pulumi.Input[int] max_allowed_packet: Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M).
12484
- :param pulumi.Input[int] max_heap_table_size: Limits the size of internal in-memory tables. Also set tmp_table_size. Default is 16777216 (16M).
12426
+ :param pulumi.Input[int] max_heap_table_size: Limits the size of internal in-memory tables. Also set tmp*table*size. Default is 16777216 (16M).
12485
12427
  :param pulumi.Input[int] net_buffer_length: Start sizes of connection buffer and result buffer. Default is 16384 (16K). Changing this parameter will lead to a restart of the MySQL service.
12486
12428
  :param pulumi.Input[int] net_read_timeout: The number of seconds to wait for more data from a connection before aborting the read.
12487
12429
  :param pulumi.Input[int] net_write_timeout: The number of seconds to wait for a block to be written to a connection before aborting the write.
12488
- :param pulumi.Input[bool] slow_query_log: Slow query log enables capturing of slow queries. Setting slow_query_log to false also truncates the mysql.slow_log table. Default is off.
12430
+ :param pulumi.Input[bool] slow_query_log: Slow query log enables capturing of slow queries. Setting slow*query*log to false also truncates the mysql.slow_log table. Default is off.
12489
12431
  :param pulumi.Input[int] sort_buffer_size: Sort buffer size in bytes for ORDER BY optimization. Default is 262144 (256K).
12490
12432
  :param pulumi.Input[str] sql_mode: Global SQL mode. Set to empty to use MySQL server defaults. When creating a new service and not setting this field Aiven default SQL mode (strict, SQL standard compliant) will be assigned.
12491
12433
  :param pulumi.Input[bool] sql_require_primary_key: Require primary key to be defined for new tables or old tables modified with ALTER TABLE and fail if missing. It is recommended to always have primary keys because various functionality may break if any large table is missing them.
12492
- :param pulumi.Input[int] tmp_table_size: Limits the size of internal in-memory tables. Also set max_heap_table_size. Default is 16777216 (16M).
12434
+ :param pulumi.Input[int] tmp_table_size: Limits the size of internal in-memory tables. Also set max*heap*table_size. Default is 16777216 (16M).
12493
12435
  :param pulumi.Input[int] wait_timeout: The number of seconds the server waits for activity on a noninteractive connection before closing it.
12494
12436
  """
12495
12437
  if connect_timeout is not None:
@@ -12773,7 +12715,7 @@ class MySqlMysqlUserConfigMysqlArgs:
12773
12715
  @pulumi.getter(name="longQueryTime")
12774
12716
  def long_query_time(self) -> Optional[pulumi.Input[float]]:
12775
12717
  """
12776
- The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute. Default is 10s.
12718
+ The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Default is 10s.
12777
12719
  """
12778
12720
  return pulumi.get(self, "long_query_time")
12779
12721
 
@@ -12797,7 +12739,7 @@ class MySqlMysqlUserConfigMysqlArgs:
12797
12739
  @pulumi.getter(name="maxHeapTableSize")
12798
12740
  def max_heap_table_size(self) -> Optional[pulumi.Input[int]]:
12799
12741
  """
12800
- Limits the size of internal in-memory tables. Also set tmp_table_size. Default is 16777216 (16M).
12742
+ Limits the size of internal in-memory tables. Also set tmp*table*size. Default is 16777216 (16M).
12801
12743
  """
12802
12744
  return pulumi.get(self, "max_heap_table_size")
12803
12745
 
@@ -12845,7 +12787,7 @@ class MySqlMysqlUserConfigMysqlArgs:
12845
12787
  @pulumi.getter(name="slowQueryLog")
12846
12788
  def slow_query_log(self) -> Optional[pulumi.Input[bool]]:
12847
12789
  """
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.
12790
+ Slow query log enables capturing of slow queries. Setting slow*query*log to false also truncates the mysql.slow_log table. Default is off.
12849
12791
  """
12850
12792
  return pulumi.get(self, "slow_query_log")
12851
12793
 
@@ -12893,7 +12835,7 @@ class MySqlMysqlUserConfigMysqlArgs:
12893
12835
  @pulumi.getter(name="tmpTableSize")
12894
12836
  def tmp_table_size(self) -> Optional[pulumi.Input[int]]:
12895
12837
  """
12896
- Limits the size of internal in-memory tables. Also set max_heap_table_size. Default is 16777216 (16M).
12838
+ Limits the size of internal in-memory tables. Also set max*heap*table_size. Default is 16777216 (16M).
12897
12839
  """
12898
12840
  return pulumi.get(self, "tmp_table_size")
12899
12841
 
@@ -13369,7 +13311,7 @@ class OpenSearchOpensearchUserConfigArgs:
13369
13311
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
13370
13312
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
13371
13313
  :param pulumi.Input[bool] keep_index_refresh_interval: Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true.
13372
- :param pulumi.Input[int] max_index_count: use index_patterns instead. The default value is `0`.
13314
+ :param pulumi.Input[int] max_index_count: Use index_patterns instead. The default value is `0`.
13373
13315
  :param pulumi.Input['OpenSearchOpensearchUserConfigOpenidArgs'] openid: OpenSearch OpenID Connect Configuration
13374
13316
  :param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchArgs'] opensearch: OpenSearch settings
13375
13317
  :param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchDashboardsArgs'] opensearch_dashboards: OpenSearch Dashboards settings
@@ -13384,9 +13326,6 @@ class OpenSearchOpensearchUserConfigArgs:
13384
13326
  :param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
13385
13327
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
13386
13328
  """
13387
- if additional_backup_regions is not None:
13388
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
13389
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
13390
13329
  if additional_backup_regions is not None:
13391
13330
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
13392
13331
  if custom_domain is not None:
@@ -13443,9 +13382,6 @@ class OpenSearchOpensearchUserConfigArgs:
13443
13382
  """
13444
13383
  Additional Cloud Regions for Backup Replication.
13445
13384
  """
13446
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
13447
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
13448
-
13449
13385
  return pulumi.get(self, "additional_backup_regions")
13450
13386
 
13451
13387
  @additional_backup_regions.setter
@@ -13555,7 +13491,7 @@ class OpenSearchOpensearchUserConfigArgs:
13555
13491
  @pulumi.getter(name="maxIndexCount")
13556
13492
  def max_index_count(self) -> Optional[pulumi.Input[int]]:
13557
13493
  """
13558
- use index_patterns instead. The default value is `0`.
13494
+ Use index_patterns instead. The default value is `0`.
13559
13495
  """
13560
13496
  return pulumi.get(self, "max_index_count")
13561
13497
 
@@ -15428,6 +15364,148 @@ class OpenSearchTechEmailArgs:
15428
15364
  pulumi.set(self, "email", value)
15429
15365
 
15430
15366
 
15367
+ @pulumi.input_type
15368
+ class OrganizationApplicationUserTimeoutsArgs:
15369
+ def __init__(__self__, *,
15370
+ create: Optional[pulumi.Input[str]] = None,
15371
+ delete: Optional[pulumi.Input[str]] = None,
15372
+ read: Optional[pulumi.Input[str]] = None,
15373
+ update: Optional[pulumi.Input[str]] = None):
15374
+ """
15375
+ :param pulumi.Input[str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
15376
+ :param pulumi.Input[str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
15377
+ :param pulumi.Input[str] read: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
15378
+ :param pulumi.Input[str] update: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
15379
+ """
15380
+ if create is not None:
15381
+ pulumi.set(__self__, "create", create)
15382
+ if delete is not None:
15383
+ pulumi.set(__self__, "delete", delete)
15384
+ if read is not None:
15385
+ pulumi.set(__self__, "read", read)
15386
+ if update is not None:
15387
+ pulumi.set(__self__, "update", update)
15388
+
15389
+ @property
15390
+ @pulumi.getter
15391
+ def create(self) -> Optional[pulumi.Input[str]]:
15392
+ """
15393
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
15394
+ """
15395
+ return pulumi.get(self, "create")
15396
+
15397
+ @create.setter
15398
+ def create(self, value: Optional[pulumi.Input[str]]):
15399
+ pulumi.set(self, "create", value)
15400
+
15401
+ @property
15402
+ @pulumi.getter
15403
+ def delete(self) -> Optional[pulumi.Input[str]]:
15404
+ """
15405
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
15406
+ """
15407
+ return pulumi.get(self, "delete")
15408
+
15409
+ @delete.setter
15410
+ def delete(self, value: Optional[pulumi.Input[str]]):
15411
+ pulumi.set(self, "delete", value)
15412
+
15413
+ @property
15414
+ @pulumi.getter
15415
+ def read(self) -> Optional[pulumi.Input[str]]:
15416
+ """
15417
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
15418
+ """
15419
+ return pulumi.get(self, "read")
15420
+
15421
+ @read.setter
15422
+ def read(self, value: Optional[pulumi.Input[str]]):
15423
+ pulumi.set(self, "read", value)
15424
+
15425
+ @property
15426
+ @pulumi.getter
15427
+ def update(self) -> Optional[pulumi.Input[str]]:
15428
+ """
15429
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
15430
+ """
15431
+ return pulumi.get(self, "update")
15432
+
15433
+ @update.setter
15434
+ def update(self, value: Optional[pulumi.Input[str]]):
15435
+ pulumi.set(self, "update", value)
15436
+
15437
+
15438
+ @pulumi.input_type
15439
+ class OrganizationApplicationUserTokenTimeoutsArgs:
15440
+ def __init__(__self__, *,
15441
+ create: Optional[pulumi.Input[str]] = None,
15442
+ delete: Optional[pulumi.Input[str]] = None,
15443
+ read: Optional[pulumi.Input[str]] = None,
15444
+ update: Optional[pulumi.Input[str]] = None):
15445
+ """
15446
+ :param pulumi.Input[str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
15447
+ :param pulumi.Input[str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
15448
+ :param pulumi.Input[str] read: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
15449
+ :param pulumi.Input[str] update: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
15450
+ """
15451
+ if create is not None:
15452
+ pulumi.set(__self__, "create", create)
15453
+ if delete is not None:
15454
+ pulumi.set(__self__, "delete", delete)
15455
+ if read is not None:
15456
+ pulumi.set(__self__, "read", read)
15457
+ if update is not None:
15458
+ pulumi.set(__self__, "update", update)
15459
+
15460
+ @property
15461
+ @pulumi.getter
15462
+ def create(self) -> Optional[pulumi.Input[str]]:
15463
+ """
15464
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
15465
+ """
15466
+ return pulumi.get(self, "create")
15467
+
15468
+ @create.setter
15469
+ def create(self, value: Optional[pulumi.Input[str]]):
15470
+ pulumi.set(self, "create", value)
15471
+
15472
+ @property
15473
+ @pulumi.getter
15474
+ def delete(self) -> Optional[pulumi.Input[str]]:
15475
+ """
15476
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
15477
+ """
15478
+ return pulumi.get(self, "delete")
15479
+
15480
+ @delete.setter
15481
+ def delete(self, value: Optional[pulumi.Input[str]]):
15482
+ pulumi.set(self, "delete", value)
15483
+
15484
+ @property
15485
+ @pulumi.getter
15486
+ def read(self) -> Optional[pulumi.Input[str]]:
15487
+ """
15488
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
15489
+ """
15490
+ return pulumi.get(self, "read")
15491
+
15492
+ @read.setter
15493
+ def read(self, value: Optional[pulumi.Input[str]]):
15494
+ pulumi.set(self, "read", value)
15495
+
15496
+ @property
15497
+ @pulumi.getter
15498
+ def update(self) -> Optional[pulumi.Input[str]]:
15499
+ """
15500
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
15501
+ """
15502
+ return pulumi.get(self, "update")
15503
+
15504
+ @update.setter
15505
+ def update(self, value: Optional[pulumi.Input[str]]):
15506
+ pulumi.set(self, "update", value)
15507
+
15508
+
15431
15509
  @pulumi.input_type
15432
15510
  class OrganizationGroupProjectTimeoutsArgs:
15433
15511
  def __init__(__self__, *,
@@ -16721,7 +16799,7 @@ class PgPgUserConfigPgArgs:
16721
16799
  :param pulumi.Input[int] pg_partman_bgw_dot_interval: Sets the time interval to run pg_partman's scheduled tasks.
16722
16800
  :param pulumi.Input[str] pg_partman_bgw_dot_role: Controls which role to use for pg_partman's scheduled background tasks.
16723
16801
  :param pulumi.Input[bool] pg_stat_monitor_dot_pgsm_enable_query_plan: Enables or disables query plan monitoring.
16724
- :param pulumi.Input[int] pg_stat_monitor_dot_pgsm_max_buckets: Sets the maximum number of buckets .
16802
+ :param pulumi.Input[int] pg_stat_monitor_dot_pgsm_max_buckets: Sets the maximum number of buckets.
16725
16803
  :param pulumi.Input[str] pg_stat_statements_dot_track: Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
16726
16804
  :param pulumi.Input[int] temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited.
16727
16805
  :param pulumi.Input[str] timezone: PostgreSQL service timezone.
@@ -17303,7 +17381,7 @@ class PgPgUserConfigPgArgs:
17303
17381
  @pulumi.getter(name="pgStatMonitorDotPgsmMaxBuckets")
17304
17382
  def pg_stat_monitor_dot_pgsm_max_buckets(self) -> Optional[pulumi.Input[int]]:
17305
17383
  """
17306
- Sets the maximum number of buckets .
17384
+ Sets the maximum number of buckets.
17307
17385
  """
17308
17386
  return pulumi.get(self, "pg_stat_monitor_dot_pgsm_max_buckets")
17309
17387
 
@@ -18232,8 +18310,8 @@ class ProjectTagArgs:
18232
18310
  key: pulumi.Input[str],
18233
18311
  value: pulumi.Input[str]):
18234
18312
  """
18235
- :param pulumi.Input[str] key: Project tag key
18236
- :param pulumi.Input[str] value: Project tag value
18313
+ :param pulumi.Input[str] key: Project tag key.
18314
+ :param pulumi.Input[str] value: Project tag value.
18237
18315
  """
18238
18316
  pulumi.set(__self__, "key", key)
18239
18317
  pulumi.set(__self__, "value", value)
@@ -18242,7 +18320,7 @@ class ProjectTagArgs:
18242
18320
  @pulumi.getter
18243
18321
  def key(self) -> pulumi.Input[str]:
18244
18322
  """
18245
- Project tag key
18323
+ Project tag key.
18246
18324
  """
18247
18325
  return pulumi.get(self, "key")
18248
18326
 
@@ -18254,7 +18332,7 @@ class ProjectTagArgs:
18254
18332
  @pulumi.getter
18255
18333
  def value(self) -> pulumi.Input[str]:
18256
18334
  """
18257
- Project tag value
18335
+ Project tag value.
18258
18336
  """
18259
18337
  return pulumi.get(self, "value")
18260
18338
 
@@ -18398,12 +18476,6 @@ class RedisComponentArgs:
18398
18476
  pulumi.set(self, "usage", value)
18399
18477
 
18400
18478
 
18401
- @pulumi.input_type
18402
- class RedisRediArgs:
18403
- def __init__(__self__):
18404
- pass
18405
-
18406
-
18407
18479
  @pulumi.input_type
18408
18480
  class RedisRedisUserConfigArgs:
18409
18481
  def __init__(__self__, *,
@@ -18459,9 +18531,6 @@ class RedisRedisUserConfigArgs:
18459
18531
  :param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
18460
18532
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
18461
18533
  """
18462
- if additional_backup_regions is not None:
18463
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
18464
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
18465
18534
  if additional_backup_regions is not None:
18466
18535
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
18467
18536
  if ip_filter_objects is not None:
@@ -18522,9 +18591,6 @@ class RedisRedisUserConfigArgs:
18522
18591
  """
18523
18592
  Additional Cloud Regions for Backup Replication.
18524
18593
  """
18525
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
18526
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
18527
-
18528
18594
  return pulumi.get(self, "additional_backup_regions")
18529
18595
 
18530
18596
  @additional_backup_regions.setter
@@ -19769,14 +19835,18 @@ class ServiceIntegrationDatadogUserConfigDatadogTagArgs:
19769
19835
  @pulumi.input_type
19770
19836
  class ServiceIntegrationDatadogUserConfigOpensearchArgs:
19771
19837
  def __init__(__self__, *,
19838
+ cluster_stats_enabled: Optional[pulumi.Input[bool]] = None,
19772
19839
  index_stats_enabled: Optional[pulumi.Input[bool]] = None,
19773
19840
  pending_task_stats_enabled: Optional[pulumi.Input[bool]] = None,
19774
19841
  pshard_stats_enabled: Optional[pulumi.Input[bool]] = None):
19775
19842
  """
19843
+ :param pulumi.Input[bool] cluster_stats_enabled: Enable Datadog Opensearch Cluster Monitoring.
19776
19844
  :param pulumi.Input[bool] index_stats_enabled: Enable Datadog Opensearch Index Monitoring.
19777
19845
  :param pulumi.Input[bool] pending_task_stats_enabled: Enable Datadog Opensearch Pending Task Monitoring.
19778
19846
  :param pulumi.Input[bool] pshard_stats_enabled: Enable Datadog Opensearch Primary Shard Monitoring.
19779
19847
  """
19848
+ if cluster_stats_enabled is not None:
19849
+ pulumi.set(__self__, "cluster_stats_enabled", cluster_stats_enabled)
19780
19850
  if index_stats_enabled is not None:
19781
19851
  pulumi.set(__self__, "index_stats_enabled", index_stats_enabled)
19782
19852
  if pending_task_stats_enabled is not None:
@@ -19784,6 +19854,18 @@ class ServiceIntegrationDatadogUserConfigOpensearchArgs:
19784
19854
  if pshard_stats_enabled is not None:
19785
19855
  pulumi.set(__self__, "pshard_stats_enabled", pshard_stats_enabled)
19786
19856
 
19857
+ @property
19858
+ @pulumi.getter(name="clusterStatsEnabled")
19859
+ def cluster_stats_enabled(self) -> Optional[pulumi.Input[bool]]:
19860
+ """
19861
+ Enable Datadog Opensearch Cluster Monitoring.
19862
+ """
19863
+ return pulumi.get(self, "cluster_stats_enabled")
19864
+
19865
+ @cluster_stats_enabled.setter
19866
+ def cluster_stats_enabled(self, value: Optional[pulumi.Input[bool]]):
19867
+ pulumi.set(self, "cluster_stats_enabled", value)
19868
+
19787
19869
  @property
19788
19870
  @pulumi.getter(name="indexStatsEnabled")
19789
19871
  def index_stats_enabled(self) -> Optional[pulumi.Input[bool]]:
@@ -20227,7 +20309,7 @@ class ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgs:
20227
20309
  service_account_credentials: pulumi.Input[str]):
20228
20310
  """
20229
20311
  :param pulumi.Input[str] project_id: GCP project id.
20230
- :param pulumi.Input[str] service_account_credentials: This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys .
20312
+ :param pulumi.Input[str] service_account_credentials: This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys.
20231
20313
  """
20232
20314
  pulumi.set(__self__, "project_id", project_id)
20233
20315
  pulumi.set(__self__, "service_account_credentials", service_account_credentials)
@@ -20248,7 +20330,7 @@ class ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgs:
20248
20330
  @pulumi.getter(name="serviceAccountCredentials")
20249
20331
  def service_account_credentials(self) -> pulumi.Input[str]:
20250
20332
  """
20251
- This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys .
20333
+ This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys.
20252
20334
  """
20253
20335
  return pulumi.get(self, "service_account_credentials")
20254
20336
 
@@ -20266,7 +20348,7 @@ class ServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfigArgs:
20266
20348
  """
20267
20349
  :param pulumi.Input[str] log_id: Google Cloud Logging log id.
20268
20350
  :param pulumi.Input[str] project_id: GCP project id.
20269
- :param pulumi.Input[str] service_account_credentials: This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys .
20351
+ :param pulumi.Input[str] service_account_credentials: This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys.
20270
20352
  """
20271
20353
  pulumi.set(__self__, "log_id", log_id)
20272
20354
  pulumi.set(__self__, "project_id", project_id)
@@ -20300,7 +20382,7 @@ class ServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfigArgs:
20300
20382
  @pulumi.getter(name="serviceAccountCredentials")
20301
20383
  def service_account_credentials(self) -> pulumi.Input[str]:
20302
20384
  """
20303
- This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys .
20385
+ This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys.
20304
20386
  """
20305
20387
  return pulumi.get(self, "service_account_credentials")
20306
20388
 
@@ -21641,7 +21723,7 @@ class ServiceIntegrationMetricsUserConfigSourceMysqlTelegrafArgs:
21641
21723
  perf_events_statements_time_limit: Optional[pulumi.Input[int]] = None):
21642
21724
  """
21643
21725
  :param pulumi.Input[bool] gather_event_waits: Gather metrics from PERFORMANCE*SCHEMA.EVENT*WAITS.
21644
- :param pulumi.Input[bool] gather_file_events_stats: gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21726
+ :param pulumi.Input[bool] gather_file_events_stats: Gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21645
21727
  :param pulumi.Input[bool] gather_index_io_waits: Gather metrics from PERFORMANCE*SCHEMA.TABLE*IO*WAITS*SUMMARY*BY*INDEX_USAGE.
21646
21728
  :param pulumi.Input[bool] gather_info_schema_auto_inc: Gather auto_increment columns and max values from information schema.
21647
21729
  :param pulumi.Input[bool] gather_innodb_metrics: Gather metrics from INFORMATION*SCHEMA.INNODB*METRICS.
@@ -21700,7 +21782,7 @@ class ServiceIntegrationMetricsUserConfigSourceMysqlTelegrafArgs:
21700
21782
  @pulumi.getter(name="gatherFileEventsStats")
21701
21783
  def gather_file_events_stats(self) -> Optional[pulumi.Input[bool]]:
21702
21784
  """
21703
- gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21785
+ Gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21704
21786
  """
21705
21787
  return pulumi.get(self, "gather_file_events_stats")
21706
21788
 
@@ -21918,7 +22000,7 @@ class ServiceIntegrationPrometheusUserConfigSourceMysqlTelegrafArgs:
21918
22000
  perf_events_statements_time_limit: Optional[pulumi.Input[int]] = None):
21919
22001
  """
21920
22002
  :param pulumi.Input[bool] gather_event_waits: Gather metrics from PERFORMANCE*SCHEMA.EVENT*WAITS.
21921
- :param pulumi.Input[bool] gather_file_events_stats: gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
22003
+ :param pulumi.Input[bool] gather_file_events_stats: Gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21922
22004
  :param pulumi.Input[bool] gather_index_io_waits: Gather metrics from PERFORMANCE*SCHEMA.TABLE*IO*WAITS*SUMMARY*BY*INDEX_USAGE.
21923
22005
  :param pulumi.Input[bool] gather_info_schema_auto_inc: Gather auto_increment columns and max values from information schema.
21924
22006
  :param pulumi.Input[bool] gather_innodb_metrics: Gather metrics from INFORMATION*SCHEMA.INNODB*METRICS.
@@ -21977,7 +22059,7 @@ class ServiceIntegrationPrometheusUserConfigSourceMysqlTelegrafArgs:
21977
22059
  @pulumi.getter(name="gatherFileEventsStats")
21978
22060
  def gather_file_events_stats(self) -> Optional[pulumi.Input[bool]]:
21979
22061
  """
21980
- gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
22062
+ Gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21981
22063
  """
21982
22064
  return pulumi.get(self, "gather_file_events_stats")
21983
22065