pulumi-aiven 6.14.0a1714562227__py3-none-any.whl → 6.14.0a1714596828__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 (113) hide show
  1. pulumi_aiven/_inputs.py +88 -150
  2. pulumi_aiven/account_authentication.py +2 -2
  3. pulumi_aiven/account_team_member.py +2 -2
  4. pulumi_aiven/aws_privatelink.py +14 -14
  5. pulumi_aiven/azure_privatelink.py +14 -14
  6. pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
  7. pulumi_aiven/billing_group.py +18 -16
  8. pulumi_aiven/cassandra.py +16 -44
  9. pulumi_aiven/cassandra_user.py +16 -16
  10. pulumi_aiven/clickhouse.py +16 -44
  11. pulumi_aiven/clickhouse_database.py +16 -16
  12. pulumi_aiven/clickhouse_grant.py +14 -14
  13. pulumi_aiven/clickhouse_role.py +16 -16
  14. pulumi_aiven/clickhouse_user.py +14 -14
  15. pulumi_aiven/connection_pool.py +16 -16
  16. pulumi_aiven/dragonfly.py +124 -263
  17. pulumi_aiven/flink.py +16 -16
  18. pulumi_aiven/flink_application.py +16 -16
  19. pulumi_aiven/flink_application_deployment.py +21 -21
  20. pulumi_aiven/flink_application_version.py +14 -14
  21. pulumi_aiven/gcp_privatelink.py +21 -21
  22. pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
  23. pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
  24. pulumi_aiven/get_aws_privatelink.py +6 -6
  25. pulumi_aiven/get_azure_privatelink.py +6 -6
  26. pulumi_aiven/get_billing_group.py +2 -2
  27. pulumi_aiven/get_cassanda.py +5 -18
  28. pulumi_aiven/get_cassandra.py +5 -18
  29. pulumi_aiven/get_cassandra_user.py +6 -6
  30. pulumi_aiven/get_clickhouse.py +5 -18
  31. pulumi_aiven/get_clickhouse_database.py +6 -6
  32. pulumi_aiven/get_clickhouse_user.py +6 -6
  33. pulumi_aiven/get_connection_pool.py +6 -6
  34. pulumi_aiven/get_dragonfly.py +27 -20
  35. pulumi_aiven/get_flink.py +4 -4
  36. pulumi_aiven/get_flink_application.py +6 -6
  37. pulumi_aiven/get_flink_application_version.py +6 -6
  38. pulumi_aiven/get_grafana.py +5 -18
  39. pulumi_aiven/get_kafka.py +13 -13
  40. pulumi_aiven/get_kafka_acl.py +6 -6
  41. pulumi_aiven/get_kafka_connect.py +5 -18
  42. pulumi_aiven/get_kafka_connector.py +6 -6
  43. pulumi_aiven/get_kafka_mirror_maker.py +5 -18
  44. pulumi_aiven/get_kafka_schema.py +6 -6
  45. pulumi_aiven/get_kafka_schema_configuration.py +6 -6
  46. pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
  47. pulumi_aiven/get_kafka_topic.py +16 -16
  48. pulumi_aiven/get_kafka_user.py +6 -6
  49. pulumi_aiven/get_m3_aggregator.py +5 -18
  50. pulumi_aiven/get_m3_db.py +5 -18
  51. pulumi_aiven/get_m3db_user.py +6 -6
  52. pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
  53. pulumi_aiven/get_my_sql.py +5 -18
  54. pulumi_aiven/get_mysql_database.py +6 -6
  55. pulumi_aiven/get_mysql_user.py +6 -6
  56. pulumi_aiven/get_open_search.py +4 -4
  57. pulumi_aiven/get_open_search_acl_config.py +6 -6
  58. pulumi_aiven/get_open_search_acl_rule.py +6 -6
  59. pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
  60. pulumi_aiven/get_opensearch_user.py +6 -6
  61. pulumi_aiven/get_pg.py +4 -4
  62. pulumi_aiven/get_pg_database.py +6 -6
  63. pulumi_aiven/get_pg_user.py +6 -6
  64. pulumi_aiven/get_project.py +17 -17
  65. pulumi_aiven/get_project_user.py +7 -7
  66. pulumi_aiven/get_redis.py +5 -18
  67. pulumi_aiven/get_redis_user.py +6 -6
  68. pulumi_aiven/get_service_integration.py +19 -29
  69. pulumi_aiven/grafana.py +78 -261
  70. pulumi_aiven/influx_db.py +21 -21
  71. pulumi_aiven/influxdb_database.py +21 -21
  72. pulumi_aiven/influxdb_user.py +21 -21
  73. pulumi_aiven/kafka.py +43 -43
  74. pulumi_aiven/kafka_acl.py +16 -16
  75. pulumi_aiven/kafka_connect.py +78 -261
  76. pulumi_aiven/kafka_connector.py +14 -14
  77. pulumi_aiven/kafka_mirror_maker.py +78 -261
  78. pulumi_aiven/kafka_schema.py +14 -14
  79. pulumi_aiven/kafka_schema_configuration.py +16 -16
  80. pulumi_aiven/kafka_schema_registry_acl.py +54 -14
  81. pulumi_aiven/kafka_topic.py +54 -54
  82. pulumi_aiven/kafka_user.py +16 -16
  83. pulumi_aiven/m3_aggregator.py +78 -261
  84. pulumi_aiven/m3_db.py +78 -261
  85. pulumi_aiven/m3db_user.py +14 -14
  86. pulumi_aiven/mirror_maker_replication_flow.py +14 -14
  87. pulumi_aiven/my_sql.py +78 -261
  88. pulumi_aiven/mysql_database.py +16 -16
  89. pulumi_aiven/mysql_user.py +16 -16
  90. pulumi_aiven/open_search.py +14 -14
  91. pulumi_aiven/open_search_acl_config.py +16 -20
  92. pulumi_aiven/open_search_acl_rule.py +16 -16
  93. pulumi_aiven/opensearch_security_plugin_config.py +16 -16
  94. pulumi_aiven/opensearch_user.py +16 -16
  95. pulumi_aiven/organization_group_project.py +20 -6
  96. pulumi_aiven/organization_user.py +2 -20
  97. pulumi_aiven/outputs.py +147 -266
  98. pulumi_aiven/pg.py +16 -16
  99. pulumi_aiven/pg_database.py +16 -16
  100. pulumi_aiven/pg_user.py +16 -16
  101. pulumi_aiven/project.py +71 -71
  102. pulumi_aiven/project_user.py +22 -22
  103. pulumi_aiven/project_vpc.py +7 -7
  104. pulumi_aiven/redis.py +78 -261
  105. pulumi_aiven/redis_user.py +16 -16
  106. pulumi_aiven/service_integration.py +54 -54
  107. pulumi_aiven/static_ip.py +7 -7
  108. pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
  109. {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/METADATA +1 -1
  110. pulumi_aiven-6.14.0a1714596828.dist-info/RECORD +150 -0
  111. pulumi_aiven-6.14.0a1714562227.dist-info/RECORD +0 -150
  112. {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/WHEEL +0 -0
  113. {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/top_level.txt +0 -0
pulumi_aiven/_inputs.py CHANGED
@@ -11,7 +11,6 @@ from . import _utilities
11
11
 
12
12
  __all__ = [
13
13
  'AccountAuthenticationSamlFieldMappingArgs',
14
- 'CassandraCassandraArgs',
15
14
  'CassandraCassandraUserConfigArgs',
16
15
  'CassandraCassandraUserConfigCassandraArgs',
17
16
  'CassandraCassandraUserConfigIpFilterObjectArgs',
@@ -21,7 +20,6 @@ __all__ = [
21
20
  'CassandraServiceIntegrationArgs',
22
21
  'CassandraTagArgs',
23
22
  'CassandraTechEmailArgs',
24
- 'ClickhouseClickhouseArgs',
25
23
  'ClickhouseClickhouseUserConfigArgs',
26
24
  'ClickhouseClickhouseUserConfigIpFilterObjectArgs',
27
25
  'ClickhouseClickhouseUserConfigPrivateAccessArgs',
@@ -34,7 +32,6 @@ __all__ = [
34
32
  'ClickhouseTagArgs',
35
33
  'ClickhouseTechEmailArgs',
36
34
  'DragonflyComponentArgs',
37
- 'DragonflyDragonflyArgs',
38
35
  'DragonflyDragonflyUserConfigArgs',
39
36
  'DragonflyDragonflyUserConfigIpFilterObjectArgs',
40
37
  'DragonflyDragonflyUserConfigMigrationArgs',
@@ -55,7 +52,6 @@ __all__ = [
55
52
  'FlinkTagArgs',
56
53
  'FlinkTechEmailArgs',
57
54
  'GrafanaComponentArgs',
58
- 'GrafanaGrafanaArgs',
59
55
  'GrafanaGrafanaUserConfigArgs',
60
56
  'GrafanaGrafanaUserConfigAuthAzureadArgs',
61
57
  'GrafanaGrafanaUserConfigAuthGenericOauthArgs',
@@ -85,7 +81,6 @@ __all__ = [
85
81
  'InfluxDbTechEmailArgs',
86
82
  'KafkaComponentArgs',
87
83
  'KafkaConnectComponentArgs',
88
- 'KafkaConnectKafkaConnectArgs',
89
84
  'KafkaConnectKafkaConnectUserConfigArgs',
90
85
  'KafkaConnectKafkaConnectUserConfigIpFilterObjectArgs',
91
86
  'KafkaConnectKafkaConnectUserConfigKafkaConnectArgs',
@@ -110,7 +105,6 @@ __all__ = [
110
105
  'KafkaKafkaUserConfigTieredStorageArgs',
111
106
  'KafkaKafkaUserConfigTieredStorageLocalCacheArgs',
112
107
  'KafkaMirrorMakerComponentArgs',
113
- 'KafkaMirrorMakerKafkaMirrormakerArgs',
114
108
  'KafkaMirrorMakerKafkaMirrormakerUserConfigArgs',
115
109
  'KafkaMirrorMakerKafkaMirrormakerUserConfigIpFilterObjectArgs',
116
110
  'KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormakerArgs',
@@ -123,14 +117,12 @@ __all__ = [
123
117
  'KafkaTopicConfigArgs',
124
118
  'KafkaTopicTagArgs',
125
119
  'M3AggregatorComponentArgs',
126
- 'M3AggregatorM3aggregatorArgs',
127
120
  'M3AggregatorM3aggregatorUserConfigArgs',
128
121
  'M3AggregatorM3aggregatorUserConfigIpFilterObjectArgs',
129
122
  'M3AggregatorServiceIntegrationArgs',
130
123
  'M3AggregatorTagArgs',
131
124
  'M3AggregatorTechEmailArgs',
132
125
  'M3DbComponentArgs',
133
- 'M3DbM3dbArgs',
134
126
  'M3DbM3dbUserConfigArgs',
135
127
  'M3DbM3dbUserConfigIpFilterObjectArgs',
136
128
  'M3DbM3dbUserConfigLimitsArgs',
@@ -149,7 +141,6 @@ __all__ = [
149
141
  'M3DbTagArgs',
150
142
  'M3DbTechEmailArgs',
151
143
  'MySqlComponentArgs',
152
- 'MySqlMysqlArgs',
153
144
  'MySqlMysqlUserConfigArgs',
154
145
  'MySqlMysqlUserConfigIpFilterObjectArgs',
155
146
  'MySqlMysqlUserConfigMigrationArgs',
@@ -201,7 +192,6 @@ __all__ = [
201
192
  'PgTechEmailArgs',
202
193
  'ProjectTagArgs',
203
194
  'RedisComponentArgs',
204
- 'RedisRediArgs',
205
195
  'RedisRedisUserConfigArgs',
206
196
  'RedisRedisUserConfigIpFilterObjectArgs',
207
197
  'RedisRedisUserConfigMigrationArgs',
@@ -342,12 +332,6 @@ class AccountAuthenticationSamlFieldMappingArgs:
342
332
  pulumi.set(self, "real_name", value)
343
333
 
344
334
 
345
- @pulumi.input_type
346
- class CassandraCassandraArgs:
347
- def __init__(__self__):
348
- pass
349
-
350
-
351
335
  @pulumi.input_type
352
336
  class CassandraCassandraUserConfigArgs:
353
337
  def __init__(__self__, *,
@@ -371,7 +355,7 @@ class CassandraCassandraUserConfigArgs:
371
355
  :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
372
356
  :param pulumi.Input[int] backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
373
357
  :param pulumi.Input[int] backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
374
- :param pulumi.Input['CassandraCassandraUserConfigCassandraArgs'] cassandra: cassandra configuration values
358
+ :param pulumi.Input['CassandraCassandraUserConfigCassandraArgs'] cassandra: Cassandra configuration values
375
359
  :param pulumi.Input[str] cassandra_version: Cassandra version.
376
360
  :param pulumi.Input[Sequence[pulumi.Input['CassandraCassandraUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
377
361
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
@@ -467,7 +451,7 @@ class CassandraCassandraUserConfigArgs:
467
451
  @pulumi.getter
468
452
  def cassandra(self) -> Optional[pulumi.Input['CassandraCassandraUserConfigCassandraArgs']]:
469
453
  """
470
- cassandra configuration values
454
+ Cassandra configuration values
471
455
  """
472
456
  return pulumi.get(self, "cassandra")
473
457
 
@@ -993,12 +977,6 @@ class CassandraTechEmailArgs:
993
977
  pulumi.set(self, "email", value)
994
978
 
995
979
 
996
- @pulumi.input_type
997
- class ClickhouseClickhouseArgs:
998
- def __init__(__self__):
999
- pass
1000
-
1001
-
1002
980
  @pulumi.input_type
1003
981
  class ClickhouseClickhouseUserConfigArgs:
1004
982
  def __init__(__self__, *,
@@ -1920,16 +1898,11 @@ class DragonflyComponentArgs:
1920
1898
  pulumi.set(self, "usage", value)
1921
1899
 
1922
1900
 
1923
- @pulumi.input_type
1924
- class DragonflyDragonflyArgs:
1925
- def __init__(__self__):
1926
- pass
1927
-
1928
-
1929
1901
  @pulumi.input_type
1930
1902
  class DragonflyDragonflyUserConfigArgs:
1931
1903
  def __init__(__self__, *,
1932
1904
  cache_mode: Optional[pulumi.Input[bool]] = None,
1905
+ dragonfly_persistence: Optional[pulumi.Input[str]] = None,
1933
1906
  dragonfly_ssl: Optional[pulumi.Input[bool]] = None,
1934
1907
  ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['DragonflyDragonflyUserConfigIpFilterObjectArgs']]]] = None,
1935
1908
  ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -1945,6 +1918,7 @@ class DragonflyDragonflyUserConfigArgs:
1945
1918
  static_ips: Optional[pulumi.Input[bool]] = None):
1946
1919
  """
1947
1920
  :param pulumi.Input[bool] cache_mode: Evict entries when getting close to maxmemory limit. The default value is `false`.
1921
+ :param pulumi.Input[str] dragonfly_persistence: When persistence is 'rdb', Dragonfly does RDB dumps each 10 minutes. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
1948
1922
  :param pulumi.Input[bool] dragonfly_ssl: Require SSL to access Dragonfly. The default value is `true`.
1949
1923
  :param pulumi.Input[Sequence[pulumi.Input['DragonflyDragonflyUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
1950
1924
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
@@ -1961,6 +1935,8 @@ class DragonflyDragonflyUserConfigArgs:
1961
1935
  """
1962
1936
  if cache_mode is not None:
1963
1937
  pulumi.set(__self__, "cache_mode", cache_mode)
1938
+ if dragonfly_persistence is not None:
1939
+ pulumi.set(__self__, "dragonfly_persistence", dragonfly_persistence)
1964
1940
  if dragonfly_ssl is not None:
1965
1941
  pulumi.set(__self__, "dragonfly_ssl", dragonfly_ssl)
1966
1942
  if ip_filter_objects is not None:
@@ -2003,6 +1979,18 @@ class DragonflyDragonflyUserConfigArgs:
2003
1979
  def cache_mode(self, value: Optional[pulumi.Input[bool]]):
2004
1980
  pulumi.set(self, "cache_mode", value)
2005
1981
 
1982
+ @property
1983
+ @pulumi.getter(name="dragonflyPersistence")
1984
+ def dragonfly_persistence(self) -> Optional[pulumi.Input[str]]:
1985
+ """
1986
+ When persistence is 'rdb', Dragonfly does RDB dumps each 10 minutes. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
1987
+ """
1988
+ return pulumi.get(self, "dragonfly_persistence")
1989
+
1990
+ @dragonfly_persistence.setter
1991
+ def dragonfly_persistence(self, value: Optional[pulumi.Input[str]]):
1992
+ pulumi.set(self, "dragonfly_persistence", value)
1993
+
2006
1994
  @property
2007
1995
  @pulumi.getter(name="dragonflySsl")
2008
1996
  def dragonfly_ssl(self) -> Optional[pulumi.Input[bool]]:
@@ -3252,12 +3240,6 @@ class GrafanaComponentArgs:
3252
3240
  pulumi.set(self, "usage", value)
3253
3241
 
3254
3242
 
3255
- @pulumi.input_type
3256
- class GrafanaGrafanaArgs:
3257
- def __init__(__self__):
3258
- pass
3259
-
3260
-
3261
3243
  @pulumi.input_type
3262
3244
  class GrafanaGrafanaUserConfigArgs:
3263
3245
  def __init__(__self__, *,
@@ -3305,7 +3287,7 @@ class GrafanaGrafanaUserConfigArgs:
3305
3287
  viewers_can_edit: Optional[pulumi.Input[bool]] = None):
3306
3288
  """
3307
3289
  :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
3308
- :param pulumi.Input[bool] alerting_enabled: Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified_alerting_enabled.
3290
+ :param pulumi.Input[bool] alerting_enabled: Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
3309
3291
  :param pulumi.Input[str] alerting_error_or_timeout: Default error or timeout setting for new alerting rules.
3310
3292
  :param pulumi.Input[int] alerting_max_annotations_to_keep: Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
3311
3293
  :param pulumi.Input[str] alerting_nodata_or_nullvalues: Default value for 'no data or null values' for new alerting rules.
@@ -3342,14 +3324,11 @@ class GrafanaGrafanaUserConfigArgs:
3342
3324
  :param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
3343
3325
  :param pulumi.Input['GrafanaGrafanaUserConfigSmtpServerArgs'] smtp_server: SMTP server settings
3344
3326
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
3345
- :param pulumi.Input[bool] unified_alerting_enabled: Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified_alerting_enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/ for more details.
3327
+ :param pulumi.Input[bool] unified_alerting_enabled: Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified*alerting*enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/ for more details.
3346
3328
  :param pulumi.Input[bool] user_auto_assign_org: Auto-assign new users on signup to main organization. Defaults to false.
3347
3329
  :param pulumi.Input[str] user_auto_assign_org_role: Set role for new signups. Defaults to Viewer.
3348
3330
  :param pulumi.Input[bool] viewers_can_edit: Users with view-only permission can edit but not save dashboards.
3349
3331
  """
3350
- if additional_backup_regions is not None:
3351
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
3352
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
3353
3332
  if additional_backup_regions is not None:
3354
3333
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
3355
3334
  if alerting_enabled is not None:
@@ -3444,9 +3423,6 @@ class GrafanaGrafanaUserConfigArgs:
3444
3423
  """
3445
3424
  Additional Cloud Regions for Backup Replication.
3446
3425
  """
3447
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
3448
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
3449
-
3450
3426
  return pulumi.get(self, "additional_backup_regions")
3451
3427
 
3452
3428
  @additional_backup_regions.setter
@@ -3457,7 +3433,7 @@ class GrafanaGrafanaUserConfigArgs:
3457
3433
  @pulumi.getter(name="alertingEnabled")
3458
3434
  def alerting_enabled(self) -> Optional[pulumi.Input[bool]]:
3459
3435
  """
3460
- Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified_alerting_enabled.
3436
+ Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
3461
3437
  """
3462
3438
  return pulumi.get(self, "alerting_enabled")
3463
3439
 
@@ -3904,7 +3880,7 @@ class GrafanaGrafanaUserConfigArgs:
3904
3880
  @pulumi.getter(name="unifiedAlertingEnabled")
3905
3881
  def unified_alerting_enabled(self) -> Optional[pulumi.Input[bool]]:
3906
3882
  """
3907
- Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified_alerting_enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/ for more details.
3883
+ Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified*alerting*enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/ for more details.
3908
3884
  """
3909
3885
  return pulumi.get(self, "unified_alerting_enabled")
3910
3886
 
@@ -6073,12 +6049,6 @@ class KafkaConnectComponentArgs:
6073
6049
  pulumi.set(self, "usage", value)
6074
6050
 
6075
6051
 
6076
- @pulumi.input_type
6077
- class KafkaConnectKafkaConnectArgs:
6078
- def __init__(__self__):
6079
- pass
6080
-
6081
-
6082
6052
  @pulumi.input_type
6083
6053
  class KafkaConnectKafkaConnectUserConfigArgs:
6084
6054
  def __init__(__self__, *,
@@ -6319,8 +6289,8 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
6319
6289
  :param pulumi.Input[str] connector_client_config_override_policy: Defines what client configurations can be overridden by the connector. Default is None.
6320
6290
  :param pulumi.Input[str] consumer_auto_offset_reset: What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
6321
6291
  :param pulumi.Input[int] consumer_fetch_max_bytes: Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
6322
- :param pulumi.Input[str] consumer_isolation_level: Transaction read isolation level. read_uncommitted is the default, but read_committed can be used if consume-exactly-once behavior is desired.
6323
- :param pulumi.Input[int] consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress. .
6292
+ :param pulumi.Input[str] consumer_isolation_level: Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
6293
+ :param pulumi.Input[int] consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
6324
6294
  :param pulumi.Input[int] consumer_max_poll_interval_ms: The maximum delay in milliseconds between invocations of poll() when using consumer group management (defaults to 300000).
6325
6295
  :param pulumi.Input[int] consumer_max_poll_records: The maximum number of records returned in a single call to poll() (defaults to 500).
6326
6296
  :param pulumi.Input[int] offset_flush_interval_ms: The interval at which to try committing offsets for tasks (defaults to 60000).
@@ -6406,7 +6376,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
6406
6376
  @pulumi.getter(name="consumerIsolationLevel")
6407
6377
  def consumer_isolation_level(self) -> Optional[pulumi.Input[str]]:
6408
6378
  """
6409
- Transaction read isolation level. read_uncommitted is the default, but read_committed can be used if consume-exactly-once behavior is desired.
6379
+ Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
6410
6380
  """
6411
6381
  return pulumi.get(self, "consumer_isolation_level")
6412
6382
 
@@ -6418,7 +6388,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
6418
6388
  @pulumi.getter(name="consumerMaxPartitionFetchBytes")
6419
6389
  def consumer_max_partition_fetch_bytes(self) -> Optional[pulumi.Input[int]]:
6420
6390
  """
6421
- Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress. .
6391
+ Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
6422
6392
  """
6423
6393
  return pulumi.get(self, "consumer_max_partition_fetch_bytes")
6424
6394
 
@@ -6836,11 +6806,11 @@ class KafkaKafkaArgs:
6836
6806
  rest_uri: Optional[pulumi.Input[str]] = None,
6837
6807
  schema_registry_uri: Optional[pulumi.Input[str]] = None):
6838
6808
  """
6839
- :param pulumi.Input[str] access_cert: The Kafka client certificate
6840
- :param pulumi.Input[str] access_key: The Kafka client certificate key
6841
- :param pulumi.Input[str] connect_uri: The Kafka Connect URI, if any
6842
- :param pulumi.Input[str] rest_uri: The Kafka REST URI, if any
6843
- :param pulumi.Input[str] schema_registry_uri: The Schema Registry URI, if any
6809
+ :param pulumi.Input[str] access_cert: The Kafka client certificate.
6810
+ :param pulumi.Input[str] access_key: The Kafka client certificate key.
6811
+ :param pulumi.Input[str] connect_uri: The Kafka Connect URI.
6812
+ :param pulumi.Input[str] rest_uri: The Kafka REST URI.
6813
+ :param pulumi.Input[str] schema_registry_uri: The Schema Registry URI.
6844
6814
  """
6845
6815
  if access_cert is not None:
6846
6816
  pulumi.set(__self__, "access_cert", access_cert)
@@ -6857,7 +6827,7 @@ class KafkaKafkaArgs:
6857
6827
  @pulumi.getter(name="accessCert")
6858
6828
  def access_cert(self) -> Optional[pulumi.Input[str]]:
6859
6829
  """
6860
- The Kafka client certificate
6830
+ The Kafka client certificate.
6861
6831
  """
6862
6832
  return pulumi.get(self, "access_cert")
6863
6833
 
@@ -6869,7 +6839,7 @@ class KafkaKafkaArgs:
6869
6839
  @pulumi.getter(name="accessKey")
6870
6840
  def access_key(self) -> Optional[pulumi.Input[str]]:
6871
6841
  """
6872
- The Kafka client certificate key
6842
+ The Kafka client certificate key.
6873
6843
  """
6874
6844
  return pulumi.get(self, "access_key")
6875
6845
 
@@ -6881,7 +6851,7 @@ class KafkaKafkaArgs:
6881
6851
  @pulumi.getter(name="connectUri")
6882
6852
  def connect_uri(self) -> Optional[pulumi.Input[str]]:
6883
6853
  """
6884
- The Kafka Connect URI, if any
6854
+ The Kafka Connect URI.
6885
6855
  """
6886
6856
  return pulumi.get(self, "connect_uri")
6887
6857
 
@@ -6893,7 +6863,7 @@ class KafkaKafkaArgs:
6893
6863
  @pulumi.getter(name="restUri")
6894
6864
  def rest_uri(self) -> Optional[pulumi.Input[str]]:
6895
6865
  """
6896
- The Kafka REST URI, if any
6866
+ The Kafka REST URI.
6897
6867
  """
6898
6868
  return pulumi.get(self, "rest_uri")
6899
6869
 
@@ -6905,7 +6875,7 @@ class KafkaKafkaArgs:
6905
6875
  @pulumi.getter(name="schemaRegistryUri")
6906
6876
  def schema_registry_uri(self) -> Optional[pulumi.Input[str]]:
6907
6877
  """
6908
- The Schema Registry URI, if any
6878
+ The Schema Registry URI.
6909
6879
  """
6910
6880
  return pulumi.get(self, "schema_registry_uri")
6911
6881
 
@@ -7391,7 +7361,7 @@ class KafkaKafkaUserConfigKafkaArgs:
7391
7361
  :param pulumi.Input[int] log_index_size_max_bytes: The maximum size in bytes of the offset index.
7392
7362
  :param pulumi.Input[int] log_local_retention_bytes: The maximum size of local log segments that can grow for a partition before it gets eligible for deletion. If set to -2, the value of log.retention.bytes is used. The effective value should always be less than or equal to log.retention.bytes value.
7393
7363
  :param pulumi.Input[int] log_local_retention_ms: The number of milliseconds to keep the local log segments before it gets eligible for deletion. If set to -2, the value of log.retention.ms is used. The effective value should always be less than or equal to log.retention.ms value.
7394
- :param pulumi.Input[bool] log_message_downconversion_enable: This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests. .
7364
+ :param pulumi.Input[bool] log_message_downconversion_enable: This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests.
7395
7365
  :param pulumi.Input[int] log_message_timestamp_difference_max_ms: The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message.
7396
7366
  :param pulumi.Input[str] log_message_timestamp_type: Define whether the timestamp in the message is message create time or log append time.
7397
7367
  :param pulumi.Input[bool] log_preallocate: Should pre allocate file when create new segment?
@@ -7413,7 +7383,7 @@ class KafkaKafkaUserConfigKafkaArgs:
7413
7383
  :param pulumi.Input[int] replica_fetch_response_max_bytes: Maximum bytes expected for the entire fetch response (defaults to 10485760). Records are fetched in batches, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that progress can be made. As such, this is not an absolute maximum.
7414
7384
  :param pulumi.Input[str] sasl_oauthbearer_expected_audience: The (optional) comma-delimited setting for the broker to use to verify that the JWT was issued for one of the expected audiences.
7415
7385
  :param pulumi.Input[str] sasl_oauthbearer_expected_issuer: Optional setting for the broker to use to verify that the JWT was created by the expected issuer.
7416
- :param pulumi.Input[str] sasl_oauthbearer_jwks_endpoint_url: OIDC JWKS endpoint URL. By setting this the SASL SSL OAuth2/OIDC authentication is enabled. See also other options for SASL OAuth2/OIDC. .
7386
+ :param pulumi.Input[str] sasl_oauthbearer_jwks_endpoint_url: OIDC JWKS endpoint URL. By setting this the SASL SSL OAuth2/OIDC authentication is enabled. See also other options for SASL OAuth2/OIDC.
7417
7387
  :param pulumi.Input[str] sasl_oauthbearer_sub_claim_name: Name of the scope from which to extract the subject claim from the JWT. Defaults to sub.
7418
7388
  :param pulumi.Input[int] socket_request_max_bytes: The maximum number of bytes in a socket request (defaults to 104857600).
7419
7389
  :param pulumi.Input[bool] transaction_partition_verification_enable: Enable verification that checks that the partition has been added to the transaction before writing transactional records to the partition.
@@ -7733,7 +7703,7 @@ class KafkaKafkaUserConfigKafkaArgs:
7733
7703
  @pulumi.getter(name="logMessageDownconversionEnable")
7734
7704
  def log_message_downconversion_enable(self) -> Optional[pulumi.Input[bool]]:
7735
7705
  """
7736
- This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests. .
7706
+ This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests.
7737
7707
  """
7738
7708
  return pulumi.get(self, "log_message_downconversion_enable")
7739
7709
 
@@ -7997,7 +7967,7 @@ class KafkaKafkaUserConfigKafkaArgs:
7997
7967
  @pulumi.getter(name="saslOauthbearerJwksEndpointUrl")
7998
7968
  def sasl_oauthbearer_jwks_endpoint_url(self) -> Optional[pulumi.Input[str]]:
7999
7969
  """
8000
- OIDC JWKS endpoint URL. By setting this the SASL SSL OAuth2/OIDC authentication is enabled. See also other options for SASL OAuth2/OIDC. .
7970
+ OIDC JWKS endpoint URL. By setting this the SASL SSL OAuth2/OIDC authentication is enabled. See also other options for SASL OAuth2/OIDC.
8001
7971
  """
8002
7972
  return pulumi.get(self, "sasl_oauthbearer_jwks_endpoint_url")
8003
7973
 
@@ -8129,7 +8099,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
8129
8099
  :param pulumi.Input[str] consumer_auto_offset_reset: What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
8130
8100
  :param pulumi.Input[int] consumer_fetch_max_bytes: Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
8131
8101
  :param pulumi.Input[str] consumer_isolation_level: Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
8132
- :param pulumi.Input[int] consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress. .
8102
+ :param pulumi.Input[int] consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
8133
8103
  :param pulumi.Input[int] consumer_max_poll_interval_ms: The maximum delay in milliseconds between invocations of poll() when using consumer group management (defaults to 300000).
8134
8104
  :param pulumi.Input[int] consumer_max_poll_records: The maximum number of records returned in a single call to poll() (defaults to 500).
8135
8105
  :param pulumi.Input[int] offset_flush_interval_ms: The interval at which to try committing offsets for tasks (defaults to 60000).
@@ -8227,7 +8197,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
8227
8197
  @pulumi.getter(name="consumerMaxPartitionFetchBytes")
8228
8198
  def consumer_max_partition_fetch_bytes(self) -> Optional[pulumi.Input[int]]:
8229
8199
  """
8230
- Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress. .
8200
+ Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
8231
8201
  """
8232
8202
  return pulumi.get(self, "consumer_max_partition_fetch_bytes")
8233
8203
 
@@ -9060,12 +9030,6 @@ class KafkaMirrorMakerComponentArgs:
9060
9030
  pulumi.set(self, "usage", value)
9061
9031
 
9062
9032
 
9063
- @pulumi.input_type
9064
- class KafkaMirrorMakerKafkaMirrormakerArgs:
9065
- def __init__(__self__):
9066
- pass
9067
-
9068
-
9069
9033
  @pulumi.input_type
9070
9034
  class KafkaMirrorMakerKafkaMirrormakerUserConfigArgs:
9071
9035
  def __init__(__self__, *,
@@ -9261,7 +9225,7 @@ class KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
9261
9225
  :param pulumi.Input[int] refresh_groups_interval_seconds: Frequency of consumer group refresh in seconds. Defaults to 600 seconds (10 minutes).
9262
9226
  :param pulumi.Input[bool] refresh_topics_enabled: Whether to periodically check for new topics and partitions. Defaults to 'true'.
9263
9227
  :param pulumi.Input[int] refresh_topics_interval_seconds: Frequency of topic and partitions refresh in seconds. Defaults to 600 seconds (10 minutes).
9264
- :param pulumi.Input[bool] sync_group_offsets_enabled: Whether to periodically write the translated offsets of replicated consumer groups (in the source cluster) to __consumer_offsets topic in target cluster, as long as no active consumers in that group are connected to the target cluster.
9228
+ :param pulumi.Input[bool] sync_group_offsets_enabled: Whether to periodically write the translated offsets of replicated consumer groups (in the source cluster) to _*consumer*offsets topic in target cluster, as long as no active consumers in that group are connected to the target cluster.
9265
9229
  :param pulumi.Input[int] sync_group_offsets_interval_seconds: Frequency at which consumer group offsets are synced (default: 60, every minute).
9266
9230
  :param pulumi.Input[bool] sync_topic_configs_enabled: Whether to periodically configure remote topics to match their corresponding upstream topics.
9267
9231
  :param pulumi.Input[int] tasks_max_per_cpu: 'tasks.max' is set to this multiplied by the number of CPUs in the service. The default value is `1`.
@@ -9405,7 +9369,7 @@ class KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
9405
9369
  @pulumi.getter(name="syncGroupOffsetsEnabled")
9406
9370
  def sync_group_offsets_enabled(self) -> Optional[pulumi.Input[bool]]:
9407
9371
  """
9408
- Whether to periodically write the translated offsets of replicated consumer groups (in the source cluster) to __consumer_offsets topic in target cluster, as long as no active consumers in that group are connected to the target cluster.
9372
+ Whether to periodically write the translated offsets of replicated consumer groups (in the source cluster) to _*consumer*offsets topic in target cluster, as long as no active consumers in that group are connected to the target cluster.
9409
9373
  """
9410
9374
  return pulumi.get(self, "sync_group_offsets_enabled")
9411
9375
 
@@ -10260,12 +10224,6 @@ class M3AggregatorComponentArgs:
10260
10224
  pulumi.set(self, "usage", value)
10261
10225
 
10262
10226
 
10263
- @pulumi.input_type
10264
- class M3AggregatorM3aggregatorArgs:
10265
- def __init__(__self__):
10266
- pass
10267
-
10268
-
10269
10227
  @pulumi.input_type
10270
10228
  class M3AggregatorM3aggregatorUserConfigArgs:
10271
10229
  def __init__(__self__, *,
@@ -10676,12 +10634,6 @@ class M3DbComponentArgs:
10676
10634
  pulumi.set(self, "usage", value)
10677
10635
 
10678
10636
 
10679
- @pulumi.input_type
10680
- class M3DbM3dbArgs:
10681
- def __init__(__self__):
10682
- pass
10683
-
10684
-
10685
10637
  @pulumi.input_type
10686
10638
  class M3DbM3dbUserConfigArgs:
10687
10639
  def __init__(__self__, *,
@@ -10723,9 +10675,6 @@ class M3DbM3dbUserConfigArgs:
10723
10675
  :param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
10724
10676
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
10725
10677
  """
10726
- if additional_backup_regions is not None:
10727
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
10728
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
10729
10678
  if additional_backup_regions is not None:
10730
10679
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
10731
10680
  if custom_domain is not None:
@@ -10772,9 +10721,6 @@ class M3DbM3dbUserConfigArgs:
10772
10721
  """
10773
10722
  Additional Cloud Regions for Backup Replication.
10774
10723
  """
10775
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
10776
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
10777
-
10778
10724
  return pulumi.get(self, "additional_backup_regions")
10779
10725
 
10780
10726
  @additional_backup_regions.setter
@@ -11039,7 +10985,7 @@ class M3DbM3dbUserConfigLimitsArgs:
11039
10985
  """
11040
10986
  :param pulumi.Input[int] max_recently_queried_series_blocks: The maximum number of blocks that can be read in a given lookback period.
11041
10987
  :param pulumi.Input[int] max_recently_queried_series_disk_bytes_read: The maximum number of disk bytes that can be read in a given lookback period.
11042
- :param pulumi.Input[str] max_recently_queried_series_lookback: The lookback period for 'max_recently_queried_series_blocks' and 'max_recently_queried_series_disk_bytes_read'.
10988
+ :param pulumi.Input[str] max_recently_queried_series_lookback: The lookback period for 'max*recently*queried*series*blocks' and 'max*recently*queried*series*disk*bytes*read'.
11043
10989
  :param pulumi.Input[int] query_docs: The maximum number of docs fetched in single query.
11044
10990
  :param pulumi.Input[bool] query_require_exhaustive: When query limits are exceeded, whether to return error or return partial results.
11045
10991
  :param pulumi.Input[int] query_series: The maximum number of series fetched in single query.
@@ -11085,7 +11031,7 @@ class M3DbM3dbUserConfigLimitsArgs:
11085
11031
  @pulumi.getter(name="maxRecentlyQueriedSeriesLookback")
11086
11032
  def max_recently_queried_series_lookback(self) -> Optional[pulumi.Input[str]]:
11087
11033
  """
11088
- The lookback period for 'max_recently_queried_series_blocks' and 'max_recently_queried_series_disk_bytes_read'.
11034
+ The lookback period for 'max*recently*queried*series*blocks' and 'max*recently*queried*series*disk*bytes*read'.
11089
11035
  """
11090
11036
  return pulumi.get(self, "max_recently_queried_series_lookback")
11091
11037
 
@@ -11483,7 +11429,7 @@ class M3DbM3dbUserConfigRulesMappingArgs:
11483
11429
  namespaces_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
11484
11430
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['M3DbM3dbUserConfigRulesMappingTagArgs']]]] = None):
11485
11431
  """
11486
- :param pulumi.Input[str] filter: Matching metric names with wildcards (using __name__:wildcard) or matching tags and their (optionally wildcarded) values. For value, ! can be used at start of value for negation, and multiple filters can be supplied using space as separator.
11432
+ :param pulumi.Input[str] filter: Matching metric names with wildcards (using **name**:wildcard) or matching tags and their (optionally wildcarded) values. For value, ! can be used at start of value for negation, and multiple filters can be supplied using space as separator.
11487
11433
  :param pulumi.Input[Sequence[pulumi.Input[str]]] aggregations: List of aggregations to be applied.
11488
11434
  :param pulumi.Input[bool] drop: Only store the derived metric (as specified in the roll-up rules), if any.
11489
11435
  :param pulumi.Input[str] name: The (optional) name of the rule.
@@ -11515,7 +11461,7 @@ class M3DbM3dbUserConfigRulesMappingArgs:
11515
11461
  @pulumi.getter
11516
11462
  def filter(self) -> pulumi.Input[str]:
11517
11463
  """
11518
- Matching metric names with wildcards (using __name__:wildcard) or matching tags and their (optionally wildcarded) values. For value, ! can be used at start of value for negation, and multiple filters can be supplied using space as separator.
11464
+ Matching metric names with wildcards (using **name**:wildcard) or matching tags and their (optionally wildcarded) values. For value, ! can be used at start of value for negation, and multiple filters can be supplied using space as separator.
11519
11465
  """
11520
11466
  return pulumi.get(self, "filter")
11521
11467
 
@@ -11917,12 +11863,6 @@ class MySqlComponentArgs:
11917
11863
  pulumi.set(self, "usage", value)
11918
11864
 
11919
11865
 
11920
- @pulumi.input_type
11921
- class MySqlMysqlArgs:
11922
- def __init__(__self__):
11923
- pass
11924
-
11925
-
11926
11866
  @pulumi.input_type
11927
11867
  class MySqlMysqlUserConfigArgs:
11928
11868
  def __init__(__self__, *,
@@ -12479,17 +12419,17 @@ class MySqlMysqlUserConfigMysqlArgs:
12479
12419
  :param pulumi.Input[int] innodb_write_io_threads: The number of I/O threads for write operations in InnoDB. Default is 4. Changing this parameter will lead to a restart of the MySQL service.
12480
12420
  :param pulumi.Input[int] interactive_timeout: The number of seconds the server waits for activity on an interactive connection before closing it.
12481
12421
  :param pulumi.Input[str] internal_tmp_mem_storage_engine: The storage engine for in-memory internal temporary tables.
12482
- :param pulumi.Input[float] long_query_time: The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute. Default is 10s.
12422
+ :param pulumi.Input[float] long_query_time: The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Default is 10s.
12483
12423
  :param pulumi.Input[int] max_allowed_packet: Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M).
12484
- :param pulumi.Input[int] max_heap_table_size: Limits the size of internal in-memory tables. Also set tmp_table_size. Default is 16777216 (16M).
12424
+ :param pulumi.Input[int] max_heap_table_size: Limits the size of internal in-memory tables. Also set tmp*table*size. Default is 16777216 (16M).
12485
12425
  :param pulumi.Input[int] net_buffer_length: Start sizes of connection buffer and result buffer. Default is 16384 (16K). Changing this parameter will lead to a restart of the MySQL service.
12486
12426
  :param pulumi.Input[int] net_read_timeout: The number of seconds to wait for more data from a connection before aborting the read.
12487
12427
  :param pulumi.Input[int] net_write_timeout: The number of seconds to wait for a block to be written to a connection before aborting the write.
12488
- :param pulumi.Input[bool] slow_query_log: Slow query log enables capturing of slow queries. Setting slow_query_log to false also truncates the mysql.slow_log table. Default is off.
12428
+ :param pulumi.Input[bool] slow_query_log: Slow query log enables capturing of slow queries. Setting slow*query*log to false also truncates the mysql.slow_log table. Default is off.
12489
12429
  :param pulumi.Input[int] sort_buffer_size: Sort buffer size in bytes for ORDER BY optimization. Default is 262144 (256K).
12490
12430
  :param pulumi.Input[str] sql_mode: Global SQL mode. Set to empty to use MySQL server defaults. When creating a new service and not setting this field Aiven default SQL mode (strict, SQL standard compliant) will be assigned.
12491
12431
  :param pulumi.Input[bool] sql_require_primary_key: Require primary key to be defined for new tables or old tables modified with ALTER TABLE and fail if missing. It is recommended to always have primary keys because various functionality may break if any large table is missing them.
12492
- :param pulumi.Input[int] tmp_table_size: Limits the size of internal in-memory tables. Also set max_heap_table_size. Default is 16777216 (16M).
12432
+ :param pulumi.Input[int] tmp_table_size: Limits the size of internal in-memory tables. Also set max*heap*table_size. Default is 16777216 (16M).
12493
12433
  :param pulumi.Input[int] wait_timeout: The number of seconds the server waits for activity on a noninteractive connection before closing it.
12494
12434
  """
12495
12435
  if connect_timeout is not None:
@@ -12773,7 +12713,7 @@ class MySqlMysqlUserConfigMysqlArgs:
12773
12713
  @pulumi.getter(name="longQueryTime")
12774
12714
  def long_query_time(self) -> Optional[pulumi.Input[float]]:
12775
12715
  """
12776
- The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute. Default is 10s.
12716
+ The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Default is 10s.
12777
12717
  """
12778
12718
  return pulumi.get(self, "long_query_time")
12779
12719
 
@@ -12797,7 +12737,7 @@ class MySqlMysqlUserConfigMysqlArgs:
12797
12737
  @pulumi.getter(name="maxHeapTableSize")
12798
12738
  def max_heap_table_size(self) -> Optional[pulumi.Input[int]]:
12799
12739
  """
12800
- Limits the size of internal in-memory tables. Also set tmp_table_size. Default is 16777216 (16M).
12740
+ Limits the size of internal in-memory tables. Also set tmp*table*size. Default is 16777216 (16M).
12801
12741
  """
12802
12742
  return pulumi.get(self, "max_heap_table_size")
12803
12743
 
@@ -12845,7 +12785,7 @@ class MySqlMysqlUserConfigMysqlArgs:
12845
12785
  @pulumi.getter(name="slowQueryLog")
12846
12786
  def slow_query_log(self) -> Optional[pulumi.Input[bool]]:
12847
12787
  """
12848
- Slow query log enables capturing of slow queries. Setting slow_query_log to false also truncates the mysql.slow_log table. Default is off.
12788
+ Slow query log enables capturing of slow queries. Setting slow*query*log to false also truncates the mysql.slow_log table. Default is off.
12849
12789
  """
12850
12790
  return pulumi.get(self, "slow_query_log")
12851
12791
 
@@ -12893,7 +12833,7 @@ class MySqlMysqlUserConfigMysqlArgs:
12893
12833
  @pulumi.getter(name="tmpTableSize")
12894
12834
  def tmp_table_size(self) -> Optional[pulumi.Input[int]]:
12895
12835
  """
12896
- Limits the size of internal in-memory tables. Also set max_heap_table_size. Default is 16777216 (16M).
12836
+ Limits the size of internal in-memory tables. Also set max*heap*table_size. Default is 16777216 (16M).
12897
12837
  """
12898
12838
  return pulumi.get(self, "tmp_table_size")
12899
12839
 
@@ -13369,7 +13309,7 @@ class OpenSearchOpensearchUserConfigArgs:
13369
13309
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
13370
13310
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
13371
13311
  :param pulumi.Input[bool] keep_index_refresh_interval: Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true.
13372
- :param pulumi.Input[int] max_index_count: use index_patterns instead. The default value is `0`.
13312
+ :param pulumi.Input[int] max_index_count: Use index_patterns instead. The default value is `0`.
13373
13313
  :param pulumi.Input['OpenSearchOpensearchUserConfigOpenidArgs'] openid: OpenSearch OpenID Connect Configuration
13374
13314
  :param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchArgs'] opensearch: OpenSearch settings
13375
13315
  :param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchDashboardsArgs'] opensearch_dashboards: OpenSearch Dashboards settings
@@ -13384,9 +13324,6 @@ class OpenSearchOpensearchUserConfigArgs:
13384
13324
  :param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
13385
13325
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
13386
13326
  """
13387
- if additional_backup_regions is not None:
13388
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
13389
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
13390
13327
  if additional_backup_regions is not None:
13391
13328
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
13392
13329
  if custom_domain is not None:
@@ -13443,9 +13380,6 @@ class OpenSearchOpensearchUserConfigArgs:
13443
13380
  """
13444
13381
  Additional Cloud Regions for Backup Replication.
13445
13382
  """
13446
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
13447
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
13448
-
13449
13383
  return pulumi.get(self, "additional_backup_regions")
13450
13384
 
13451
13385
  @additional_backup_regions.setter
@@ -13555,7 +13489,7 @@ class OpenSearchOpensearchUserConfigArgs:
13555
13489
  @pulumi.getter(name="maxIndexCount")
13556
13490
  def max_index_count(self) -> Optional[pulumi.Input[int]]:
13557
13491
  """
13558
- use index_patterns instead. The default value is `0`.
13492
+ Use index_patterns instead. The default value is `0`.
13559
13493
  """
13560
13494
  return pulumi.get(self, "max_index_count")
13561
13495
 
@@ -16721,7 +16655,7 @@ class PgPgUserConfigPgArgs:
16721
16655
  :param pulumi.Input[int] pg_partman_bgw_dot_interval: Sets the time interval to run pg_partman's scheduled tasks.
16722
16656
  :param pulumi.Input[str] pg_partman_bgw_dot_role: Controls which role to use for pg_partman's scheduled background tasks.
16723
16657
  :param pulumi.Input[bool] pg_stat_monitor_dot_pgsm_enable_query_plan: Enables or disables query plan monitoring.
16724
- :param pulumi.Input[int] pg_stat_monitor_dot_pgsm_max_buckets: Sets the maximum number of buckets .
16658
+ :param pulumi.Input[int] pg_stat_monitor_dot_pgsm_max_buckets: Sets the maximum number of buckets.
16725
16659
  :param pulumi.Input[str] pg_stat_statements_dot_track: Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
16726
16660
  :param pulumi.Input[int] temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited.
16727
16661
  :param pulumi.Input[str] timezone: PostgreSQL service timezone.
@@ -17303,7 +17237,7 @@ class PgPgUserConfigPgArgs:
17303
17237
  @pulumi.getter(name="pgStatMonitorDotPgsmMaxBuckets")
17304
17238
  def pg_stat_monitor_dot_pgsm_max_buckets(self) -> Optional[pulumi.Input[int]]:
17305
17239
  """
17306
- Sets the maximum number of buckets .
17240
+ Sets the maximum number of buckets.
17307
17241
  """
17308
17242
  return pulumi.get(self, "pg_stat_monitor_dot_pgsm_max_buckets")
17309
17243
 
@@ -18232,8 +18166,8 @@ class ProjectTagArgs:
18232
18166
  key: pulumi.Input[str],
18233
18167
  value: pulumi.Input[str]):
18234
18168
  """
18235
- :param pulumi.Input[str] key: Project tag key
18236
- :param pulumi.Input[str] value: Project tag value
18169
+ :param pulumi.Input[str] key: Project tag key.
18170
+ :param pulumi.Input[str] value: Project tag value.
18237
18171
  """
18238
18172
  pulumi.set(__self__, "key", key)
18239
18173
  pulumi.set(__self__, "value", value)
@@ -18242,7 +18176,7 @@ class ProjectTagArgs:
18242
18176
  @pulumi.getter
18243
18177
  def key(self) -> pulumi.Input[str]:
18244
18178
  """
18245
- Project tag key
18179
+ Project tag key.
18246
18180
  """
18247
18181
  return pulumi.get(self, "key")
18248
18182
 
@@ -18254,7 +18188,7 @@ class ProjectTagArgs:
18254
18188
  @pulumi.getter
18255
18189
  def value(self) -> pulumi.Input[str]:
18256
18190
  """
18257
- Project tag value
18191
+ Project tag value.
18258
18192
  """
18259
18193
  return pulumi.get(self, "value")
18260
18194
 
@@ -18398,12 +18332,6 @@ class RedisComponentArgs:
18398
18332
  pulumi.set(self, "usage", value)
18399
18333
 
18400
18334
 
18401
- @pulumi.input_type
18402
- class RedisRediArgs:
18403
- def __init__(__self__):
18404
- pass
18405
-
18406
-
18407
18335
  @pulumi.input_type
18408
18336
  class RedisRedisUserConfigArgs:
18409
18337
  def __init__(__self__, *,
@@ -18459,9 +18387,6 @@ class RedisRedisUserConfigArgs:
18459
18387
  :param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
18460
18388
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
18461
18389
  """
18462
- if additional_backup_regions is not None:
18463
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
18464
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
18465
18390
  if additional_backup_regions is not None:
18466
18391
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
18467
18392
  if ip_filter_objects is not None:
@@ -18522,9 +18447,6 @@ class RedisRedisUserConfigArgs:
18522
18447
  """
18523
18448
  Additional Cloud Regions for Backup Replication.
18524
18449
  """
18525
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
18526
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
18527
-
18528
18450
  return pulumi.get(self, "additional_backup_regions")
18529
18451
 
18530
18452
  @additional_backup_regions.setter
@@ -19769,14 +19691,18 @@ class ServiceIntegrationDatadogUserConfigDatadogTagArgs:
19769
19691
  @pulumi.input_type
19770
19692
  class ServiceIntegrationDatadogUserConfigOpensearchArgs:
19771
19693
  def __init__(__self__, *,
19694
+ cluster_stats_enabled: Optional[pulumi.Input[bool]] = None,
19772
19695
  index_stats_enabled: Optional[pulumi.Input[bool]] = None,
19773
19696
  pending_task_stats_enabled: Optional[pulumi.Input[bool]] = None,
19774
19697
  pshard_stats_enabled: Optional[pulumi.Input[bool]] = None):
19775
19698
  """
19699
+ :param pulumi.Input[bool] cluster_stats_enabled: Enable Datadog Opensearch Cluster Monitoring.
19776
19700
  :param pulumi.Input[bool] index_stats_enabled: Enable Datadog Opensearch Index Monitoring.
19777
19701
  :param pulumi.Input[bool] pending_task_stats_enabled: Enable Datadog Opensearch Pending Task Monitoring.
19778
19702
  :param pulumi.Input[bool] pshard_stats_enabled: Enable Datadog Opensearch Primary Shard Monitoring.
19779
19703
  """
19704
+ if cluster_stats_enabled is not None:
19705
+ pulumi.set(__self__, "cluster_stats_enabled", cluster_stats_enabled)
19780
19706
  if index_stats_enabled is not None:
19781
19707
  pulumi.set(__self__, "index_stats_enabled", index_stats_enabled)
19782
19708
  if pending_task_stats_enabled is not None:
@@ -19784,6 +19710,18 @@ class ServiceIntegrationDatadogUserConfigOpensearchArgs:
19784
19710
  if pshard_stats_enabled is not None:
19785
19711
  pulumi.set(__self__, "pshard_stats_enabled", pshard_stats_enabled)
19786
19712
 
19713
+ @property
19714
+ @pulumi.getter(name="clusterStatsEnabled")
19715
+ def cluster_stats_enabled(self) -> Optional[pulumi.Input[bool]]:
19716
+ """
19717
+ Enable Datadog Opensearch Cluster Monitoring.
19718
+ """
19719
+ return pulumi.get(self, "cluster_stats_enabled")
19720
+
19721
+ @cluster_stats_enabled.setter
19722
+ def cluster_stats_enabled(self, value: Optional[pulumi.Input[bool]]):
19723
+ pulumi.set(self, "cluster_stats_enabled", value)
19724
+
19787
19725
  @property
19788
19726
  @pulumi.getter(name="indexStatsEnabled")
19789
19727
  def index_stats_enabled(self) -> Optional[pulumi.Input[bool]]:
@@ -20227,7 +20165,7 @@ class ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgs:
20227
20165
  service_account_credentials: pulumi.Input[str]):
20228
20166
  """
20229
20167
  :param pulumi.Input[str] project_id: GCP project id.
20230
- :param pulumi.Input[str] service_account_credentials: This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys .
20168
+ :param pulumi.Input[str] service_account_credentials: This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys.
20231
20169
  """
20232
20170
  pulumi.set(__self__, "project_id", project_id)
20233
20171
  pulumi.set(__self__, "service_account_credentials", service_account_credentials)
@@ -20248,7 +20186,7 @@ class ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgs:
20248
20186
  @pulumi.getter(name="serviceAccountCredentials")
20249
20187
  def service_account_credentials(self) -> pulumi.Input[str]:
20250
20188
  """
20251
- This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys .
20189
+ This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys.
20252
20190
  """
20253
20191
  return pulumi.get(self, "service_account_credentials")
20254
20192
 
@@ -20266,7 +20204,7 @@ class ServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfigArgs:
20266
20204
  """
20267
20205
  :param pulumi.Input[str] log_id: Google Cloud Logging log id.
20268
20206
  :param pulumi.Input[str] project_id: GCP project id.
20269
- :param pulumi.Input[str] service_account_credentials: This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys .
20207
+ :param pulumi.Input[str] service_account_credentials: This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys.
20270
20208
  """
20271
20209
  pulumi.set(__self__, "log_id", log_id)
20272
20210
  pulumi.set(__self__, "project_id", project_id)
@@ -20300,7 +20238,7 @@ class ServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfigArgs:
20300
20238
  @pulumi.getter(name="serviceAccountCredentials")
20301
20239
  def service_account_credentials(self) -> pulumi.Input[str]:
20302
20240
  """
20303
- This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys .
20241
+ This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys.
20304
20242
  """
20305
20243
  return pulumi.get(self, "service_account_credentials")
20306
20244
 
@@ -21641,7 +21579,7 @@ class ServiceIntegrationMetricsUserConfigSourceMysqlTelegrafArgs:
21641
21579
  perf_events_statements_time_limit: Optional[pulumi.Input[int]] = None):
21642
21580
  """
21643
21581
  :param pulumi.Input[bool] gather_event_waits: Gather metrics from PERFORMANCE*SCHEMA.EVENT*WAITS.
21644
- :param pulumi.Input[bool] gather_file_events_stats: gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21582
+ :param pulumi.Input[bool] gather_file_events_stats: Gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21645
21583
  :param pulumi.Input[bool] gather_index_io_waits: Gather metrics from PERFORMANCE*SCHEMA.TABLE*IO*WAITS*SUMMARY*BY*INDEX_USAGE.
21646
21584
  :param pulumi.Input[bool] gather_info_schema_auto_inc: Gather auto_increment columns and max values from information schema.
21647
21585
  :param pulumi.Input[bool] gather_innodb_metrics: Gather metrics from INFORMATION*SCHEMA.INNODB*METRICS.
@@ -21700,7 +21638,7 @@ class ServiceIntegrationMetricsUserConfigSourceMysqlTelegrafArgs:
21700
21638
  @pulumi.getter(name="gatherFileEventsStats")
21701
21639
  def gather_file_events_stats(self) -> Optional[pulumi.Input[bool]]:
21702
21640
  """
21703
- gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21641
+ Gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21704
21642
  """
21705
21643
  return pulumi.get(self, "gather_file_events_stats")
21706
21644
 
@@ -21918,7 +21856,7 @@ class ServiceIntegrationPrometheusUserConfigSourceMysqlTelegrafArgs:
21918
21856
  perf_events_statements_time_limit: Optional[pulumi.Input[int]] = None):
21919
21857
  """
21920
21858
  :param pulumi.Input[bool] gather_event_waits: Gather metrics from PERFORMANCE*SCHEMA.EVENT*WAITS.
21921
- :param pulumi.Input[bool] gather_file_events_stats: gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21859
+ :param pulumi.Input[bool] gather_file_events_stats: Gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21922
21860
  :param pulumi.Input[bool] gather_index_io_waits: Gather metrics from PERFORMANCE*SCHEMA.TABLE*IO*WAITS*SUMMARY*BY*INDEX_USAGE.
21923
21861
  :param pulumi.Input[bool] gather_info_schema_auto_inc: Gather auto_increment columns and max values from information schema.
21924
21862
  :param pulumi.Input[bool] gather_innodb_metrics: Gather metrics from INFORMATION*SCHEMA.INNODB*METRICS.
@@ -21977,7 +21915,7 @@ class ServiceIntegrationPrometheusUserConfigSourceMysqlTelegrafArgs:
21977
21915
  @pulumi.getter(name="gatherFileEventsStats")
21978
21916
  def gather_file_events_stats(self) -> Optional[pulumi.Input[bool]]:
21979
21917
  """
21980
- gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21918
+ Gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21981
21919
  """
21982
21920
  return pulumi.get(self, "gather_file_events_stats")
21983
21921