pulumi-aiven 6.26.0a1728364446__py3-none-any.whl → 6.26.1__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 (160) hide show
  1. pulumi_aiven/__init__.py +1 -0
  2. pulumi_aiven/_inputs.py +8440 -400
  3. pulumi_aiven/_utilities.py +1 -1
  4. pulumi_aiven/account.py +5 -0
  5. pulumi_aiven/account_authentication.py +5 -0
  6. pulumi_aiven/account_team.py +5 -0
  7. pulumi_aiven/account_team_member.py +5 -0
  8. pulumi_aiven/account_team_project.py +12 -7
  9. pulumi_aiven/aws_privatelink.py +5 -0
  10. pulumi_aiven/aws_vpc_peering_connection.py +5 -0
  11. pulumi_aiven/azure_privatelink.py +5 -0
  12. pulumi_aiven/azure_privatelink_connection_approval.py +5 -0
  13. pulumi_aiven/azure_vpc_peering_connection.py +5 -0
  14. pulumi_aiven/billing_group.py +5 -0
  15. pulumi_aiven/cassandra.py +12 -2
  16. pulumi_aiven/cassandra_user.py +5 -0
  17. pulumi_aiven/clickhouse.py +11 -1
  18. pulumi_aiven/clickhouse_database.py +5 -0
  19. pulumi_aiven/clickhouse_grant.py +5 -0
  20. pulumi_aiven/clickhouse_role.py +5 -0
  21. pulumi_aiven/clickhouse_user.py +5 -0
  22. pulumi_aiven/config/__init__.pyi +5 -0
  23. pulumi_aiven/config/vars.py +5 -0
  24. pulumi_aiven/connection_pool.py +5 -0
  25. pulumi_aiven/dragonfly.py +12 -2
  26. pulumi_aiven/flink.py +12 -2
  27. pulumi_aiven/flink_application.py +5 -0
  28. pulumi_aiven/flink_application_deployment.py +5 -0
  29. pulumi_aiven/flink_application_version.py +5 -0
  30. pulumi_aiven/gcp_privatelink.py +5 -0
  31. pulumi_aiven/gcp_privatelink_connection_approval.py +5 -0
  32. pulumi_aiven/gcp_vpc_peering_connection.py +5 -0
  33. pulumi_aiven/get_account.py +19 -4
  34. pulumi_aiven/get_account_authentication.py +30 -4
  35. pulumi_aiven/get_account_team.py +17 -4
  36. pulumi_aiven/get_account_team_member.py +19 -4
  37. pulumi_aiven/get_account_team_project.py +18 -5
  38. pulumi_aiven/get_aws_privatelink.py +17 -4
  39. pulumi_aiven/get_aws_vpc_peering_connection.py +21 -4
  40. pulumi_aiven/get_azure_privatelink.py +19 -4
  41. pulumi_aiven/get_azure_vpc_peering_connection.py +25 -4
  42. pulumi_aiven/get_billing_group.py +27 -4
  43. pulumi_aiven/get_cassanda.py +40 -4
  44. pulumi_aiven/get_cassandra.py +40 -4
  45. pulumi_aiven/get_cassandra_user.py +20 -4
  46. pulumi_aiven/get_clickhouse.py +40 -4
  47. pulumi_aiven/get_clickhouse_database.py +17 -4
  48. pulumi_aiven/get_clickhouse_user.py +19 -4
  49. pulumi_aiven/get_connection_pool.py +21 -4
  50. pulumi_aiven/get_dragonfly.py +40 -4
  51. pulumi_aiven/get_external_identity.py +160 -0
  52. pulumi_aiven/get_flink.py +40 -4
  53. pulumi_aiven/get_flink_application.py +21 -4
  54. pulumi_aiven/get_flink_application_version.py +26 -4
  55. pulumi_aiven/get_gcp_privatelink.py +17 -4
  56. pulumi_aiven/get_gcp_vpc_peering_connection.py +19 -4
  57. pulumi_aiven/get_grafana.py +40 -4
  58. pulumi_aiven/get_influx_db.py +40 -4
  59. pulumi_aiven/get_influxdb_database.py +17 -4
  60. pulumi_aiven/get_influxdb_user.py +20 -4
  61. pulumi_aiven/get_kafka.py +42 -4
  62. pulumi_aiven/get_kafka_acl.py +21 -4
  63. pulumi_aiven/get_kafka_connect.py +39 -4
  64. pulumi_aiven/get_kafka_connector.py +24 -4
  65. pulumi_aiven/get_kafka_mirror_maker.py +39 -4
  66. pulumi_aiven/get_kafka_schema.py +20 -4
  67. pulumi_aiven/get_kafka_schema_configuration.py +19 -4
  68. pulumi_aiven/get_kafka_schema_registry_acl.py +21 -4
  69. pulumi_aiven/get_kafka_topic.py +23 -4
  70. pulumi_aiven/get_kafka_user.py +20 -4
  71. pulumi_aiven/get_m3_aggregator.py +40 -4
  72. pulumi_aiven/get_m3_db.py +40 -4
  73. pulumi_aiven/get_m3db_user.py +18 -4
  74. pulumi_aiven/get_mirror_maker_replication_flow.py +29 -4
  75. pulumi_aiven/get_my_sql.py +40 -4
  76. pulumi_aiven/get_mysql_database.py +17 -4
  77. pulumi_aiven/get_mysql_user.py +21 -4
  78. pulumi_aiven/get_open_search.py +40 -4
  79. pulumi_aiven/get_open_search_acl_config.py +16 -4
  80. pulumi_aiven/get_open_search_acl_rule.py +20 -4
  81. pulumi_aiven/get_opensearch_security_plugin_config.py +18 -4
  82. pulumi_aiven/get_opensearch_user.py +18 -4
  83. pulumi_aiven/get_organization.py +16 -4
  84. pulumi_aiven/get_organization_application_user.py +17 -4
  85. pulumi_aiven/get_organization_user.py +17 -4
  86. pulumi_aiven/get_organization_user_group.py +18 -4
  87. pulumi_aiven/get_organizational_unit.py +16 -4
  88. pulumi_aiven/get_pg.py +40 -4
  89. pulumi_aiven/get_pg_database.py +19 -4
  90. pulumi_aiven/get_pg_user.py +21 -4
  91. pulumi_aiven/get_project.py +25 -4
  92. pulumi_aiven/get_project_user.py +17 -5
  93. pulumi_aiven/get_project_vpc.py +18 -4
  94. pulumi_aiven/get_redis.py +40 -4
  95. pulumi_aiven/get_redis_user.py +22 -4
  96. pulumi_aiven/get_service_component.py +26 -4
  97. pulumi_aiven/get_service_integration.py +52 -8
  98. pulumi_aiven/get_service_integration_endpoint.py +32 -4
  99. pulumi_aiven/get_thanos.py +40 -10
  100. pulumi_aiven/get_transit_gateway_vpc_attachment.py +21 -4
  101. pulumi_aiven/get_valkey.py +40 -4
  102. pulumi_aiven/get_valkey_user.py +22 -4
  103. pulumi_aiven/grafana.py +12 -2
  104. pulumi_aiven/influx_db.py +12 -2
  105. pulumi_aiven/influxdb_database.py +5 -0
  106. pulumi_aiven/influxdb_user.py +5 -0
  107. pulumi_aiven/kafka.py +12 -2
  108. pulumi_aiven/kafka_acl.py +5 -0
  109. pulumi_aiven/kafka_connect.py +12 -2
  110. pulumi_aiven/kafka_connector.py +5 -0
  111. pulumi_aiven/kafka_mirror_maker.py +12 -2
  112. pulumi_aiven/kafka_schema.py +5 -0
  113. pulumi_aiven/kafka_schema_configuration.py +5 -0
  114. pulumi_aiven/kafka_schema_registry_acl.py +5 -0
  115. pulumi_aiven/kafka_topic.py +5 -0
  116. pulumi_aiven/kafka_user.py +5 -0
  117. pulumi_aiven/m3_aggregator.py +12 -2
  118. pulumi_aiven/m3_db.py +12 -2
  119. pulumi_aiven/m3db_user.py +5 -0
  120. pulumi_aiven/mirror_maker_replication_flow.py +5 -0
  121. pulumi_aiven/my_sql.py +12 -2
  122. pulumi_aiven/mysql_database.py +5 -0
  123. pulumi_aiven/mysql_user.py +5 -0
  124. pulumi_aiven/open_search.py +12 -2
  125. pulumi_aiven/open_search_acl_config.py +5 -0
  126. pulumi_aiven/open_search_acl_rule.py +5 -0
  127. pulumi_aiven/opensearch_security_plugin_config.py +5 -0
  128. pulumi_aiven/opensearch_user.py +5 -0
  129. pulumi_aiven/organization.py +5 -0
  130. pulumi_aiven/organization_application_user.py +5 -0
  131. pulumi_aiven/organization_application_user_token.py +5 -0
  132. pulumi_aiven/organization_group_project.py +12 -7
  133. pulumi_aiven/organization_permission.py +5 -0
  134. pulumi_aiven/organization_user.py +5 -0
  135. pulumi_aiven/organization_user_group.py +5 -0
  136. pulumi_aiven/organization_user_group_member.py +5 -0
  137. pulumi_aiven/organizational_unit.py +5 -0
  138. pulumi_aiven/outputs.py +339 -62
  139. pulumi_aiven/pg.py +12 -2
  140. pulumi_aiven/pg_database.py +5 -0
  141. pulumi_aiven/pg_user.py +5 -0
  142. pulumi_aiven/project.py +5 -0
  143. pulumi_aiven/project_user.py +12 -7
  144. pulumi_aiven/project_vpc.py +5 -0
  145. pulumi_aiven/provider.py +5 -0
  146. pulumi_aiven/pulumi-plugin.json +1 -1
  147. pulumi_aiven/redis.py +12 -2
  148. pulumi_aiven/redis_user.py +5 -0
  149. pulumi_aiven/service_integration.py +59 -7
  150. pulumi_aiven/service_integration_endpoint.py +5 -0
  151. pulumi_aiven/static_ip.py +7 -2
  152. pulumi_aiven/thanos.py +12 -8
  153. pulumi_aiven/transit_gateway_vpc_attachment.py +5 -0
  154. pulumi_aiven/valkey.py +12 -2
  155. pulumi_aiven/valkey_user.py +5 -0
  156. {pulumi_aiven-6.26.0a1728364446.dist-info → pulumi_aiven-6.26.1.dist-info}/METADATA +3 -2
  157. pulumi_aiven-6.26.1.dist-info/RECORD +161 -0
  158. {pulumi_aiven-6.26.0a1728364446.dist-info → pulumi_aiven-6.26.1.dist-info}/WHEEL +1 -1
  159. pulumi_aiven-6.26.0a1728364446.dist-info/RECORD +0 -160
  160. {pulumi_aiven-6.26.0a1728364446.dist-info → pulumi_aiven-6.26.1.dist-info}/top_level.txt +0 -0
pulumi_aiven/outputs.py CHANGED
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
 
@@ -52,6 +57,7 @@ __all__ = [
52
57
  'FlinkFlinkUserConfig',
53
58
  'FlinkFlinkUserConfigIpFilterObject',
54
59
  'FlinkFlinkUserConfigPrivatelinkAccess',
60
+ 'FlinkFlinkUserConfigPublicAccess',
55
61
  'FlinkServiceIntegration',
56
62
  'FlinkTag',
57
63
  'FlinkTechEmail',
@@ -115,6 +121,7 @@ __all__ = [
115
121
  'KafkaKafkaUserConfigPrivatelinkAccess',
116
122
  'KafkaKafkaUserConfigPublicAccess',
117
123
  'KafkaKafkaUserConfigSchemaRegistryConfig',
124
+ 'KafkaKafkaUserConfigSingleZone',
118
125
  'KafkaKafkaUserConfigTieredStorage',
119
126
  'KafkaKafkaUserConfigTieredStorageLocalCache',
120
127
  'KafkaMirrorMakerComponent',
@@ -258,6 +265,7 @@ __all__ = [
258
265
  'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetric',
259
266
  'ServiceIntegrationExternalElasticsearchLogsUserConfig',
260
267
  'ServiceIntegrationExternalOpensearchLogsUserConfig',
268
+ 'ServiceIntegrationFlinkExternalPostgresqlUserConfig',
261
269
  'ServiceIntegrationKafkaConnectUserConfig',
262
270
  'ServiceIntegrationKafkaConnectUserConfigKafkaConnect',
263
271
  'ServiceIntegrationKafkaLogsUserConfig',
@@ -341,6 +349,7 @@ __all__ = [
341
349
  'GetFlinkFlinkUserConfigResult',
342
350
  'GetFlinkFlinkUserConfigIpFilterObjectResult',
343
351
  'GetFlinkFlinkUserConfigPrivatelinkAccessResult',
352
+ 'GetFlinkFlinkUserConfigPublicAccessResult',
344
353
  'GetFlinkServiceIntegrationResult',
345
354
  'GetFlinkTagResult',
346
355
  'GetFlinkTechEmailResult',
@@ -404,6 +413,7 @@ __all__ = [
404
413
  'GetKafkaKafkaUserConfigPrivatelinkAccessResult',
405
414
  'GetKafkaKafkaUserConfigPublicAccessResult',
406
415
  'GetKafkaKafkaUserConfigSchemaRegistryConfigResult',
416
+ 'GetKafkaKafkaUserConfigSingleZoneResult',
407
417
  'GetKafkaKafkaUserConfigTieredStorageResult',
408
418
  'GetKafkaKafkaUserConfigTieredStorageLocalCacheResult',
409
419
  'GetKafkaMirrorMakerComponentResult',
@@ -543,6 +553,7 @@ __all__ = [
543
553
  'GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetricResult',
544
554
  'GetServiceIntegrationExternalElasticsearchLogsUserConfigResult',
545
555
  'GetServiceIntegrationExternalOpensearchLogsUserConfigResult',
556
+ 'GetServiceIntegrationFlinkExternalPostgresqlUserConfigResult',
546
557
  'GetServiceIntegrationKafkaConnectUserConfigResult',
547
558
  'GetServiceIntegrationKafkaConnectUserConfigKafkaConnectResult',
548
559
  'GetServiceIntegrationKafkaLogsUserConfigResult',
@@ -1347,6 +1358,8 @@ class ClickhouseClickhouseUserConfig(dict):
1347
1358
  suggest = "project_to_fork_from"
1348
1359
  elif key == "publicAccess":
1349
1360
  suggest = "public_access"
1361
+ elif key == "recoveryBasebackupName":
1362
+ suggest = "recovery_basebackup_name"
1350
1363
  elif key == "serviceLog":
1351
1364
  suggest = "service_log"
1352
1365
  elif key == "serviceToForkFrom":
@@ -1374,6 +1387,7 @@ class ClickhouseClickhouseUserConfig(dict):
1374
1387
  privatelink_access: Optional['outputs.ClickhouseClickhouseUserConfigPrivatelinkAccess'] = None,
1375
1388
  project_to_fork_from: Optional[str] = None,
1376
1389
  public_access: Optional['outputs.ClickhouseClickhouseUserConfigPublicAccess'] = None,
1390
+ recovery_basebackup_name: Optional[str] = None,
1377
1391
  service_log: Optional[bool] = None,
1378
1392
  service_to_fork_from: Optional[str] = None,
1379
1393
  static_ips: Optional[bool] = None):
@@ -1386,6 +1400,7 @@ class ClickhouseClickhouseUserConfig(dict):
1386
1400
  :param 'ClickhouseClickhouseUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
1387
1401
  :param str project_to_fork_from: Name of another project to fork a service from. This has effect only when a new service is being created. Example: `anotherprojectname`.
1388
1402
  :param 'ClickhouseClickhouseUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
1403
+ :param str recovery_basebackup_name: Name of the basebackup to restore in forked service. Example: `backup-20191112t091354293891z`.
1389
1404
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
1390
1405
  :param str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created. Example: `anotherservicename`.
1391
1406
  :param bool static_ips: Use static public IP addresses.
@@ -1406,6 +1421,8 @@ class ClickhouseClickhouseUserConfig(dict):
1406
1421
  pulumi.set(__self__, "project_to_fork_from", project_to_fork_from)
1407
1422
  if public_access is not None:
1408
1423
  pulumi.set(__self__, "public_access", public_access)
1424
+ if recovery_basebackup_name is not None:
1425
+ pulumi.set(__self__, "recovery_basebackup_name", recovery_basebackup_name)
1409
1426
  if service_log is not None:
1410
1427
  pulumi.set(__self__, "service_log", service_log)
1411
1428
  if service_to_fork_from is not None:
@@ -1479,6 +1496,14 @@ class ClickhouseClickhouseUserConfig(dict):
1479
1496
  """
1480
1497
  return pulumi.get(self, "public_access")
1481
1498
 
1499
+ @property
1500
+ @pulumi.getter(name="recoveryBasebackupName")
1501
+ def recovery_basebackup_name(self) -> Optional[str]:
1502
+ """
1503
+ Name of the basebackup to restore in forked service. Example: `backup-20191112t091354293891z`.
1504
+ """
1505
+ return pulumi.get(self, "recovery_basebackup_name")
1506
+
1482
1507
  @property
1483
1508
  @pulumi.getter(name="serviceLog")
1484
1509
  def service_log(self) -> Optional[bool]:
@@ -3125,8 +3150,14 @@ class FlinkFlinkUserConfig(dict):
3125
3150
  suggest = "ip_filters"
3126
3151
  elif key == "numberOfTaskSlots":
3127
3152
  suggest = "number_of_task_slots"
3153
+ elif key == "pekkoAskTimeoutS":
3154
+ suggest = "pekko_ask_timeout_s"
3155
+ elif key == "pekkoFramesizeB":
3156
+ suggest = "pekko_framesize_b"
3128
3157
  elif key == "privatelinkAccess":
3129
3158
  suggest = "privatelink_access"
3159
+ elif key == "publicAccess":
3160
+ suggest = "public_access"
3130
3161
  elif key == "serviceLog":
3131
3162
  suggest = "service_log"
3132
3163
  elif key == "staticIps":
@@ -3150,7 +3181,10 @@ class FlinkFlinkUserConfig(dict):
3150
3181
  ip_filter_strings: Optional[Sequence[str]] = None,
3151
3182
  ip_filters: Optional[Sequence[str]] = None,
3152
3183
  number_of_task_slots: Optional[int] = None,
3184
+ pekko_ask_timeout_s: Optional[int] = None,
3185
+ pekko_framesize_b: Optional[int] = None,
3153
3186
  privatelink_access: Optional['outputs.FlinkFlinkUserConfigPrivatelinkAccess'] = None,
3187
+ public_access: Optional['outputs.FlinkFlinkUserConfigPublicAccess'] = None,
3154
3188
  service_log: Optional[bool] = None,
3155
3189
  static_ips: Optional[bool] = None):
3156
3190
  """
@@ -3160,7 +3194,10 @@ class FlinkFlinkUserConfig(dict):
3160
3194
  :param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
3161
3195
  :param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
3162
3196
  :param int number_of_task_slots: Task slots per node. For a 3 node plan, total number of task slots is 3x this value. Example: `1`.
3197
+ :param int pekko_ask_timeout_s: Timeout in seconds used for all futures and blocking Pekko requests. Example: `10`.
3198
+ :param int pekko_framesize_b: Maximum size in bytes for messages exchanged between the JobManager and the TaskManagers. Example: `10485760`.
3163
3199
  :param 'FlinkFlinkUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
3200
+ :param 'FlinkFlinkUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
3164
3201
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
3165
3202
  :param bool static_ips: Use static public IP addresses.
3166
3203
  """
@@ -3176,8 +3213,14 @@ class FlinkFlinkUserConfig(dict):
3176
3213
  pulumi.set(__self__, "ip_filters", ip_filters)
3177
3214
  if number_of_task_slots is not None:
3178
3215
  pulumi.set(__self__, "number_of_task_slots", number_of_task_slots)
3216
+ if pekko_ask_timeout_s is not None:
3217
+ pulumi.set(__self__, "pekko_ask_timeout_s", pekko_ask_timeout_s)
3218
+ if pekko_framesize_b is not None:
3219
+ pulumi.set(__self__, "pekko_framesize_b", pekko_framesize_b)
3179
3220
  if privatelink_access is not None:
3180
3221
  pulumi.set(__self__, "privatelink_access", privatelink_access)
3222
+ if public_access is not None:
3223
+ pulumi.set(__self__, "public_access", public_access)
3181
3224
  if service_log is not None:
3182
3225
  pulumi.set(__self__, "service_log", service_log)
3183
3226
  if static_ips is not None:
@@ -3233,6 +3276,22 @@ class FlinkFlinkUserConfig(dict):
3233
3276
  """
3234
3277
  return pulumi.get(self, "number_of_task_slots")
3235
3278
 
3279
+ @property
3280
+ @pulumi.getter(name="pekkoAskTimeoutS")
3281
+ def pekko_ask_timeout_s(self) -> Optional[int]:
3282
+ """
3283
+ Timeout in seconds used for all futures and blocking Pekko requests. Example: `10`.
3284
+ """
3285
+ return pulumi.get(self, "pekko_ask_timeout_s")
3286
+
3287
+ @property
3288
+ @pulumi.getter(name="pekkoFramesizeB")
3289
+ def pekko_framesize_b(self) -> Optional[int]:
3290
+ """
3291
+ Maximum size in bytes for messages exchanged between the JobManager and the TaskManagers. Example: `10485760`.
3292
+ """
3293
+ return pulumi.get(self, "pekko_framesize_b")
3294
+
3236
3295
  @property
3237
3296
  @pulumi.getter(name="privatelinkAccess")
3238
3297
  def privatelink_access(self) -> Optional['outputs.FlinkFlinkUserConfigPrivatelinkAccess']:
@@ -3241,6 +3300,14 @@ class FlinkFlinkUserConfig(dict):
3241
3300
  """
3242
3301
  return pulumi.get(self, "privatelink_access")
3243
3302
 
3303
+ @property
3304
+ @pulumi.getter(name="publicAccess")
3305
+ def public_access(self) -> Optional['outputs.FlinkFlinkUserConfigPublicAccess']:
3306
+ """
3307
+ Allow access to selected service ports from the public Internet
3308
+ """
3309
+ return pulumi.get(self, "public_access")
3310
+
3244
3311
  @property
3245
3312
  @pulumi.getter(name="serviceLog")
3246
3313
  def service_log(self) -> Optional[bool]:
@@ -3319,6 +3386,25 @@ class FlinkFlinkUserConfigPrivatelinkAccess(dict):
3319
3386
  return pulumi.get(self, "prometheus")
3320
3387
 
3321
3388
 
3389
+ @pulumi.output_type
3390
+ class FlinkFlinkUserConfigPublicAccess(dict):
3391
+ def __init__(__self__, *,
3392
+ flink: Optional[bool] = None):
3393
+ """
3394
+ :param bool flink: Allow clients to connect to flink from the public internet for service nodes that are in a project VPC or another type of private network.
3395
+ """
3396
+ if flink is not None:
3397
+ pulumi.set(__self__, "flink", flink)
3398
+
3399
+ @property
3400
+ @pulumi.getter
3401
+ def flink(self) -> Optional[bool]:
3402
+ """
3403
+ Allow clients to connect to flink from the public internet for service nodes that are in a project VPC or another type of private network.
3404
+ """
3405
+ return pulumi.get(self, "flink")
3406
+
3407
+
3322
3408
  @pulumi.output_type
3323
3409
  class FlinkServiceIntegration(dict):
3324
3410
  @staticmethod
@@ -7343,6 +7429,8 @@ class KafkaKafkaUserConfig(dict):
7343
7429
  suggest = "schema_registry_config"
7344
7430
  elif key == "serviceLog":
7345
7431
  suggest = "service_log"
7432
+ elif key == "singleZone":
7433
+ suggest = "single_zone"
7346
7434
  elif key == "staticIps":
7347
7435
  suggest = "static_ips"
7348
7436
  elif key == "tieredStorage":
@@ -7384,6 +7472,7 @@ class KafkaKafkaUserConfig(dict):
7384
7472
  schema_registry: Optional[bool] = None,
7385
7473
  schema_registry_config: Optional['outputs.KafkaKafkaUserConfigSchemaRegistryConfig'] = None,
7386
7474
  service_log: Optional[bool] = None,
7475
+ single_zone: Optional['outputs.KafkaKafkaUserConfigSingleZone'] = None,
7387
7476
  static_ips: Optional[bool] = None,
7388
7477
  tiered_storage: Optional['outputs.KafkaKafkaUserConfigTieredStorage'] = None):
7389
7478
  """
@@ -7410,6 +7499,7 @@ class KafkaKafkaUserConfig(dict):
7410
7499
  :param bool schema_registry: Enable Schema-Registry service. Default: `false`.
7411
7500
  :param 'KafkaKafkaUserConfigSchemaRegistryConfigArgs' schema_registry_config: Schema Registry configuration
7412
7501
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
7502
+ :param 'KafkaKafkaUserConfigSingleZoneArgs' single_zone: Single-zone configuration
7413
7503
  :param bool static_ips: Use static public IP addresses.
7414
7504
  :param 'KafkaKafkaUserConfigTieredStorageArgs' tiered_storage: Tiered storage configuration
7415
7505
  """
@@ -7461,6 +7551,8 @@ class KafkaKafkaUserConfig(dict):
7461
7551
  pulumi.set(__self__, "schema_registry_config", schema_registry_config)
7462
7552
  if service_log is not None:
7463
7553
  pulumi.set(__self__, "service_log", service_log)
7554
+ if single_zone is not None:
7555
+ pulumi.set(__self__, "single_zone", single_zone)
7464
7556
  if static_ips is not None:
7465
7557
  pulumi.set(__self__, "static_ips", static_ips)
7466
7558
  if tiered_storage is not None:
@@ -7657,6 +7749,14 @@ class KafkaKafkaUserConfig(dict):
7657
7749
  """
7658
7750
  return pulumi.get(self, "service_log")
7659
7751
 
7752
+ @property
7753
+ @pulumi.getter(name="singleZone")
7754
+ def single_zone(self) -> Optional['outputs.KafkaKafkaUserConfigSingleZone']:
7755
+ """
7756
+ Single-zone configuration
7757
+ """
7758
+ return pulumi.get(self, "single_zone")
7759
+
7660
7760
  @property
7661
7761
  @pulumi.getter(name="staticIps")
7662
7762
  def static_ips(self) -> Optional[bool]:
@@ -9446,6 +9546,25 @@ class KafkaKafkaUserConfigSchemaRegistryConfig(dict):
9446
9546
  return pulumi.get(self, "topic_name")
9447
9547
 
9448
9548
 
9549
+ @pulumi.output_type
9550
+ class KafkaKafkaUserConfigSingleZone(dict):
9551
+ def __init__(__self__, *,
9552
+ enabled: Optional[bool] = None):
9553
+ """
9554
+ :param bool enabled: Whether to allocate nodes on the same Availability Zone or spread across zones available. By default service nodes are spread across different AZs. The single AZ support is best-effort and may temporarily allocate nodes in different AZs e.g. in case of capacity limitations in one AZ.
9555
+ """
9556
+ if enabled is not None:
9557
+ pulumi.set(__self__, "enabled", enabled)
9558
+
9559
+ @property
9560
+ @pulumi.getter
9561
+ def enabled(self) -> Optional[bool]:
9562
+ """
9563
+ Whether to allocate nodes on the same Availability Zone or spread across zones available. By default service nodes are spread across different AZs. The single AZ support is best-effort and may temporarily allocate nodes in different AZs e.g. in case of capacity limitations in one AZ.
9564
+ """
9565
+ return pulumi.get(self, "enabled")
9566
+
9567
+
9449
9568
  @pulumi.output_type
9450
9569
  class KafkaKafkaUserConfigTieredStorage(dict):
9451
9570
  @staticmethod
@@ -13118,6 +13237,8 @@ class MySqlMysqlUserConfigMysql(dict):
13118
13237
  suggest = "interactive_timeout"
13119
13238
  elif key == "internalTmpMemStorageEngine":
13120
13239
  suggest = "internal_tmp_mem_storage_engine"
13240
+ elif key == "logOutput":
13241
+ suggest = "log_output"
13121
13242
  elif key == "longQueryTime":
13122
13243
  suggest = "long_query_time"
13123
13244
  elif key == "maxAllowedPacket":
@@ -13173,6 +13294,7 @@ class MySqlMysqlUserConfigMysql(dict):
13173
13294
  innodb_write_io_threads: Optional[int] = None,
13174
13295
  interactive_timeout: Optional[int] = None,
13175
13296
  internal_tmp_mem_storage_engine: Optional[str] = None,
13297
+ log_output: Optional[str] = None,
13176
13298
  long_query_time: Optional[float] = None,
13177
13299
  max_allowed_packet: Optional[int] = None,
13178
13300
  max_heap_table_size: Optional[int] = None,
@@ -13204,13 +13326,14 @@ class MySqlMysqlUserConfigMysql(dict):
13204
13326
  :param 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. Example: `10`.
13205
13327
  :param int interactive_timeout: The number of seconds the server waits for activity on an interactive connection before closing it. Example: `3600`.
13206
13328
  :param str internal_tmp_mem_storage_engine: Enum: `TempTable`, `MEMORY`. The storage engine for in-memory internal temporary tables.
13207
- :param 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. Example: `10`.
13329
+ :param str log_output: Enum: `INSIGHTS`, `NONE`, `TABLE`, `INSIGHTS,TABLE`. The slow log output destination when slow*query*log is ON. To enable MySQL AI Insights, choose INSIGHTS. To use MySQL AI Insights and the mysql.slow*log table at the same time, choose INSIGHTS,TABLE. To only use the mysql.slow*log table, choose TABLE. To silence slow logs, choose NONE.
13330
+ :param float long_query_time: The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10`.
13208
13331
  :param int max_allowed_packet: Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M). Example: `67108864`.
13209
13332
  :param int max_heap_table_size: Limits the size of internal in-memory tables. Also set tmp*table*size. Default is 16777216 (16M). Example: `16777216`.
13210
13333
  :param 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. Example: `16384`.
13211
13334
  :param int net_read_timeout: The number of seconds to wait for more data from a connection before aborting the read. Example: `30`.
13212
13335
  :param int net_write_timeout: The number of seconds to wait for a block to be written to a connection before aborting the write. Example: `30`.
13213
- :param 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.
13336
+ :param 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.
13214
13337
  :param int sort_buffer_size: Sort buffer size in bytes for ORDER BY optimization. Default is 262144 (256K). Example: `262144`.
13215
13338
  :param 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. Example: `ANSI,TRADITIONAL`.
13216
13339
  :param 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.
@@ -13253,6 +13376,8 @@ class MySqlMysqlUserConfigMysql(dict):
13253
13376
  pulumi.set(__self__, "interactive_timeout", interactive_timeout)
13254
13377
  if internal_tmp_mem_storage_engine is not None:
13255
13378
  pulumi.set(__self__, "internal_tmp_mem_storage_engine", internal_tmp_mem_storage_engine)
13379
+ if log_output is not None:
13380
+ pulumi.set(__self__, "log_output", log_output)
13256
13381
  if long_query_time is not None:
13257
13382
  pulumi.set(__self__, "long_query_time", long_query_time)
13258
13383
  if max_allowed_packet is not None:
@@ -13422,11 +13547,19 @@ class MySqlMysqlUserConfigMysql(dict):
13422
13547
  """
13423
13548
  return pulumi.get(self, "internal_tmp_mem_storage_engine")
13424
13549
 
13550
+ @property
13551
+ @pulumi.getter(name="logOutput")
13552
+ def log_output(self) -> Optional[str]:
13553
+ """
13554
+ Enum: `INSIGHTS`, `NONE`, `TABLE`, `INSIGHTS,TABLE`. The slow log output destination when slow*query*log is ON. To enable MySQL AI Insights, choose INSIGHTS. To use MySQL AI Insights and the mysql.slow*log table at the same time, choose INSIGHTS,TABLE. To only use the mysql.slow*log table, choose TABLE. To silence slow logs, choose NONE.
13555
+ """
13556
+ return pulumi.get(self, "log_output")
13557
+
13425
13558
  @property
13426
13559
  @pulumi.getter(name="longQueryTime")
13427
13560
  def long_query_time(self) -> Optional[float]:
13428
13561
  """
13429
- The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Default is 10s. Example: `10`.
13562
+ The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10`.
13430
13563
  """
13431
13564
  return pulumi.get(self, "long_query_time")
13432
13565
 
@@ -13474,7 +13607,7 @@ class MySqlMysqlUserConfigMysql(dict):
13474
13607
  @pulumi.getter(name="slowQueryLog")
13475
13608
  def slow_query_log(self) -> Optional[bool]:
13476
13609
  """
13477
- Slow query log enables capturing of slow queries. Setting slow*query*log to false also truncates the mysql.slow_log table. Default is off.
13610
+ Slow query log enables capturing of slow queries. Setting slow*query*log to false also truncates the mysql.slow_log table.
13478
13611
  """
13479
13612
  return pulumi.get(self, "slow_query_log")
13480
13613
 
@@ -14047,8 +14180,10 @@ class OpenSearchOpensearchUserConfig(dict):
14047
14180
  static_ips: Optional[bool] = None):
14048
14181
  """
14049
14182
  :param str additional_backup_regions: Additional Cloud Regions for Backup Replication.
14183
+ :param 'OpenSearchOpensearchUserConfigAzureMigrationArgs' azure_migration: Azure migration settings
14050
14184
  :param str custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
14051
14185
  :param bool disable_replication_factor_adjustment: Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can no longer be activated.
14186
+ :param 'OpenSearchOpensearchUserConfigGcsMigrationArgs' gcs_migration: Google Cloud Storage migration settings
14052
14187
  :param Sequence['OpenSearchOpensearchUserConfigIndexPatternArgs'] index_patterns: Index patterns
14053
14188
  :param 'OpenSearchOpensearchUserConfigIndexRollupArgs' index_rollup: Index rollup settings
14054
14189
  :param 'OpenSearchOpensearchUserConfigIndexTemplateArgs' index_template: Template settings for all new indexes
@@ -14066,6 +14201,7 @@ class OpenSearchOpensearchUserConfig(dict):
14066
14201
  :param str project_to_fork_from: Name of another project to fork a service from. This has effect only when a new service is being created. Example: `anotherprojectname`.
14067
14202
  :param 'OpenSearchOpensearchUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
14068
14203
  :param str recovery_basebackup_name: Name of the basebackup to restore in forked service. Example: `backup-20191112t091354293891z`.
14204
+ :param 'OpenSearchOpensearchUserConfigS3MigrationArgs' s3_migration: AWS S3 / AWS S3 compatible migration settings
14069
14205
  :param 'OpenSearchOpensearchUserConfigSamlArgs' saml: OpenSearch SAML configuration
14070
14206
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
14071
14207
  :param str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created. Example: `anotherservicename`.
@@ -14137,6 +14273,9 @@ class OpenSearchOpensearchUserConfig(dict):
14137
14273
  @property
14138
14274
  @pulumi.getter(name="azureMigration")
14139
14275
  def azure_migration(self) -> Optional['outputs.OpenSearchOpensearchUserConfigAzureMigration']:
14276
+ """
14277
+ Azure migration settings
14278
+ """
14140
14279
  return pulumi.get(self, "azure_migration")
14141
14280
 
14142
14281
  @property
@@ -14158,6 +14297,9 @@ class OpenSearchOpensearchUserConfig(dict):
14158
14297
  @property
14159
14298
  @pulumi.getter(name="gcsMigration")
14160
14299
  def gcs_migration(self) -> Optional['outputs.OpenSearchOpensearchUserConfigGcsMigration']:
14300
+ """
14301
+ Google Cloud Storage migration settings
14302
+ """
14161
14303
  return pulumi.get(self, "gcs_migration")
14162
14304
 
14163
14305
  @property
@@ -14300,6 +14442,9 @@ class OpenSearchOpensearchUserConfig(dict):
14300
14442
  @property
14301
14443
  @pulumi.getter(name="s3Migration")
14302
14444
  def s3_migration(self) -> Optional['outputs.OpenSearchOpensearchUserConfigS3Migration']:
14445
+ """
14446
+ AWS S3 / AWS S3 compatible migration settings
14447
+ """
14303
14448
  return pulumi.get(self, "s3_migration")
14304
14449
 
14305
14450
  @property
@@ -16627,7 +16772,7 @@ class OrganizationPermissionPermission(dict):
16627
16772
  create_time: Optional[str] = None,
16628
16773
  update_time: Optional[str] = None):
16629
16774
  """
16630
- :param Sequence[str] permissions: List of permissions. The possible values are `admin`, `developer`, `operator` and `read_only`.
16775
+ :param Sequence[str] permissions: List of permissions. The possible values are `admin`, `developer`, `operator`, `project:permissions:read` and `read_only`.
16631
16776
  :param str principal_id: ID of the user or group.
16632
16777
  :param str principal_type: The type of principal. The possible values are `user` and `user_group`.
16633
16778
  :param str create_time: Time created.
@@ -16645,7 +16790,7 @@ class OrganizationPermissionPermission(dict):
16645
16790
  @pulumi.getter
16646
16791
  def permissions(self) -> Sequence[str]:
16647
16792
  """
16648
- List of permissions. The possible values are `admin`, `developer`, `operator` and `read_only`.
16793
+ List of permissions. The possible values are `admin`, `developer`, `operator`, `project:permissions:read` and `read_only`.
16649
16794
  """
16650
16795
  return pulumi.get(self, "permissions")
16651
16796
 
@@ -22609,6 +22754,25 @@ class ServiceIntegrationExternalOpensearchLogsUserConfig(dict):
22609
22754
  return pulumi.get(self, "selected_log_fields")
22610
22755
 
22611
22756
 
22757
+ @pulumi.output_type
22758
+ class ServiceIntegrationFlinkExternalPostgresqlUserConfig(dict):
22759
+ def __init__(__self__, *,
22760
+ stringtype: Optional[str] = None):
22761
+ """
22762
+ :param str stringtype: Enum: `unspecified`. If stringtype is set to unspecified, parameters will be sent to the server as untyped values.
22763
+ """
22764
+ if stringtype is not None:
22765
+ pulumi.set(__self__, "stringtype", stringtype)
22766
+
22767
+ @property
22768
+ @pulumi.getter
22769
+ def stringtype(self) -> Optional[str]:
22770
+ """
22771
+ Enum: `unspecified`. If stringtype is set to unspecified, parameters will be sent to the server as untyped values.
22772
+ """
22773
+ return pulumi.get(self, "stringtype")
22774
+
22775
+
22612
22776
  @pulumi.output_type
22613
22777
  class ServiceIntegrationKafkaConnectUserConfig(dict):
22614
22778
  @staticmethod
@@ -23844,12 +24008,8 @@ class ThanosThanos(dict):
23844
24008
  suggest = "query_frontend_uri"
23845
24009
  elif key == "queryUri":
23846
24010
  suggest = "query_uri"
23847
- elif key == "receiverIngestingRemoteWriteUri":
23848
- suggest = "receiver_ingesting_remote_write_uri"
23849
24011
  elif key == "receiverRemoteWriteUri":
23850
24012
  suggest = "receiver_remote_write_uri"
23851
- elif key == "storeUri":
23852
- suggest = "store_uri"
23853
24013
 
23854
24014
  if suggest:
23855
24015
  pulumi.log.warn(f"Key '{key}' not found in ThanosThanos. Access the value via the '{suggest}' property getter instead.")
@@ -23865,28 +24025,20 @@ class ThanosThanos(dict):
23865
24025
  def __init__(__self__, *,
23866
24026
  query_frontend_uri: Optional[str] = None,
23867
24027
  query_uri: Optional[str] = None,
23868
- receiver_ingesting_remote_write_uri: Optional[str] = None,
23869
24028
  receiver_remote_write_uri: Optional[str] = None,
23870
- store_uri: Optional[str] = None,
23871
24029
  uris: Optional[Sequence[str]] = None):
23872
24030
  """
23873
24031
  :param str query_frontend_uri: Query frontend URI.
23874
24032
  :param str query_uri: Query URI.
23875
- :param str receiver_ingesting_remote_write_uri: Receiver ingesting remote write URI.
23876
24033
  :param str receiver_remote_write_uri: Receiver remote write URI.
23877
- :param str store_uri: Store URI.
23878
24034
  :param Sequence[str] uris: Thanos server URIs.
23879
24035
  """
23880
24036
  if query_frontend_uri is not None:
23881
24037
  pulumi.set(__self__, "query_frontend_uri", query_frontend_uri)
23882
24038
  if query_uri is not None:
23883
24039
  pulumi.set(__self__, "query_uri", query_uri)
23884
- if receiver_ingesting_remote_write_uri is not None:
23885
- pulumi.set(__self__, "receiver_ingesting_remote_write_uri", receiver_ingesting_remote_write_uri)
23886
24040
  if receiver_remote_write_uri is not None:
23887
24041
  pulumi.set(__self__, "receiver_remote_write_uri", receiver_remote_write_uri)
23888
- if store_uri is not None:
23889
- pulumi.set(__self__, "store_uri", store_uri)
23890
24042
  if uris is not None:
23891
24043
  pulumi.set(__self__, "uris", uris)
23892
24044
 
@@ -23906,14 +24058,6 @@ class ThanosThanos(dict):
23906
24058
  """
23907
24059
  return pulumi.get(self, "query_uri")
23908
24060
 
23909
- @property
23910
- @pulumi.getter(name="receiverIngestingRemoteWriteUri")
23911
- def receiver_ingesting_remote_write_uri(self) -> Optional[str]:
23912
- """
23913
- Receiver ingesting remote write URI.
23914
- """
23915
- return pulumi.get(self, "receiver_ingesting_remote_write_uri")
23916
-
23917
24061
  @property
23918
24062
  @pulumi.getter(name="receiverRemoteWriteUri")
23919
24063
  def receiver_remote_write_uri(self) -> Optional[str]:
@@ -23922,15 +24066,6 @@ class ThanosThanos(dict):
23922
24066
  """
23923
24067
  return pulumi.get(self, "receiver_remote_write_uri")
23924
24068
 
23925
- @property
23926
- @pulumi.getter(name="storeUri")
23927
- @_utilities.deprecated("""This field was added by mistake and has never worked. It will be removed in future versions.""")
23928
- def store_uri(self) -> Optional[str]:
23929
- """
23930
- Store URI.
23931
- """
23932
- return pulumi.get(self, "store_uri")
23933
-
23934
24069
  @property
23935
24070
  @pulumi.getter
23936
24071
  def uris(self) -> Optional[Sequence[str]]:
@@ -24206,6 +24341,7 @@ class ThanosThanosUserConfigPublicAccess(dict):
24206
24341
  query_frontend: Optional[bool] = None,
24207
24342
  receiver_ingesting: Optional[bool] = None,
24208
24343
  receiver_routing: Optional[bool] = None,
24344
+ ruler: Optional[bool] = None,
24209
24345
  store: Optional[bool] = None):
24210
24346
  """
24211
24347
  :param bool compactor: Allow clients to connect to compactor from the public internet for service nodes that are in a project VPC or another type of private network.
@@ -24213,6 +24349,7 @@ class ThanosThanosUserConfigPublicAccess(dict):
24213
24349
  :param bool query_frontend: Allow clients to connect to query_frontend from the public internet for service nodes that are in a project VPC or another type of private network.
24214
24350
  :param bool receiver_ingesting: Allow clients to connect to receiver_ingesting from the public internet for service nodes that are in a project VPC or another type of private network.
24215
24351
  :param bool receiver_routing: Allow clients to connect to receiver_routing from the public internet for service nodes that are in a project VPC or another type of private network.
24352
+ :param bool ruler: Allow clients to connect to ruler from the public internet for service nodes that are in a project VPC or another type of private network.
24216
24353
  :param bool store: Allow clients to connect to store from the public internet for service nodes that are in a project VPC or another type of private network.
24217
24354
  """
24218
24355
  if compactor is not None:
@@ -24225,6 +24362,8 @@ class ThanosThanosUserConfigPublicAccess(dict):
24225
24362
  pulumi.set(__self__, "receiver_ingesting", receiver_ingesting)
24226
24363
  if receiver_routing is not None:
24227
24364
  pulumi.set(__self__, "receiver_routing", receiver_routing)
24365
+ if ruler is not None:
24366
+ pulumi.set(__self__, "ruler", ruler)
24228
24367
  if store is not None:
24229
24368
  pulumi.set(__self__, "store", store)
24230
24369
 
@@ -24268,6 +24407,14 @@ class ThanosThanosUserConfigPublicAccess(dict):
24268
24407
  """
24269
24408
  return pulumi.get(self, "receiver_routing")
24270
24409
 
24410
+ @property
24411
+ @pulumi.getter
24412
+ def ruler(self) -> Optional[bool]:
24413
+ """
24414
+ Allow clients to connect to ruler from the public internet for service nodes that are in a project VPC or another type of private network.
24415
+ """
24416
+ return pulumi.get(self, "ruler")
24417
+
24271
24418
  @property
24272
24419
  @pulumi.getter
24273
24420
  def store(self) -> Optional[bool]:
@@ -26496,6 +26643,7 @@ class GetClickhouseClickhouseUserConfigResult(dict):
26496
26643
  privatelink_access: Optional['outputs.GetClickhouseClickhouseUserConfigPrivatelinkAccessResult'] = None,
26497
26644
  project_to_fork_from: Optional[str] = None,
26498
26645
  public_access: Optional['outputs.GetClickhouseClickhouseUserConfigPublicAccessResult'] = None,
26646
+ recovery_basebackup_name: Optional[str] = None,
26499
26647
  service_log: Optional[bool] = None,
26500
26648
  service_to_fork_from: Optional[str] = None,
26501
26649
  static_ips: Optional[bool] = None):
@@ -26508,6 +26656,7 @@ class GetClickhouseClickhouseUserConfigResult(dict):
26508
26656
  :param 'GetClickhouseClickhouseUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
26509
26657
  :param str project_to_fork_from: Name of another project to fork a service from. This has effect only when a new service is being created. Example: `anotherprojectname`.
26510
26658
  :param 'GetClickhouseClickhouseUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
26659
+ :param str recovery_basebackup_name: Name of the basebackup to restore in forked service. Example: `backup-20191112t091354293891z`.
26511
26660
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
26512
26661
  :param str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created. Example: `anotherservicename`.
26513
26662
  :param bool static_ips: Use static public IP addresses.
@@ -26528,6 +26677,8 @@ class GetClickhouseClickhouseUserConfigResult(dict):
26528
26677
  pulumi.set(__self__, "project_to_fork_from", project_to_fork_from)
26529
26678
  if public_access is not None:
26530
26679
  pulumi.set(__self__, "public_access", public_access)
26680
+ if recovery_basebackup_name is not None:
26681
+ pulumi.set(__self__, "recovery_basebackup_name", recovery_basebackup_name)
26531
26682
  if service_log is not None:
26532
26683
  pulumi.set(__self__, "service_log", service_log)
26533
26684
  if service_to_fork_from is not None:
@@ -26601,6 +26752,14 @@ class GetClickhouseClickhouseUserConfigResult(dict):
26601
26752
  """
26602
26753
  return pulumi.get(self, "public_access")
26603
26754
 
26755
+ @property
26756
+ @pulumi.getter(name="recoveryBasebackupName")
26757
+ def recovery_basebackup_name(self) -> Optional[str]:
26758
+ """
26759
+ Name of the basebackup to restore in forked service. Example: `backup-20191112t091354293891z`.
26760
+ """
26761
+ return pulumi.get(self, "recovery_basebackup_name")
26762
+
26604
26763
  @property
26605
26764
  @pulumi.getter(name="serviceLog")
26606
26765
  def service_log(self) -> Optional[bool]:
@@ -27820,7 +27979,10 @@ class GetFlinkFlinkUserConfigResult(dict):
27820
27979
  ip_filter_strings: Optional[Sequence[str]] = None,
27821
27980
  ip_filters: Optional[Sequence[str]] = None,
27822
27981
  number_of_task_slots: Optional[int] = None,
27982
+ pekko_ask_timeout_s: Optional[int] = None,
27983
+ pekko_framesize_b: Optional[int] = None,
27823
27984
  privatelink_access: Optional['outputs.GetFlinkFlinkUserConfigPrivatelinkAccessResult'] = None,
27985
+ public_access: Optional['outputs.GetFlinkFlinkUserConfigPublicAccessResult'] = None,
27824
27986
  service_log: Optional[bool] = None,
27825
27987
  static_ips: Optional[bool] = None):
27826
27988
  """
@@ -27830,7 +27992,10 @@ class GetFlinkFlinkUserConfigResult(dict):
27830
27992
  :param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
27831
27993
  :param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
27832
27994
  :param int number_of_task_slots: Task slots per node. For a 3 node plan, total number of task slots is 3x this value. Example: `1`.
27995
+ :param int pekko_ask_timeout_s: Timeout in seconds used for all futures and blocking Pekko requests. Example: `10`.
27996
+ :param int pekko_framesize_b: Maximum size in bytes for messages exchanged between the JobManager and the TaskManagers. Example: `10485760`.
27833
27997
  :param 'GetFlinkFlinkUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
27998
+ :param 'GetFlinkFlinkUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
27834
27999
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
27835
28000
  :param bool static_ips: Use static public IP addresses.
27836
28001
  """
@@ -27846,8 +28011,14 @@ class GetFlinkFlinkUserConfigResult(dict):
27846
28011
  pulumi.set(__self__, "ip_filters", ip_filters)
27847
28012
  if number_of_task_slots is not None:
27848
28013
  pulumi.set(__self__, "number_of_task_slots", number_of_task_slots)
28014
+ if pekko_ask_timeout_s is not None:
28015
+ pulumi.set(__self__, "pekko_ask_timeout_s", pekko_ask_timeout_s)
28016
+ if pekko_framesize_b is not None:
28017
+ pulumi.set(__self__, "pekko_framesize_b", pekko_framesize_b)
27849
28018
  if privatelink_access is not None:
27850
28019
  pulumi.set(__self__, "privatelink_access", privatelink_access)
28020
+ if public_access is not None:
28021
+ pulumi.set(__self__, "public_access", public_access)
27851
28022
  if service_log is not None:
27852
28023
  pulumi.set(__self__, "service_log", service_log)
27853
28024
  if static_ips is not None:
@@ -27903,6 +28074,22 @@ class GetFlinkFlinkUserConfigResult(dict):
27903
28074
  """
27904
28075
  return pulumi.get(self, "number_of_task_slots")
27905
28076
 
28077
+ @property
28078
+ @pulumi.getter(name="pekkoAskTimeoutS")
28079
+ def pekko_ask_timeout_s(self) -> Optional[int]:
28080
+ """
28081
+ Timeout in seconds used for all futures and blocking Pekko requests. Example: `10`.
28082
+ """
28083
+ return pulumi.get(self, "pekko_ask_timeout_s")
28084
+
28085
+ @property
28086
+ @pulumi.getter(name="pekkoFramesizeB")
28087
+ def pekko_framesize_b(self) -> Optional[int]:
28088
+ """
28089
+ Maximum size in bytes for messages exchanged between the JobManager and the TaskManagers. Example: `10485760`.
28090
+ """
28091
+ return pulumi.get(self, "pekko_framesize_b")
28092
+
27906
28093
  @property
27907
28094
  @pulumi.getter(name="privatelinkAccess")
27908
28095
  def privatelink_access(self) -> Optional['outputs.GetFlinkFlinkUserConfigPrivatelinkAccessResult']:
@@ -27911,6 +28098,14 @@ class GetFlinkFlinkUserConfigResult(dict):
27911
28098
  """
27912
28099
  return pulumi.get(self, "privatelink_access")
27913
28100
 
28101
+ @property
28102
+ @pulumi.getter(name="publicAccess")
28103
+ def public_access(self) -> Optional['outputs.GetFlinkFlinkUserConfigPublicAccessResult']:
28104
+ """
28105
+ Allow access to selected service ports from the public Internet
28106
+ """
28107
+ return pulumi.get(self, "public_access")
28108
+
27914
28109
  @property
27915
28110
  @pulumi.getter(name="serviceLog")
27916
28111
  def service_log(self) -> Optional[bool]:
@@ -27989,6 +28184,25 @@ class GetFlinkFlinkUserConfigPrivatelinkAccessResult(dict):
27989
28184
  return pulumi.get(self, "prometheus")
27990
28185
 
27991
28186
 
28187
+ @pulumi.output_type
28188
+ class GetFlinkFlinkUserConfigPublicAccessResult(dict):
28189
+ def __init__(__self__, *,
28190
+ flink: Optional[bool] = None):
28191
+ """
28192
+ :param bool flink: Allow clients to connect to flink from the public internet for service nodes that are in a project VPC or another type of private network.
28193
+ """
28194
+ if flink is not None:
28195
+ pulumi.set(__self__, "flink", flink)
28196
+
28197
+ @property
28198
+ @pulumi.getter
28199
+ def flink(self) -> Optional[bool]:
28200
+ """
28201
+ Allow clients to connect to flink from the public internet for service nodes that are in a project VPC or another type of private network.
28202
+ """
28203
+ return pulumi.get(self, "flink")
28204
+
28205
+
27992
28206
  @pulumi.output_type
27993
28207
  class GetFlinkServiceIntegrationResult(dict):
27994
28208
  def __init__(__self__, *,
@@ -31184,6 +31398,7 @@ class GetKafkaKafkaUserConfigResult(dict):
31184
31398
  schema_registry: Optional[bool] = None,
31185
31399
  schema_registry_config: Optional['outputs.GetKafkaKafkaUserConfigSchemaRegistryConfigResult'] = None,
31186
31400
  service_log: Optional[bool] = None,
31401
+ single_zone: Optional['outputs.GetKafkaKafkaUserConfigSingleZoneResult'] = None,
31187
31402
  static_ips: Optional[bool] = None,
31188
31403
  tiered_storage: Optional['outputs.GetKafkaKafkaUserConfigTieredStorageResult'] = None):
31189
31404
  """
@@ -31210,6 +31425,7 @@ class GetKafkaKafkaUserConfigResult(dict):
31210
31425
  :param bool schema_registry: Enable Schema-Registry service. Default: `false`.
31211
31426
  :param 'GetKafkaKafkaUserConfigSchemaRegistryConfigArgs' schema_registry_config: Schema Registry configuration
31212
31427
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
31428
+ :param 'GetKafkaKafkaUserConfigSingleZoneArgs' single_zone: Single-zone configuration
31213
31429
  :param bool static_ips: Use static public IP addresses.
31214
31430
  :param 'GetKafkaKafkaUserConfigTieredStorageArgs' tiered_storage: Tiered storage configuration
31215
31431
  """
@@ -31261,6 +31477,8 @@ class GetKafkaKafkaUserConfigResult(dict):
31261
31477
  pulumi.set(__self__, "schema_registry_config", schema_registry_config)
31262
31478
  if service_log is not None:
31263
31479
  pulumi.set(__self__, "service_log", service_log)
31480
+ if single_zone is not None:
31481
+ pulumi.set(__self__, "single_zone", single_zone)
31264
31482
  if static_ips is not None:
31265
31483
  pulumi.set(__self__, "static_ips", static_ips)
31266
31484
  if tiered_storage is not None:
@@ -31457,6 +31675,14 @@ class GetKafkaKafkaUserConfigResult(dict):
31457
31675
  """
31458
31676
  return pulumi.get(self, "service_log")
31459
31677
 
31678
+ @property
31679
+ @pulumi.getter(name="singleZone")
31680
+ def single_zone(self) -> Optional['outputs.GetKafkaKafkaUserConfigSingleZoneResult']:
31681
+ """
31682
+ Single-zone configuration
31683
+ """
31684
+ return pulumi.get(self, "single_zone")
31685
+
31460
31686
  @property
31461
31687
  @pulumi.getter(name="staticIps")
31462
31688
  def static_ips(self) -> Optional[bool]:
@@ -32910,6 +33136,25 @@ class GetKafkaKafkaUserConfigSchemaRegistryConfigResult(dict):
32910
33136
  return pulumi.get(self, "topic_name")
32911
33137
 
32912
33138
 
33139
+ @pulumi.output_type
33140
+ class GetKafkaKafkaUserConfigSingleZoneResult(dict):
33141
+ def __init__(__self__, *,
33142
+ enabled: Optional[bool] = None):
33143
+ """
33144
+ :param bool enabled: Whether to allocate nodes on the same Availability Zone or spread across zones available. By default service nodes are spread across different AZs. The single AZ support is best-effort and may temporarily allocate nodes in different AZs e.g. in case of capacity limitations in one AZ.
33145
+ """
33146
+ if enabled is not None:
33147
+ pulumi.set(__self__, "enabled", enabled)
33148
+
33149
+ @property
33150
+ @pulumi.getter
33151
+ def enabled(self) -> Optional[bool]:
33152
+ """
33153
+ Whether to allocate nodes on the same Availability Zone or spread across zones available. By default service nodes are spread across different AZs. The single AZ support is best-effort and may temporarily allocate nodes in different AZs e.g. in case of capacity limitations in one AZ.
33154
+ """
33155
+ return pulumi.get(self, "enabled")
33156
+
33157
+
32913
33158
  @pulumi.output_type
32914
33159
  class GetKafkaKafkaUserConfigTieredStorageResult(dict):
32915
33160
  def __init__(__self__, *,
@@ -35853,6 +36098,7 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
35853
36098
  innodb_write_io_threads: Optional[int] = None,
35854
36099
  interactive_timeout: Optional[int] = None,
35855
36100
  internal_tmp_mem_storage_engine: Optional[str] = None,
36101
+ log_output: Optional[str] = None,
35856
36102
  long_query_time: Optional[float] = None,
35857
36103
  max_allowed_packet: Optional[int] = None,
35858
36104
  max_heap_table_size: Optional[int] = None,
@@ -35884,13 +36130,14 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
35884
36130
  :param 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. Example: `10`.
35885
36131
  :param int interactive_timeout: The number of seconds the server waits for activity on an interactive connection before closing it. Example: `3600`.
35886
36132
  :param str internal_tmp_mem_storage_engine: Enum: `TempTable`, `MEMORY`. The storage engine for in-memory internal temporary tables.
35887
- :param 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. Example: `10`.
36133
+ :param str log_output: Enum: `INSIGHTS`, `NONE`, `TABLE`, `INSIGHTS,TABLE`. The slow log output destination when slow_query_log is ON. To enable MySQL AI Insights, choose INSIGHTS. To use MySQL AI Insights and the mysql.slow_log table at the same time, choose INSIGHTS,TABLE. To only use the mysql.slow_log table, choose TABLE. To silence slow logs, choose NONE.
36134
+ :param float long_query_time: The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute. Example: `10`.
35888
36135
  :param int max_allowed_packet: Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M). Example: `67108864`.
35889
36136
  :param int max_heap_table_size: Limits the size of internal in-memory tables. Also set tmp_table_size. Default is 16777216 (16M). Example: `16777216`.
35890
36137
  :param 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. Example: `16384`.
35891
36138
  :param int net_read_timeout: The number of seconds to wait for more data from a connection before aborting the read. Example: `30`.
35892
36139
  :param int net_write_timeout: The number of seconds to wait for a block to be written to a connection before aborting the write. Example: `30`.
35893
- :param 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.
36140
+ :param 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.
35894
36141
  :param int sort_buffer_size: Sort buffer size in bytes for ORDER BY optimization. Default is 262144 (256K). Example: `262144`.
35895
36142
  :param 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. Example: `ANSI,TRADITIONAL`.
35896
36143
  :param 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.
@@ -35933,6 +36180,8 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
35933
36180
  pulumi.set(__self__, "interactive_timeout", interactive_timeout)
35934
36181
  if internal_tmp_mem_storage_engine is not None:
35935
36182
  pulumi.set(__self__, "internal_tmp_mem_storage_engine", internal_tmp_mem_storage_engine)
36183
+ if log_output is not None:
36184
+ pulumi.set(__self__, "log_output", log_output)
35936
36185
  if long_query_time is not None:
35937
36186
  pulumi.set(__self__, "long_query_time", long_query_time)
35938
36187
  if max_allowed_packet is not None:
@@ -36102,11 +36351,19 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
36102
36351
  """
36103
36352
  return pulumi.get(self, "internal_tmp_mem_storage_engine")
36104
36353
 
36354
+ @property
36355
+ @pulumi.getter(name="logOutput")
36356
+ def log_output(self) -> Optional[str]:
36357
+ """
36358
+ Enum: `INSIGHTS`, `NONE`, `TABLE`, `INSIGHTS,TABLE`. The slow log output destination when slow_query_log is ON. To enable MySQL AI Insights, choose INSIGHTS. To use MySQL AI Insights and the mysql.slow_log table at the same time, choose INSIGHTS,TABLE. To only use the mysql.slow_log table, choose TABLE. To silence slow logs, choose NONE.
36359
+ """
36360
+ return pulumi.get(self, "log_output")
36361
+
36105
36362
  @property
36106
36363
  @pulumi.getter(name="longQueryTime")
36107
36364
  def long_query_time(self) -> Optional[float]:
36108
36365
  """
36109
- The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute. Default is 10s. Example: `10`.
36366
+ The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute. Example: `10`.
36110
36367
  """
36111
36368
  return pulumi.get(self, "long_query_time")
36112
36369
 
@@ -36154,7 +36411,7 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
36154
36411
  @pulumi.getter(name="slowQueryLog")
36155
36412
  def slow_query_log(self) -> Optional[bool]:
36156
36413
  """
36157
- Slow query log enables capturing of slow queries. Setting slow_query_log to false also truncates the mysql.slow_log table. Default is off.
36414
+ Slow query log enables capturing of slow queries. Setting slow_query_log to false also truncates the mysql.slow_log table.
36158
36415
  """
36159
36416
  return pulumi.get(self, "slow_query_log")
36160
36417
 
@@ -36594,8 +36851,10 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
36594
36851
  static_ips: Optional[bool] = None):
36595
36852
  """
36596
36853
  :param str additional_backup_regions: Additional Cloud Regions for Backup Replication.
36854
+ :param 'GetOpenSearchOpensearchUserConfigAzureMigrationArgs' azure_migration: Azure migration settings
36597
36855
  :param str custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
36598
36856
  :param bool disable_replication_factor_adjustment: Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can no longer be activated.
36857
+ :param 'GetOpenSearchOpensearchUserConfigGcsMigrationArgs' gcs_migration: Google Cloud Storage migration settings
36599
36858
  :param Sequence['GetOpenSearchOpensearchUserConfigIndexPatternArgs'] index_patterns: Index patterns
36600
36859
  :param 'GetOpenSearchOpensearchUserConfigIndexRollupArgs' index_rollup: Index rollup settings
36601
36860
  :param 'GetOpenSearchOpensearchUserConfigIndexTemplateArgs' index_template: Template settings for all new indexes
@@ -36613,6 +36872,7 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
36613
36872
  :param str project_to_fork_from: Name of another project to fork a service from. This has effect only when a new service is being created. Example: `anotherprojectname`.
36614
36873
  :param 'GetOpenSearchOpensearchUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
36615
36874
  :param str recovery_basebackup_name: Name of the basebackup to restore in forked service. Example: `backup-20191112t091354293891z`.
36875
+ :param 'GetOpenSearchOpensearchUserConfigS3MigrationArgs' s3_migration: AWS S3 / AWS S3 compatible migration settings
36616
36876
  :param 'GetOpenSearchOpensearchUserConfigSamlArgs' saml: OpenSearch SAML configuration
36617
36877
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
36618
36878
  :param str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created. Example: `anotherservicename`.
@@ -36684,6 +36944,9 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
36684
36944
  @property
36685
36945
  @pulumi.getter(name="azureMigration")
36686
36946
  def azure_migration(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigAzureMigrationResult']:
36947
+ """
36948
+ Azure migration settings
36949
+ """
36687
36950
  return pulumi.get(self, "azure_migration")
36688
36951
 
36689
36952
  @property
@@ -36705,6 +36968,9 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
36705
36968
  @property
36706
36969
  @pulumi.getter(name="gcsMigration")
36707
36970
  def gcs_migration(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigGcsMigrationResult']:
36971
+ """
36972
+ Google Cloud Storage migration settings
36973
+ """
36708
36974
  return pulumi.get(self, "gcs_migration")
36709
36975
 
36710
36976
  @property
@@ -36847,6 +37113,9 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
36847
37113
  @property
36848
37114
  @pulumi.getter(name="s3Migration")
36849
37115
  def s3_migration(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigS3MigrationResult']:
37116
+ """
37117
+ AWS S3 / AWS S3 compatible migration settings
37118
+ """
36850
37119
  return pulumi.get(self, "s3_migration")
36851
37120
 
36852
37121
  @property
@@ -43359,6 +43628,25 @@ class GetServiceIntegrationExternalOpensearchLogsUserConfigResult(dict):
43359
43628
  return pulumi.get(self, "selected_log_fields")
43360
43629
 
43361
43630
 
43631
+ @pulumi.output_type
43632
+ class GetServiceIntegrationFlinkExternalPostgresqlUserConfigResult(dict):
43633
+ def __init__(__self__, *,
43634
+ stringtype: Optional[str] = None):
43635
+ """
43636
+ :param str stringtype: Enum: `unspecified`. If stringtype is set to unspecified, parameters will be sent to the server as untyped values.
43637
+ """
43638
+ if stringtype is not None:
43639
+ pulumi.set(__self__, "stringtype", stringtype)
43640
+
43641
+ @property
43642
+ @pulumi.getter
43643
+ def stringtype(self) -> Optional[str]:
43644
+ """
43645
+ Enum: `unspecified`. If stringtype is set to unspecified, parameters will be sent to the server as untyped values.
43646
+ """
43647
+ return pulumi.get(self, "stringtype")
43648
+
43649
+
43362
43650
  @pulumi.output_type
43363
43651
  class GetServiceIntegrationKafkaConnectUserConfigResult(dict):
43364
43652
  def __init__(__self__, *,
@@ -44290,23 +44578,17 @@ class GetThanosThanoResult(dict):
44290
44578
  def __init__(__self__, *,
44291
44579
  query_frontend_uri: str,
44292
44580
  query_uri: str,
44293
- receiver_ingesting_remote_write_uri: str,
44294
44581
  receiver_remote_write_uri: str,
44295
- store_uri: str,
44296
44582
  uris: Sequence[str]):
44297
44583
  """
44298
44584
  :param str query_frontend_uri: Query frontend URI.
44299
44585
  :param str query_uri: Query URI.
44300
- :param str receiver_ingesting_remote_write_uri: Receiver ingesting remote write URI.
44301
44586
  :param str receiver_remote_write_uri: Receiver remote write URI.
44302
- :param str store_uri: Store URI.
44303
44587
  :param Sequence[str] uris: Thanos server URIs.
44304
44588
  """
44305
44589
  pulumi.set(__self__, "query_frontend_uri", query_frontend_uri)
44306
44590
  pulumi.set(__self__, "query_uri", query_uri)
44307
- pulumi.set(__self__, "receiver_ingesting_remote_write_uri", receiver_ingesting_remote_write_uri)
44308
44591
  pulumi.set(__self__, "receiver_remote_write_uri", receiver_remote_write_uri)
44309
- pulumi.set(__self__, "store_uri", store_uri)
44310
44592
  pulumi.set(__self__, "uris", uris)
44311
44593
 
44312
44594
  @property
@@ -44325,14 +44607,6 @@ class GetThanosThanoResult(dict):
44325
44607
  """
44326
44608
  return pulumi.get(self, "query_uri")
44327
44609
 
44328
- @property
44329
- @pulumi.getter(name="receiverIngestingRemoteWriteUri")
44330
- def receiver_ingesting_remote_write_uri(self) -> str:
44331
- """
44332
- Receiver ingesting remote write URI.
44333
- """
44334
- return pulumi.get(self, "receiver_ingesting_remote_write_uri")
44335
-
44336
44610
  @property
44337
44611
  @pulumi.getter(name="receiverRemoteWriteUri")
44338
44612
  def receiver_remote_write_uri(self) -> str:
@@ -44341,15 +44615,6 @@ class GetThanosThanoResult(dict):
44341
44615
  """
44342
44616
  return pulumi.get(self, "receiver_remote_write_uri")
44343
44617
 
44344
- @property
44345
- @pulumi.getter(name="storeUri")
44346
- @_utilities.deprecated("""This field was added by mistake and has never worked. It will be removed in future versions.""")
44347
- def store_uri(self) -> str:
44348
- """
44349
- Store URI.
44350
- """
44351
- return pulumi.get(self, "store_uri")
44352
-
44353
44618
  @property
44354
44619
  @pulumi.getter
44355
44620
  def uris(self) -> Sequence[str]:
@@ -44556,6 +44821,7 @@ class GetThanosThanosUserConfigPublicAccessResult(dict):
44556
44821
  query_frontend: Optional[bool] = None,
44557
44822
  receiver_ingesting: Optional[bool] = None,
44558
44823
  receiver_routing: Optional[bool] = None,
44824
+ ruler: Optional[bool] = None,
44559
44825
  store: Optional[bool] = None):
44560
44826
  """
44561
44827
  :param bool compactor: Allow clients to connect to compactor from the public internet for service nodes that are in a project VPC or another type of private network.
@@ -44563,6 +44829,7 @@ class GetThanosThanosUserConfigPublicAccessResult(dict):
44563
44829
  :param bool query_frontend: Allow clients to connect to query_frontend from the public internet for service nodes that are in a project VPC or another type of private network.
44564
44830
  :param bool receiver_ingesting: Allow clients to connect to receiver_ingesting from the public internet for service nodes that are in a project VPC or another type of private network.
44565
44831
  :param bool receiver_routing: Allow clients to connect to receiver_routing from the public internet for service nodes that are in a project VPC or another type of private network.
44832
+ :param bool ruler: Allow clients to connect to ruler from the public internet for service nodes that are in a project VPC or another type of private network.
44566
44833
  :param bool store: Allow clients to connect to store from the public internet for service nodes that are in a project VPC or another type of private network.
44567
44834
  """
44568
44835
  if compactor is not None:
@@ -44575,6 +44842,8 @@ class GetThanosThanosUserConfigPublicAccessResult(dict):
44575
44842
  pulumi.set(__self__, "receiver_ingesting", receiver_ingesting)
44576
44843
  if receiver_routing is not None:
44577
44844
  pulumi.set(__self__, "receiver_routing", receiver_routing)
44845
+ if ruler is not None:
44846
+ pulumi.set(__self__, "ruler", ruler)
44578
44847
  if store is not None:
44579
44848
  pulumi.set(__self__, "store", store)
44580
44849
 
@@ -44618,6 +44887,14 @@ class GetThanosThanosUserConfigPublicAccessResult(dict):
44618
44887
  """
44619
44888
  return pulumi.get(self, "receiver_routing")
44620
44889
 
44890
+ @property
44891
+ @pulumi.getter
44892
+ def ruler(self) -> Optional[bool]:
44893
+ """
44894
+ Allow clients to connect to ruler from the public internet for service nodes that are in a project VPC or another type of private network.
44895
+ """
44896
+ return pulumi.get(self, "ruler")
44897
+
44621
44898
  @property
44622
44899
  @pulumi.getter
44623
44900
  def store(self) -> Optional[bool]: