pulumi-aiven 6.25.0a1727423161__py3-none-any.whl → 6.26.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (39) hide show
  1. pulumi_aiven/__init__.py +1 -0
  2. pulumi_aiven/_inputs.py +261 -53
  3. pulumi_aiven/account_team_project.py +7 -7
  4. pulumi_aiven/cassandra.py +7 -2
  5. pulumi_aiven/clickhouse.py +6 -1
  6. pulumi_aiven/dragonfly.py +7 -2
  7. pulumi_aiven/flink.py +7 -2
  8. pulumi_aiven/get_account_team_project.py +1 -1
  9. pulumi_aiven/get_external_identity.py +146 -0
  10. pulumi_aiven/get_project_user.py +1 -1
  11. pulumi_aiven/get_service_integration.py +17 -4
  12. pulumi_aiven/get_thanos.py +0 -6
  13. pulumi_aiven/get_valkey.py +0 -6
  14. pulumi_aiven/get_valkey_user.py +0 -6
  15. pulumi_aiven/grafana.py +7 -2
  16. pulumi_aiven/influx_db.py +7 -2
  17. pulumi_aiven/kafka.py +7 -2
  18. pulumi_aiven/kafka_connect.py +7 -2
  19. pulumi_aiven/kafka_mirror_maker.py +7 -2
  20. pulumi_aiven/m3_aggregator.py +7 -2
  21. pulumi_aiven/m3_db.py +7 -2
  22. pulumi_aiven/my_sql.py +7 -2
  23. pulumi_aiven/open_search.py +7 -2
  24. pulumi_aiven/organization_group_project.py +7 -7
  25. pulumi_aiven/organization_permission.py +89 -21
  26. pulumi_aiven/outputs.py +424 -76
  27. pulumi_aiven/pg.py +7 -2
  28. pulumi_aiven/project_user.py +7 -7
  29. pulumi_aiven/pulumi-plugin.json +1 -1
  30. pulumi_aiven/redis.py +7 -2
  31. pulumi_aiven/service_integration.py +54 -7
  32. pulumi_aiven/static_ip.py +2 -2
  33. pulumi_aiven/thanos.py +7 -8
  34. pulumi_aiven/valkey.py +7 -8
  35. pulumi_aiven/valkey_user.py +0 -6
  36. {pulumi_aiven-6.25.0a1727423161.dist-info → pulumi_aiven-6.26.0.dist-info}/METADATA +1 -1
  37. {pulumi_aiven-6.25.0a1727423161.dist-info → pulumi_aiven-6.26.0.dist-info}/RECORD +39 -38
  38. {pulumi_aiven-6.25.0a1727423161.dist-info → pulumi_aiven-6.26.0.dist-info}/WHEEL +0 -0
  39. {pulumi_aiven-6.25.0a1727423161.dist-info → pulumi_aiven-6.26.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/outputs.py CHANGED
@@ -52,6 +52,7 @@ __all__ = [
52
52
  'FlinkFlinkUserConfig',
53
53
  'FlinkFlinkUserConfigIpFilterObject',
54
54
  'FlinkFlinkUserConfigPrivatelinkAccess',
55
+ 'FlinkFlinkUserConfigPublicAccess',
55
56
  'FlinkServiceIntegration',
56
57
  'FlinkTag',
57
58
  'FlinkTechEmail',
@@ -115,6 +116,7 @@ __all__ = [
115
116
  'KafkaKafkaUserConfigPrivatelinkAccess',
116
117
  'KafkaKafkaUserConfigPublicAccess',
117
118
  'KafkaKafkaUserConfigSchemaRegistryConfig',
119
+ 'KafkaKafkaUserConfigSingleZone',
118
120
  'KafkaKafkaUserConfigTieredStorage',
119
121
  'KafkaKafkaUserConfigTieredStorageLocalCache',
120
122
  'KafkaMirrorMakerComponent',
@@ -258,6 +260,7 @@ __all__ = [
258
260
  'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetric',
259
261
  'ServiceIntegrationExternalElasticsearchLogsUserConfig',
260
262
  'ServiceIntegrationExternalOpensearchLogsUserConfig',
263
+ 'ServiceIntegrationFlinkExternalPostgresqlUserConfig',
261
264
  'ServiceIntegrationKafkaConnectUserConfig',
262
265
  'ServiceIntegrationKafkaConnectUserConfigKafkaConnect',
263
266
  'ServiceIntegrationKafkaLogsUserConfig',
@@ -341,6 +344,7 @@ __all__ = [
341
344
  'GetFlinkFlinkUserConfigResult',
342
345
  'GetFlinkFlinkUserConfigIpFilterObjectResult',
343
346
  'GetFlinkFlinkUserConfigPrivatelinkAccessResult',
347
+ 'GetFlinkFlinkUserConfigPublicAccessResult',
344
348
  'GetFlinkServiceIntegrationResult',
345
349
  'GetFlinkTagResult',
346
350
  'GetFlinkTechEmailResult',
@@ -404,6 +408,7 @@ __all__ = [
404
408
  'GetKafkaKafkaUserConfigPrivatelinkAccessResult',
405
409
  'GetKafkaKafkaUserConfigPublicAccessResult',
406
410
  'GetKafkaKafkaUserConfigSchemaRegistryConfigResult',
411
+ 'GetKafkaKafkaUserConfigSingleZoneResult',
407
412
  'GetKafkaKafkaUserConfigTieredStorageResult',
408
413
  'GetKafkaKafkaUserConfigTieredStorageLocalCacheResult',
409
414
  'GetKafkaMirrorMakerComponentResult',
@@ -543,6 +548,7 @@ __all__ = [
543
548
  'GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetricResult',
544
549
  'GetServiceIntegrationExternalElasticsearchLogsUserConfigResult',
545
550
  'GetServiceIntegrationExternalOpensearchLogsUserConfigResult',
551
+ 'GetServiceIntegrationFlinkExternalPostgresqlUserConfigResult',
546
552
  'GetServiceIntegrationKafkaConnectUserConfigResult',
547
553
  'GetServiceIntegrationKafkaConnectUserConfigKafkaConnectResult',
548
554
  'GetServiceIntegrationKafkaLogsUserConfigResult',
@@ -1347,6 +1353,8 @@ class ClickhouseClickhouseUserConfig(dict):
1347
1353
  suggest = "project_to_fork_from"
1348
1354
  elif key == "publicAccess":
1349
1355
  suggest = "public_access"
1356
+ elif key == "recoveryBasebackupName":
1357
+ suggest = "recovery_basebackup_name"
1350
1358
  elif key == "serviceLog":
1351
1359
  suggest = "service_log"
1352
1360
  elif key == "serviceToForkFrom":
@@ -1374,6 +1382,7 @@ class ClickhouseClickhouseUserConfig(dict):
1374
1382
  privatelink_access: Optional['outputs.ClickhouseClickhouseUserConfigPrivatelinkAccess'] = None,
1375
1383
  project_to_fork_from: Optional[str] = None,
1376
1384
  public_access: Optional['outputs.ClickhouseClickhouseUserConfigPublicAccess'] = None,
1385
+ recovery_basebackup_name: Optional[str] = None,
1377
1386
  service_log: Optional[bool] = None,
1378
1387
  service_to_fork_from: Optional[str] = None,
1379
1388
  static_ips: Optional[bool] = None):
@@ -1386,6 +1395,7 @@ class ClickhouseClickhouseUserConfig(dict):
1386
1395
  :param 'ClickhouseClickhouseUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
1387
1396
  :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
1397
  :param 'ClickhouseClickhouseUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
1398
+ :param str recovery_basebackup_name: Name of the basebackup to restore in forked service. Example: `backup-20191112t091354293891z`.
1389
1399
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
1390
1400
  :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
1401
  :param bool static_ips: Use static public IP addresses.
@@ -1406,6 +1416,8 @@ class ClickhouseClickhouseUserConfig(dict):
1406
1416
  pulumi.set(__self__, "project_to_fork_from", project_to_fork_from)
1407
1417
  if public_access is not None:
1408
1418
  pulumi.set(__self__, "public_access", public_access)
1419
+ if recovery_basebackup_name is not None:
1420
+ pulumi.set(__self__, "recovery_basebackup_name", recovery_basebackup_name)
1409
1421
  if service_log is not None:
1410
1422
  pulumi.set(__self__, "service_log", service_log)
1411
1423
  if service_to_fork_from is not None:
@@ -1479,6 +1491,14 @@ class ClickhouseClickhouseUserConfig(dict):
1479
1491
  """
1480
1492
  return pulumi.get(self, "public_access")
1481
1493
 
1494
+ @property
1495
+ @pulumi.getter(name="recoveryBasebackupName")
1496
+ def recovery_basebackup_name(self) -> Optional[str]:
1497
+ """
1498
+ Name of the basebackup to restore in forked service. Example: `backup-20191112t091354293891z`.
1499
+ """
1500
+ return pulumi.get(self, "recovery_basebackup_name")
1501
+
1482
1502
  @property
1483
1503
  @pulumi.getter(name="serviceLog")
1484
1504
  def service_log(self) -> Optional[bool]:
@@ -3125,8 +3145,14 @@ class FlinkFlinkUserConfig(dict):
3125
3145
  suggest = "ip_filters"
3126
3146
  elif key == "numberOfTaskSlots":
3127
3147
  suggest = "number_of_task_slots"
3148
+ elif key == "pekkoAskTimeoutS":
3149
+ suggest = "pekko_ask_timeout_s"
3150
+ elif key == "pekkoFramesizeB":
3151
+ suggest = "pekko_framesize_b"
3128
3152
  elif key == "privatelinkAccess":
3129
3153
  suggest = "privatelink_access"
3154
+ elif key == "publicAccess":
3155
+ suggest = "public_access"
3130
3156
  elif key == "serviceLog":
3131
3157
  suggest = "service_log"
3132
3158
  elif key == "staticIps":
@@ -3150,7 +3176,10 @@ class FlinkFlinkUserConfig(dict):
3150
3176
  ip_filter_strings: Optional[Sequence[str]] = None,
3151
3177
  ip_filters: Optional[Sequence[str]] = None,
3152
3178
  number_of_task_slots: Optional[int] = None,
3179
+ pekko_ask_timeout_s: Optional[int] = None,
3180
+ pekko_framesize_b: Optional[int] = None,
3153
3181
  privatelink_access: Optional['outputs.FlinkFlinkUserConfigPrivatelinkAccess'] = None,
3182
+ public_access: Optional['outputs.FlinkFlinkUserConfigPublicAccess'] = None,
3154
3183
  service_log: Optional[bool] = None,
3155
3184
  static_ips: Optional[bool] = None):
3156
3185
  """
@@ -3160,7 +3189,10 @@ class FlinkFlinkUserConfig(dict):
3160
3189
  :param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
3161
3190
  :param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
3162
3191
  :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`.
3192
+ :param int pekko_ask_timeout_s: Timeout in seconds used for all futures and blocking Pekko requests. Example: `10`.
3193
+ :param int pekko_framesize_b: Maximum size in bytes for messages exchanged between the JobManager and the TaskManagers. Example: `10485760`.
3163
3194
  :param 'FlinkFlinkUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
3195
+ :param 'FlinkFlinkUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
3164
3196
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
3165
3197
  :param bool static_ips: Use static public IP addresses.
3166
3198
  """
@@ -3176,8 +3208,14 @@ class FlinkFlinkUserConfig(dict):
3176
3208
  pulumi.set(__self__, "ip_filters", ip_filters)
3177
3209
  if number_of_task_slots is not None:
3178
3210
  pulumi.set(__self__, "number_of_task_slots", number_of_task_slots)
3211
+ if pekko_ask_timeout_s is not None:
3212
+ pulumi.set(__self__, "pekko_ask_timeout_s", pekko_ask_timeout_s)
3213
+ if pekko_framesize_b is not None:
3214
+ pulumi.set(__self__, "pekko_framesize_b", pekko_framesize_b)
3179
3215
  if privatelink_access is not None:
3180
3216
  pulumi.set(__self__, "privatelink_access", privatelink_access)
3217
+ if public_access is not None:
3218
+ pulumi.set(__self__, "public_access", public_access)
3181
3219
  if service_log is not None:
3182
3220
  pulumi.set(__self__, "service_log", service_log)
3183
3221
  if static_ips is not None:
@@ -3233,6 +3271,22 @@ class FlinkFlinkUserConfig(dict):
3233
3271
  """
3234
3272
  return pulumi.get(self, "number_of_task_slots")
3235
3273
 
3274
+ @property
3275
+ @pulumi.getter(name="pekkoAskTimeoutS")
3276
+ def pekko_ask_timeout_s(self) -> Optional[int]:
3277
+ """
3278
+ Timeout in seconds used for all futures and blocking Pekko requests. Example: `10`.
3279
+ """
3280
+ return pulumi.get(self, "pekko_ask_timeout_s")
3281
+
3282
+ @property
3283
+ @pulumi.getter(name="pekkoFramesizeB")
3284
+ def pekko_framesize_b(self) -> Optional[int]:
3285
+ """
3286
+ Maximum size in bytes for messages exchanged between the JobManager and the TaskManagers. Example: `10485760`.
3287
+ """
3288
+ return pulumi.get(self, "pekko_framesize_b")
3289
+
3236
3290
  @property
3237
3291
  @pulumi.getter(name="privatelinkAccess")
3238
3292
  def privatelink_access(self) -> Optional['outputs.FlinkFlinkUserConfigPrivatelinkAccess']:
@@ -3241,6 +3295,14 @@ class FlinkFlinkUserConfig(dict):
3241
3295
  """
3242
3296
  return pulumi.get(self, "privatelink_access")
3243
3297
 
3298
+ @property
3299
+ @pulumi.getter(name="publicAccess")
3300
+ def public_access(self) -> Optional['outputs.FlinkFlinkUserConfigPublicAccess']:
3301
+ """
3302
+ Allow access to selected service ports from the public Internet
3303
+ """
3304
+ return pulumi.get(self, "public_access")
3305
+
3244
3306
  @property
3245
3307
  @pulumi.getter(name="serviceLog")
3246
3308
  def service_log(self) -> Optional[bool]:
@@ -3319,6 +3381,25 @@ class FlinkFlinkUserConfigPrivatelinkAccess(dict):
3319
3381
  return pulumi.get(self, "prometheus")
3320
3382
 
3321
3383
 
3384
+ @pulumi.output_type
3385
+ class FlinkFlinkUserConfigPublicAccess(dict):
3386
+ def __init__(__self__, *,
3387
+ flink: Optional[bool] = None):
3388
+ """
3389
+ :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.
3390
+ """
3391
+ if flink is not None:
3392
+ pulumi.set(__self__, "flink", flink)
3393
+
3394
+ @property
3395
+ @pulumi.getter
3396
+ def flink(self) -> Optional[bool]:
3397
+ """
3398
+ 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.
3399
+ """
3400
+ return pulumi.get(self, "flink")
3401
+
3402
+
3322
3403
  @pulumi.output_type
3323
3404
  class FlinkServiceIntegration(dict):
3324
3405
  @staticmethod
@@ -7343,6 +7424,8 @@ class KafkaKafkaUserConfig(dict):
7343
7424
  suggest = "schema_registry_config"
7344
7425
  elif key == "serviceLog":
7345
7426
  suggest = "service_log"
7427
+ elif key == "singleZone":
7428
+ suggest = "single_zone"
7346
7429
  elif key == "staticIps":
7347
7430
  suggest = "static_ips"
7348
7431
  elif key == "tieredStorage":
@@ -7384,6 +7467,7 @@ class KafkaKafkaUserConfig(dict):
7384
7467
  schema_registry: Optional[bool] = None,
7385
7468
  schema_registry_config: Optional['outputs.KafkaKafkaUserConfigSchemaRegistryConfig'] = None,
7386
7469
  service_log: Optional[bool] = None,
7470
+ single_zone: Optional['outputs.KafkaKafkaUserConfigSingleZone'] = None,
7387
7471
  static_ips: Optional[bool] = None,
7388
7472
  tiered_storage: Optional['outputs.KafkaKafkaUserConfigTieredStorage'] = None):
7389
7473
  """
@@ -7410,6 +7494,7 @@ class KafkaKafkaUserConfig(dict):
7410
7494
  :param bool schema_registry: Enable Schema-Registry service. Default: `false`.
7411
7495
  :param 'KafkaKafkaUserConfigSchemaRegistryConfigArgs' schema_registry_config: Schema Registry configuration
7412
7496
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
7497
+ :param 'KafkaKafkaUserConfigSingleZoneArgs' single_zone: Single-zone configuration
7413
7498
  :param bool static_ips: Use static public IP addresses.
7414
7499
  :param 'KafkaKafkaUserConfigTieredStorageArgs' tiered_storage: Tiered storage configuration
7415
7500
  """
@@ -7461,6 +7546,8 @@ class KafkaKafkaUserConfig(dict):
7461
7546
  pulumi.set(__self__, "schema_registry_config", schema_registry_config)
7462
7547
  if service_log is not None:
7463
7548
  pulumi.set(__self__, "service_log", service_log)
7549
+ if single_zone is not None:
7550
+ pulumi.set(__self__, "single_zone", single_zone)
7464
7551
  if static_ips is not None:
7465
7552
  pulumi.set(__self__, "static_ips", static_ips)
7466
7553
  if tiered_storage is not None:
@@ -7657,6 +7744,14 @@ class KafkaKafkaUserConfig(dict):
7657
7744
  """
7658
7745
  return pulumi.get(self, "service_log")
7659
7746
 
7747
+ @property
7748
+ @pulumi.getter(name="singleZone")
7749
+ def single_zone(self) -> Optional['outputs.KafkaKafkaUserConfigSingleZone']:
7750
+ """
7751
+ Single-zone configuration
7752
+ """
7753
+ return pulumi.get(self, "single_zone")
7754
+
7660
7755
  @property
7661
7756
  @pulumi.getter(name="staticIps")
7662
7757
  def static_ips(self) -> Optional[bool]:
@@ -9446,6 +9541,25 @@ class KafkaKafkaUserConfigSchemaRegistryConfig(dict):
9446
9541
  return pulumi.get(self, "topic_name")
9447
9542
 
9448
9543
 
9544
+ @pulumi.output_type
9545
+ class KafkaKafkaUserConfigSingleZone(dict):
9546
+ def __init__(__self__, *,
9547
+ enabled: Optional[bool] = None):
9548
+ """
9549
+ :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.
9550
+ """
9551
+ if enabled is not None:
9552
+ pulumi.set(__self__, "enabled", enabled)
9553
+
9554
+ @property
9555
+ @pulumi.getter
9556
+ def enabled(self) -> Optional[bool]:
9557
+ """
9558
+ 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.
9559
+ """
9560
+ return pulumi.get(self, "enabled")
9561
+
9562
+
9449
9563
  @pulumi.output_type
9450
9564
  class KafkaKafkaUserConfigTieredStorage(dict):
9451
9565
  @staticmethod
@@ -13118,6 +13232,8 @@ class MySqlMysqlUserConfigMysql(dict):
13118
13232
  suggest = "interactive_timeout"
13119
13233
  elif key == "internalTmpMemStorageEngine":
13120
13234
  suggest = "internal_tmp_mem_storage_engine"
13235
+ elif key == "logOutput":
13236
+ suggest = "log_output"
13121
13237
  elif key == "longQueryTime":
13122
13238
  suggest = "long_query_time"
13123
13239
  elif key == "maxAllowedPacket":
@@ -13173,6 +13289,7 @@ class MySqlMysqlUserConfigMysql(dict):
13173
13289
  innodb_write_io_threads: Optional[int] = None,
13174
13290
  interactive_timeout: Optional[int] = None,
13175
13291
  internal_tmp_mem_storage_engine: Optional[str] = None,
13292
+ log_output: Optional[str] = None,
13176
13293
  long_query_time: Optional[float] = None,
13177
13294
  max_allowed_packet: Optional[int] = None,
13178
13295
  max_heap_table_size: Optional[int] = None,
@@ -13204,13 +13321,14 @@ class MySqlMysqlUserConfigMysql(dict):
13204
13321
  :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
13322
  :param int interactive_timeout: The number of seconds the server waits for activity on an interactive connection before closing it. Example: `3600`.
13206
13323
  :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`.
13324
+ :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.
13325
+ :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
13326
  :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
13327
  :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
13328
  :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
13329
  :param int net_read_timeout: The number of seconds to wait for more data from a connection before aborting the read. Example: `30`.
13212
13330
  :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.
13331
+ :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
13332
  :param int sort_buffer_size: Sort buffer size in bytes for ORDER BY optimization. Default is 262144 (256K). Example: `262144`.
13215
13333
  :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
13334
  :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 +13371,8 @@ class MySqlMysqlUserConfigMysql(dict):
13253
13371
  pulumi.set(__self__, "interactive_timeout", interactive_timeout)
13254
13372
  if internal_tmp_mem_storage_engine is not None:
13255
13373
  pulumi.set(__self__, "internal_tmp_mem_storage_engine", internal_tmp_mem_storage_engine)
13374
+ if log_output is not None:
13375
+ pulumi.set(__self__, "log_output", log_output)
13256
13376
  if long_query_time is not None:
13257
13377
  pulumi.set(__self__, "long_query_time", long_query_time)
13258
13378
  if max_allowed_packet is not None:
@@ -13422,11 +13542,19 @@ class MySqlMysqlUserConfigMysql(dict):
13422
13542
  """
13423
13543
  return pulumi.get(self, "internal_tmp_mem_storage_engine")
13424
13544
 
13545
+ @property
13546
+ @pulumi.getter(name="logOutput")
13547
+ def log_output(self) -> Optional[str]:
13548
+ """
13549
+ 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.
13550
+ """
13551
+ return pulumi.get(self, "log_output")
13552
+
13425
13553
  @property
13426
13554
  @pulumi.getter(name="longQueryTime")
13427
13555
  def long_query_time(self) -> Optional[float]:
13428
13556
  """
13429
- The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Default is 10s. Example: `10`.
13557
+ The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10`.
13430
13558
  """
13431
13559
  return pulumi.get(self, "long_query_time")
13432
13560
 
@@ -13474,7 +13602,7 @@ class MySqlMysqlUserConfigMysql(dict):
13474
13602
  @pulumi.getter(name="slowQueryLog")
13475
13603
  def slow_query_log(self) -> Optional[bool]:
13476
13604
  """
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.
13605
+ Slow query log enables capturing of slow queries. Setting slow*query*log to false also truncates the mysql.slow_log table.
13478
13606
  """
13479
13607
  return pulumi.get(self, "slow_query_log")
13480
13608
 
@@ -14047,8 +14175,10 @@ class OpenSearchOpensearchUserConfig(dict):
14047
14175
  static_ips: Optional[bool] = None):
14048
14176
  """
14049
14177
  :param str additional_backup_regions: Additional Cloud Regions for Backup Replication.
14178
+ :param 'OpenSearchOpensearchUserConfigAzureMigrationArgs' azure_migration: Azure migration settings
14050
14179
  :param str custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
14051
14180
  :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.
14181
+ :param 'OpenSearchOpensearchUserConfigGcsMigrationArgs' gcs_migration: Google Cloud Storage migration settings
14052
14182
  :param Sequence['OpenSearchOpensearchUserConfigIndexPatternArgs'] index_patterns: Index patterns
14053
14183
  :param 'OpenSearchOpensearchUserConfigIndexRollupArgs' index_rollup: Index rollup settings
14054
14184
  :param 'OpenSearchOpensearchUserConfigIndexTemplateArgs' index_template: Template settings for all new indexes
@@ -14066,6 +14196,7 @@ class OpenSearchOpensearchUserConfig(dict):
14066
14196
  :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
14197
  :param 'OpenSearchOpensearchUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
14068
14198
  :param str recovery_basebackup_name: Name of the basebackup to restore in forked service. Example: `backup-20191112t091354293891z`.
14199
+ :param 'OpenSearchOpensearchUserConfigS3MigrationArgs' s3_migration: AWS S3 / AWS S3 compatible migration settings
14069
14200
  :param 'OpenSearchOpensearchUserConfigSamlArgs' saml: OpenSearch SAML configuration
14070
14201
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
14071
14202
  :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 +14268,9 @@ class OpenSearchOpensearchUserConfig(dict):
14137
14268
  @property
14138
14269
  @pulumi.getter(name="azureMigration")
14139
14270
  def azure_migration(self) -> Optional['outputs.OpenSearchOpensearchUserConfigAzureMigration']:
14271
+ """
14272
+ Azure migration settings
14273
+ """
14140
14274
  return pulumi.get(self, "azure_migration")
14141
14275
 
14142
14276
  @property
@@ -14158,6 +14292,9 @@ class OpenSearchOpensearchUserConfig(dict):
14158
14292
  @property
14159
14293
  @pulumi.getter(name="gcsMigration")
14160
14294
  def gcs_migration(self) -> Optional['outputs.OpenSearchOpensearchUserConfigGcsMigration']:
14295
+ """
14296
+ Google Cloud Storage migration settings
14297
+ """
14161
14298
  return pulumi.get(self, "gcs_migration")
14162
14299
 
14163
14300
  @property
@@ -14300,6 +14437,9 @@ class OpenSearchOpensearchUserConfig(dict):
14300
14437
  @property
14301
14438
  @pulumi.getter(name="s3Migration")
14302
14439
  def s3_migration(self) -> Optional['outputs.OpenSearchOpensearchUserConfigS3Migration']:
14440
+ """
14441
+ AWS S3 / AWS S3 compatible migration settings
14442
+ """
14303
14443
  return pulumi.get(self, "s3_migration")
14304
14444
 
14305
14445
  @property
@@ -15172,7 +15312,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
15172
15312
  :param bool action_destructive_requires_name: Require explicit index names when deleting.
15173
15313
  :param 'OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersArgs' auth_failure_listeners: Opensearch Security Plugin Settings
15174
15314
  :param int cluster_max_shards_per_node: Controls the number of shards allowed in the cluster per data node. Example: `1000`.
15175
- :param int cluster_routing_allocation_node_concurrent_recoveries: How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to 2.
15315
+ :param int cluster_routing_allocation_node_concurrent_recoveries: How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2.
15176
15316
  :param str email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. Example: `alert-sender`.
15177
15317
  :param str email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Example: `very-secure-mail-password`.
15178
15318
  :param str email_sender_username: Sender username for Opensearch alerts. Example: `jane@example.com`.
@@ -15338,7 +15478,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
15338
15478
  @pulumi.getter(name="clusterRoutingAllocationNodeConcurrentRecoveries")
15339
15479
  def cluster_routing_allocation_node_concurrent_recoveries(self) -> Optional[int]:
15340
15480
  """
15341
- How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to 2.
15481
+ How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2.
15342
15482
  """
15343
15483
  return pulumi.get(self, "cluster_routing_allocation_node_concurrent_recoveries")
15344
15484
 
@@ -16627,11 +16767,11 @@ class OrganizationPermissionPermission(dict):
16627
16767
  create_time: Optional[str] = None,
16628
16768
  update_time: Optional[str] = None):
16629
16769
  """
16630
- :param Sequence[str] permissions: List of permissions. The possible values are `admin`, `developer`, `operator` and `read_only`.
16631
- :param str principal_id: ID of the principal.
16632
- :param str principal_type: Type of the principal. The possible values are `user` and `user_group`.
16633
- :param str create_time: Create Time
16634
- :param str update_time: Update Time
16770
+ :param Sequence[str] permissions: List of permissions. The possible values are `admin`, `developer`, `operator`, `project:permissions:read` and `read_only`.
16771
+ :param str principal_id: ID of the user or group.
16772
+ :param str principal_type: The type of principal. The possible values are `user` and `user_group`.
16773
+ :param str create_time: Time created.
16774
+ :param str update_time: Time updated.
16635
16775
  """
16636
16776
  pulumi.set(__self__, "permissions", permissions)
16637
16777
  pulumi.set(__self__, "principal_id", principal_id)
@@ -16645,7 +16785,7 @@ class OrganizationPermissionPermission(dict):
16645
16785
  @pulumi.getter
16646
16786
  def permissions(self) -> Sequence[str]:
16647
16787
  """
16648
- List of permissions. The possible values are `admin`, `developer`, `operator` and `read_only`.
16788
+ List of permissions. The possible values are `admin`, `developer`, `operator`, `project:permissions:read` and `read_only`.
16649
16789
  """
16650
16790
  return pulumi.get(self, "permissions")
16651
16791
 
@@ -16653,7 +16793,7 @@ class OrganizationPermissionPermission(dict):
16653
16793
  @pulumi.getter(name="principalId")
16654
16794
  def principal_id(self) -> str:
16655
16795
  """
16656
- ID of the principal.
16796
+ ID of the user or group.
16657
16797
  """
16658
16798
  return pulumi.get(self, "principal_id")
16659
16799
 
@@ -16661,7 +16801,7 @@ class OrganizationPermissionPermission(dict):
16661
16801
  @pulumi.getter(name="principalType")
16662
16802
  def principal_type(self) -> str:
16663
16803
  """
16664
- Type of the principal. The possible values are `user` and `user_group`.
16804
+ The type of principal. The possible values are `user` and `user_group`.
16665
16805
  """
16666
16806
  return pulumi.get(self, "principal_type")
16667
16807
 
@@ -16669,7 +16809,7 @@ class OrganizationPermissionPermission(dict):
16669
16809
  @pulumi.getter(name="createTime")
16670
16810
  def create_time(self) -> Optional[str]:
16671
16811
  """
16672
- Create Time
16812
+ Time created.
16673
16813
  """
16674
16814
  return pulumi.get(self, "create_time")
16675
16815
 
@@ -16677,7 +16817,7 @@ class OrganizationPermissionPermission(dict):
16677
16817
  @pulumi.getter(name="updateTime")
16678
16818
  def update_time(self) -> Optional[str]:
16679
16819
  """
16680
- Update Time
16820
+ Time updated.
16681
16821
  """
16682
16822
  return pulumi.get(self, "update_time")
16683
16823
 
@@ -22609,6 +22749,25 @@ class ServiceIntegrationExternalOpensearchLogsUserConfig(dict):
22609
22749
  return pulumi.get(self, "selected_log_fields")
22610
22750
 
22611
22751
 
22752
+ @pulumi.output_type
22753
+ class ServiceIntegrationFlinkExternalPostgresqlUserConfig(dict):
22754
+ def __init__(__self__, *,
22755
+ stringtype: Optional[str] = None):
22756
+ """
22757
+ :param str stringtype: Enum: `unspecified`. If stringtype is set to unspecified, parameters will be sent to the server as untyped values.
22758
+ """
22759
+ if stringtype is not None:
22760
+ pulumi.set(__self__, "stringtype", stringtype)
22761
+
22762
+ @property
22763
+ @pulumi.getter
22764
+ def stringtype(self) -> Optional[str]:
22765
+ """
22766
+ Enum: `unspecified`. If stringtype is set to unspecified, parameters will be sent to the server as untyped values.
22767
+ """
22768
+ return pulumi.get(self, "stringtype")
22769
+
22770
+
22612
22771
  @pulumi.output_type
22613
22772
  class ServiceIntegrationKafkaConnectUserConfig(dict):
22614
22773
  @staticmethod
@@ -23844,12 +24003,8 @@ class ThanosThanos(dict):
23844
24003
  suggest = "query_frontend_uri"
23845
24004
  elif key == "queryUri":
23846
24005
  suggest = "query_uri"
23847
- elif key == "receiverIngestingRemoteWriteUri":
23848
- suggest = "receiver_ingesting_remote_write_uri"
23849
24006
  elif key == "receiverRemoteWriteUri":
23850
24007
  suggest = "receiver_remote_write_uri"
23851
- elif key == "storeUri":
23852
- suggest = "store_uri"
23853
24008
 
23854
24009
  if suggest:
23855
24010
  pulumi.log.warn(f"Key '{key}' not found in ThanosThanos. Access the value via the '{suggest}' property getter instead.")
@@ -23865,28 +24020,20 @@ class ThanosThanos(dict):
23865
24020
  def __init__(__self__, *,
23866
24021
  query_frontend_uri: Optional[str] = None,
23867
24022
  query_uri: Optional[str] = None,
23868
- receiver_ingesting_remote_write_uri: Optional[str] = None,
23869
24023
  receiver_remote_write_uri: Optional[str] = None,
23870
- store_uri: Optional[str] = None,
23871
24024
  uris: Optional[Sequence[str]] = None):
23872
24025
  """
23873
24026
  :param str query_frontend_uri: Query frontend URI.
23874
24027
  :param str query_uri: Query URI.
23875
- :param str receiver_ingesting_remote_write_uri: Receiver ingesting remote write URI.
23876
24028
  :param str receiver_remote_write_uri: Receiver remote write URI.
23877
- :param str store_uri: Store URI.
23878
24029
  :param Sequence[str] uris: Thanos server URIs.
23879
24030
  """
23880
24031
  if query_frontend_uri is not None:
23881
24032
  pulumi.set(__self__, "query_frontend_uri", query_frontend_uri)
23882
24033
  if query_uri is not None:
23883
24034
  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
24035
  if receiver_remote_write_uri is not None:
23887
24036
  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
24037
  if uris is not None:
23891
24038
  pulumi.set(__self__, "uris", uris)
23892
24039
 
@@ -23906,14 +24053,6 @@ class ThanosThanos(dict):
23906
24053
  """
23907
24054
  return pulumi.get(self, "query_uri")
23908
24055
 
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
24056
  @property
23918
24057
  @pulumi.getter(name="receiverRemoteWriteUri")
23919
24058
  def receiver_remote_write_uri(self) -> Optional[str]:
@@ -23922,15 +24061,6 @@ class ThanosThanos(dict):
23922
24061
  """
23923
24062
  return pulumi.get(self, "receiver_remote_write_uri")
23924
24063
 
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
24064
  @property
23935
24065
  @pulumi.getter
23936
24066
  def uris(self) -> Optional[Sequence[str]]:
@@ -23975,6 +24105,7 @@ class ThanosThanosUserConfig(dict):
23975
24105
 
23976
24106
  def __init__(__self__, *,
23977
24107
  compactor: Optional['outputs.ThanosThanosUserConfigCompactor'] = None,
24108
+ env: Optional[Mapping[str, str]] = None,
23978
24109
  ip_filter_objects: Optional[Sequence['outputs.ThanosThanosUserConfigIpFilterObject']] = None,
23979
24110
  ip_filter_strings: Optional[Sequence[str]] = None,
23980
24111
  ip_filters: Optional[Sequence[str]] = None,
@@ -23986,6 +24117,7 @@ class ThanosThanosUserConfig(dict):
23986
24117
  static_ips: Optional[bool] = None):
23987
24118
  """
23988
24119
  :param 'ThanosThanosUserConfigCompactorArgs' compactor: ThanosCompactor
24120
+ :param Mapping[str, str] env: Environmental variables.
23989
24121
  :param Sequence['ThanosThanosUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
23990
24122
  :param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
23991
24123
  :param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
@@ -23998,6 +24130,8 @@ class ThanosThanosUserConfig(dict):
23998
24130
  """
23999
24131
  if compactor is not None:
24000
24132
  pulumi.set(__self__, "compactor", compactor)
24133
+ if env is not None:
24134
+ pulumi.set(__self__, "env", env)
24001
24135
  if ip_filter_objects is not None:
24002
24136
  pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
24003
24137
  if ip_filter_strings is not None:
@@ -24025,6 +24159,14 @@ class ThanosThanosUserConfig(dict):
24025
24159
  """
24026
24160
  return pulumi.get(self, "compactor")
24027
24161
 
24162
+ @property
24163
+ @pulumi.getter
24164
+ def env(self) -> Optional[Mapping[str, str]]:
24165
+ """
24166
+ Environmental variables.
24167
+ """
24168
+ return pulumi.get(self, "env")
24169
+
24028
24170
  @property
24029
24171
  @pulumi.getter(name="ipFilterObjects")
24030
24172
  def ip_filter_objects(self) -> Optional[Sequence['outputs.ThanosThanosUserConfigIpFilterObject']]:
@@ -24194,6 +24336,7 @@ class ThanosThanosUserConfigPublicAccess(dict):
24194
24336
  query_frontend: Optional[bool] = None,
24195
24337
  receiver_ingesting: Optional[bool] = None,
24196
24338
  receiver_routing: Optional[bool] = None,
24339
+ ruler: Optional[bool] = None,
24197
24340
  store: Optional[bool] = None):
24198
24341
  """
24199
24342
  :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.
@@ -24201,6 +24344,7 @@ class ThanosThanosUserConfigPublicAccess(dict):
24201
24344
  :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.
24202
24345
  :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.
24203
24346
  :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.
24347
+ :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.
24204
24348
  :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.
24205
24349
  """
24206
24350
  if compactor is not None:
@@ -24213,6 +24357,8 @@ class ThanosThanosUserConfigPublicAccess(dict):
24213
24357
  pulumi.set(__self__, "receiver_ingesting", receiver_ingesting)
24214
24358
  if receiver_routing is not None:
24215
24359
  pulumi.set(__self__, "receiver_routing", receiver_routing)
24360
+ if ruler is not None:
24361
+ pulumi.set(__self__, "ruler", ruler)
24216
24362
  if store is not None:
24217
24363
  pulumi.set(__self__, "store", store)
24218
24364
 
@@ -24256,6 +24402,14 @@ class ThanosThanosUserConfigPublicAccess(dict):
24256
24402
  """
24257
24403
  return pulumi.get(self, "receiver_routing")
24258
24404
 
24405
+ @property
24406
+ @pulumi.getter
24407
+ def ruler(self) -> Optional[bool]:
24408
+ """
24409
+ 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.
24410
+ """
24411
+ return pulumi.get(self, "ruler")
24412
+
24259
24413
  @property
24260
24414
  @pulumi.getter
24261
24415
  def store(self) -> Optional[bool]:
@@ -24278,6 +24432,10 @@ class ThanosThanosUserConfigQuery(dict):
24278
24432
  suggest = "query_metadata_default_time_range"
24279
24433
  elif key == "queryTimeout":
24280
24434
  suggest = "query_timeout"
24435
+ elif key == "storeLimitsRequestSamples":
24436
+ suggest = "store_limits_request_samples"
24437
+ elif key == "storeLimitsRequestSeries":
24438
+ suggest = "store_limits_request_series"
24281
24439
 
24282
24440
  if suggest:
24283
24441
  pulumi.log.warn(f"Key '{key}' not found in ThanosThanosUserConfigQuery. Access the value via the '{suggest}' property getter instead.")
@@ -24294,12 +24452,16 @@ class ThanosThanosUserConfigQuery(dict):
24294
24452
  query_default_evaluation_interval: Optional[str] = None,
24295
24453
  query_lookback_delta: Optional[str] = None,
24296
24454
  query_metadata_default_time_range: Optional[str] = None,
24297
- query_timeout: Optional[str] = None):
24455
+ query_timeout: Optional[str] = None,
24456
+ store_limits_request_samples: Optional[int] = None,
24457
+ store_limits_request_series: Optional[int] = None):
24298
24458
  """
24299
24459
  :param str query_default_evaluation_interval: Set the default evaluation interval for subqueries. Default: `1m`.
24300
24460
  :param str query_lookback_delta: The maximum lookback duration for retrieving metrics during expression evaluations in PromQL. PromQL always evaluates the query for a certain timestamp, and it looks back for the given amount of time to get the latest sample. If it exceeds the maximum lookback delta, it assumes the series is stale and returns none (a gap). The lookback delta should be set to at least 2 times the slowest scrape interval. If unset, it will use the promql default of 5m. Default: `5m`.
24301
24461
  :param str query_metadata_default_time_range: The default metadata time range duration for retrieving labels through Labels and Series API when the range parameters are not specified. The zero value means the range covers the time since the beginning. Default: `0s`.
24302
24462
  :param str query_timeout: Maximum time to process a query by the query node. Default: `2m`.
24463
+ :param int store_limits_request_samples: The maximum samples allowed for a single Series request. The Series call fails if this limit is exceeded. Set to 0 for no limit. NOTE: For efficiency, the limit is internally implemented as 'chunks limit' considering each chunk contains a maximum of 120 samples. The default value is 100 * store.limits.request-series. Default: `0`.
24464
+ :param int store_limits_request_series: The maximum series allowed for a single Series request. The Series call fails if this limit is exceeded. Set to 0 for no limit. The default value is 1000 * cpu_count. Default: `0`.
24303
24465
  """
24304
24466
  if query_default_evaluation_interval is not None:
24305
24467
  pulumi.set(__self__, "query_default_evaluation_interval", query_default_evaluation_interval)
@@ -24309,6 +24471,10 @@ class ThanosThanosUserConfigQuery(dict):
24309
24471
  pulumi.set(__self__, "query_metadata_default_time_range", query_metadata_default_time_range)
24310
24472
  if query_timeout is not None:
24311
24473
  pulumi.set(__self__, "query_timeout", query_timeout)
24474
+ if store_limits_request_samples is not None:
24475
+ pulumi.set(__self__, "store_limits_request_samples", store_limits_request_samples)
24476
+ if store_limits_request_series is not None:
24477
+ pulumi.set(__self__, "store_limits_request_series", store_limits_request_series)
24312
24478
 
24313
24479
  @property
24314
24480
  @pulumi.getter(name="queryDefaultEvaluationInterval")
@@ -24342,6 +24508,22 @@ class ThanosThanosUserConfigQuery(dict):
24342
24508
  """
24343
24509
  return pulumi.get(self, "query_timeout")
24344
24510
 
24511
+ @property
24512
+ @pulumi.getter(name="storeLimitsRequestSamples")
24513
+ def store_limits_request_samples(self) -> Optional[int]:
24514
+ """
24515
+ The maximum samples allowed for a single Series request. The Series call fails if this limit is exceeded. Set to 0 for no limit. NOTE: For efficiency, the limit is internally implemented as 'chunks limit' considering each chunk contains a maximum of 120 samples. The default value is 100 * store.limits.request-series. Default: `0`.
24516
+ """
24517
+ return pulumi.get(self, "store_limits_request_samples")
24518
+
24519
+ @property
24520
+ @pulumi.getter(name="storeLimitsRequestSeries")
24521
+ def store_limits_request_series(self) -> Optional[int]:
24522
+ """
24523
+ The maximum series allowed for a single Series request. The Series call fails if this limit is exceeded. Set to 0 for no limit. The default value is 1000 * cpu_count. Default: `0`.
24524
+ """
24525
+ return pulumi.get(self, "store_limits_request_series")
24526
+
24345
24527
 
24346
24528
  @pulumi.output_type
24347
24529
  class ThanosThanosUserConfigQueryFrontend(dict):
@@ -26456,6 +26638,7 @@ class GetClickhouseClickhouseUserConfigResult(dict):
26456
26638
  privatelink_access: Optional['outputs.GetClickhouseClickhouseUserConfigPrivatelinkAccessResult'] = None,
26457
26639
  project_to_fork_from: Optional[str] = None,
26458
26640
  public_access: Optional['outputs.GetClickhouseClickhouseUserConfigPublicAccessResult'] = None,
26641
+ recovery_basebackup_name: Optional[str] = None,
26459
26642
  service_log: Optional[bool] = None,
26460
26643
  service_to_fork_from: Optional[str] = None,
26461
26644
  static_ips: Optional[bool] = None):
@@ -26468,6 +26651,7 @@ class GetClickhouseClickhouseUserConfigResult(dict):
26468
26651
  :param 'GetClickhouseClickhouseUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
26469
26652
  :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`.
26470
26653
  :param 'GetClickhouseClickhouseUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
26654
+ :param str recovery_basebackup_name: Name of the basebackup to restore in forked service. Example: `backup-20191112t091354293891z`.
26471
26655
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
26472
26656
  :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`.
26473
26657
  :param bool static_ips: Use static public IP addresses.
@@ -26488,6 +26672,8 @@ class GetClickhouseClickhouseUserConfigResult(dict):
26488
26672
  pulumi.set(__self__, "project_to_fork_from", project_to_fork_from)
26489
26673
  if public_access is not None:
26490
26674
  pulumi.set(__self__, "public_access", public_access)
26675
+ if recovery_basebackup_name is not None:
26676
+ pulumi.set(__self__, "recovery_basebackup_name", recovery_basebackup_name)
26491
26677
  if service_log is not None:
26492
26678
  pulumi.set(__self__, "service_log", service_log)
26493
26679
  if service_to_fork_from is not None:
@@ -26561,6 +26747,14 @@ class GetClickhouseClickhouseUserConfigResult(dict):
26561
26747
  """
26562
26748
  return pulumi.get(self, "public_access")
26563
26749
 
26750
+ @property
26751
+ @pulumi.getter(name="recoveryBasebackupName")
26752
+ def recovery_basebackup_name(self) -> Optional[str]:
26753
+ """
26754
+ Name of the basebackup to restore in forked service. Example: `backup-20191112t091354293891z`.
26755
+ """
26756
+ return pulumi.get(self, "recovery_basebackup_name")
26757
+
26564
26758
  @property
26565
26759
  @pulumi.getter(name="serviceLog")
26566
26760
  def service_log(self) -> Optional[bool]:
@@ -27780,7 +27974,10 @@ class GetFlinkFlinkUserConfigResult(dict):
27780
27974
  ip_filter_strings: Optional[Sequence[str]] = None,
27781
27975
  ip_filters: Optional[Sequence[str]] = None,
27782
27976
  number_of_task_slots: Optional[int] = None,
27977
+ pekko_ask_timeout_s: Optional[int] = None,
27978
+ pekko_framesize_b: Optional[int] = None,
27783
27979
  privatelink_access: Optional['outputs.GetFlinkFlinkUserConfigPrivatelinkAccessResult'] = None,
27980
+ public_access: Optional['outputs.GetFlinkFlinkUserConfigPublicAccessResult'] = None,
27784
27981
  service_log: Optional[bool] = None,
27785
27982
  static_ips: Optional[bool] = None):
27786
27983
  """
@@ -27790,7 +27987,10 @@ class GetFlinkFlinkUserConfigResult(dict):
27790
27987
  :param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
27791
27988
  :param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
27792
27989
  :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`.
27990
+ :param int pekko_ask_timeout_s: Timeout in seconds used for all futures and blocking Pekko requests. Example: `10`.
27991
+ :param int pekko_framesize_b: Maximum size in bytes for messages exchanged between the JobManager and the TaskManagers. Example: `10485760`.
27793
27992
  :param 'GetFlinkFlinkUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
27993
+ :param 'GetFlinkFlinkUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
27794
27994
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
27795
27995
  :param bool static_ips: Use static public IP addresses.
27796
27996
  """
@@ -27806,8 +28006,14 @@ class GetFlinkFlinkUserConfigResult(dict):
27806
28006
  pulumi.set(__self__, "ip_filters", ip_filters)
27807
28007
  if number_of_task_slots is not None:
27808
28008
  pulumi.set(__self__, "number_of_task_slots", number_of_task_slots)
28009
+ if pekko_ask_timeout_s is not None:
28010
+ pulumi.set(__self__, "pekko_ask_timeout_s", pekko_ask_timeout_s)
28011
+ if pekko_framesize_b is not None:
28012
+ pulumi.set(__self__, "pekko_framesize_b", pekko_framesize_b)
27809
28013
  if privatelink_access is not None:
27810
28014
  pulumi.set(__self__, "privatelink_access", privatelink_access)
28015
+ if public_access is not None:
28016
+ pulumi.set(__self__, "public_access", public_access)
27811
28017
  if service_log is not None:
27812
28018
  pulumi.set(__self__, "service_log", service_log)
27813
28019
  if static_ips is not None:
@@ -27863,6 +28069,22 @@ class GetFlinkFlinkUserConfigResult(dict):
27863
28069
  """
27864
28070
  return pulumi.get(self, "number_of_task_slots")
27865
28071
 
28072
+ @property
28073
+ @pulumi.getter(name="pekkoAskTimeoutS")
28074
+ def pekko_ask_timeout_s(self) -> Optional[int]:
28075
+ """
28076
+ Timeout in seconds used for all futures and blocking Pekko requests. Example: `10`.
28077
+ """
28078
+ return pulumi.get(self, "pekko_ask_timeout_s")
28079
+
28080
+ @property
28081
+ @pulumi.getter(name="pekkoFramesizeB")
28082
+ def pekko_framesize_b(self) -> Optional[int]:
28083
+ """
28084
+ Maximum size in bytes for messages exchanged between the JobManager and the TaskManagers. Example: `10485760`.
28085
+ """
28086
+ return pulumi.get(self, "pekko_framesize_b")
28087
+
27866
28088
  @property
27867
28089
  @pulumi.getter(name="privatelinkAccess")
27868
28090
  def privatelink_access(self) -> Optional['outputs.GetFlinkFlinkUserConfigPrivatelinkAccessResult']:
@@ -27871,6 +28093,14 @@ class GetFlinkFlinkUserConfigResult(dict):
27871
28093
  """
27872
28094
  return pulumi.get(self, "privatelink_access")
27873
28095
 
28096
+ @property
28097
+ @pulumi.getter(name="publicAccess")
28098
+ def public_access(self) -> Optional['outputs.GetFlinkFlinkUserConfigPublicAccessResult']:
28099
+ """
28100
+ Allow access to selected service ports from the public Internet
28101
+ """
28102
+ return pulumi.get(self, "public_access")
28103
+
27874
28104
  @property
27875
28105
  @pulumi.getter(name="serviceLog")
27876
28106
  def service_log(self) -> Optional[bool]:
@@ -27949,6 +28179,25 @@ class GetFlinkFlinkUserConfigPrivatelinkAccessResult(dict):
27949
28179
  return pulumi.get(self, "prometheus")
27950
28180
 
27951
28181
 
28182
+ @pulumi.output_type
28183
+ class GetFlinkFlinkUserConfigPublicAccessResult(dict):
28184
+ def __init__(__self__, *,
28185
+ flink: Optional[bool] = None):
28186
+ """
28187
+ :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.
28188
+ """
28189
+ if flink is not None:
28190
+ pulumi.set(__self__, "flink", flink)
28191
+
28192
+ @property
28193
+ @pulumi.getter
28194
+ def flink(self) -> Optional[bool]:
28195
+ """
28196
+ 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.
28197
+ """
28198
+ return pulumi.get(self, "flink")
28199
+
28200
+
27952
28201
  @pulumi.output_type
27953
28202
  class GetFlinkServiceIntegrationResult(dict):
27954
28203
  def __init__(__self__, *,
@@ -31144,6 +31393,7 @@ class GetKafkaKafkaUserConfigResult(dict):
31144
31393
  schema_registry: Optional[bool] = None,
31145
31394
  schema_registry_config: Optional['outputs.GetKafkaKafkaUserConfigSchemaRegistryConfigResult'] = None,
31146
31395
  service_log: Optional[bool] = None,
31396
+ single_zone: Optional['outputs.GetKafkaKafkaUserConfigSingleZoneResult'] = None,
31147
31397
  static_ips: Optional[bool] = None,
31148
31398
  tiered_storage: Optional['outputs.GetKafkaKafkaUserConfigTieredStorageResult'] = None):
31149
31399
  """
@@ -31170,6 +31420,7 @@ class GetKafkaKafkaUserConfigResult(dict):
31170
31420
  :param bool schema_registry: Enable Schema-Registry service. Default: `false`.
31171
31421
  :param 'GetKafkaKafkaUserConfigSchemaRegistryConfigArgs' schema_registry_config: Schema Registry configuration
31172
31422
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
31423
+ :param 'GetKafkaKafkaUserConfigSingleZoneArgs' single_zone: Single-zone configuration
31173
31424
  :param bool static_ips: Use static public IP addresses.
31174
31425
  :param 'GetKafkaKafkaUserConfigTieredStorageArgs' tiered_storage: Tiered storage configuration
31175
31426
  """
@@ -31221,6 +31472,8 @@ class GetKafkaKafkaUserConfigResult(dict):
31221
31472
  pulumi.set(__self__, "schema_registry_config", schema_registry_config)
31222
31473
  if service_log is not None:
31223
31474
  pulumi.set(__self__, "service_log", service_log)
31475
+ if single_zone is not None:
31476
+ pulumi.set(__self__, "single_zone", single_zone)
31224
31477
  if static_ips is not None:
31225
31478
  pulumi.set(__self__, "static_ips", static_ips)
31226
31479
  if tiered_storage is not None:
@@ -31417,6 +31670,14 @@ class GetKafkaKafkaUserConfigResult(dict):
31417
31670
  """
31418
31671
  return pulumi.get(self, "service_log")
31419
31672
 
31673
+ @property
31674
+ @pulumi.getter(name="singleZone")
31675
+ def single_zone(self) -> Optional['outputs.GetKafkaKafkaUserConfigSingleZoneResult']:
31676
+ """
31677
+ Single-zone configuration
31678
+ """
31679
+ return pulumi.get(self, "single_zone")
31680
+
31420
31681
  @property
31421
31682
  @pulumi.getter(name="staticIps")
31422
31683
  def static_ips(self) -> Optional[bool]:
@@ -32870,6 +33131,25 @@ class GetKafkaKafkaUserConfigSchemaRegistryConfigResult(dict):
32870
33131
  return pulumi.get(self, "topic_name")
32871
33132
 
32872
33133
 
33134
+ @pulumi.output_type
33135
+ class GetKafkaKafkaUserConfigSingleZoneResult(dict):
33136
+ def __init__(__self__, *,
33137
+ enabled: Optional[bool] = None):
33138
+ """
33139
+ :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.
33140
+ """
33141
+ if enabled is not None:
33142
+ pulumi.set(__self__, "enabled", enabled)
33143
+
33144
+ @property
33145
+ @pulumi.getter
33146
+ def enabled(self) -> Optional[bool]:
33147
+ """
33148
+ 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.
33149
+ """
33150
+ return pulumi.get(self, "enabled")
33151
+
33152
+
32873
33153
  @pulumi.output_type
32874
33154
  class GetKafkaKafkaUserConfigTieredStorageResult(dict):
32875
33155
  def __init__(__self__, *,
@@ -35813,6 +36093,7 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
35813
36093
  innodb_write_io_threads: Optional[int] = None,
35814
36094
  interactive_timeout: Optional[int] = None,
35815
36095
  internal_tmp_mem_storage_engine: Optional[str] = None,
36096
+ log_output: Optional[str] = None,
35816
36097
  long_query_time: Optional[float] = None,
35817
36098
  max_allowed_packet: Optional[int] = None,
35818
36099
  max_heap_table_size: Optional[int] = None,
@@ -35844,13 +36125,14 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
35844
36125
  :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`.
35845
36126
  :param int interactive_timeout: The number of seconds the server waits for activity on an interactive connection before closing it. Example: `3600`.
35846
36127
  :param str internal_tmp_mem_storage_engine: Enum: `TempTable`, `MEMORY`. The storage engine for in-memory internal temporary tables.
35847
- :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`.
36128
+ :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.
36129
+ :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`.
35848
36130
  :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`.
35849
36131
  :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`.
35850
36132
  :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`.
35851
36133
  :param int net_read_timeout: The number of seconds to wait for more data from a connection before aborting the read. Example: `30`.
35852
36134
  :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`.
35853
- :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.
36135
+ :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.
35854
36136
  :param int sort_buffer_size: Sort buffer size in bytes for ORDER BY optimization. Default is 262144 (256K). Example: `262144`.
35855
36137
  :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`.
35856
36138
  :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.
@@ -35893,6 +36175,8 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
35893
36175
  pulumi.set(__self__, "interactive_timeout", interactive_timeout)
35894
36176
  if internal_tmp_mem_storage_engine is not None:
35895
36177
  pulumi.set(__self__, "internal_tmp_mem_storage_engine", internal_tmp_mem_storage_engine)
36178
+ if log_output is not None:
36179
+ pulumi.set(__self__, "log_output", log_output)
35896
36180
  if long_query_time is not None:
35897
36181
  pulumi.set(__self__, "long_query_time", long_query_time)
35898
36182
  if max_allowed_packet is not None:
@@ -36062,11 +36346,19 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
36062
36346
  """
36063
36347
  return pulumi.get(self, "internal_tmp_mem_storage_engine")
36064
36348
 
36349
+ @property
36350
+ @pulumi.getter(name="logOutput")
36351
+ def log_output(self) -> Optional[str]:
36352
+ """
36353
+ 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.
36354
+ """
36355
+ return pulumi.get(self, "log_output")
36356
+
36065
36357
  @property
36066
36358
  @pulumi.getter(name="longQueryTime")
36067
36359
  def long_query_time(self) -> Optional[float]:
36068
36360
  """
36069
- The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute. Default is 10s. Example: `10`.
36361
+ The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute. Example: `10`.
36070
36362
  """
36071
36363
  return pulumi.get(self, "long_query_time")
36072
36364
 
@@ -36114,7 +36406,7 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
36114
36406
  @pulumi.getter(name="slowQueryLog")
36115
36407
  def slow_query_log(self) -> Optional[bool]:
36116
36408
  """
36117
- Slow query log enables capturing of slow queries. Setting slow_query_log to false also truncates the mysql.slow_log table. Default is off.
36409
+ Slow query log enables capturing of slow queries. Setting slow_query_log to false also truncates the mysql.slow_log table.
36118
36410
  """
36119
36411
  return pulumi.get(self, "slow_query_log")
36120
36412
 
@@ -36554,8 +36846,10 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
36554
36846
  static_ips: Optional[bool] = None):
36555
36847
  """
36556
36848
  :param str additional_backup_regions: Additional Cloud Regions for Backup Replication.
36849
+ :param 'GetOpenSearchOpensearchUserConfigAzureMigrationArgs' azure_migration: Azure migration settings
36557
36850
  :param str custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
36558
36851
  :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.
36852
+ :param 'GetOpenSearchOpensearchUserConfigGcsMigrationArgs' gcs_migration: Google Cloud Storage migration settings
36559
36853
  :param Sequence['GetOpenSearchOpensearchUserConfigIndexPatternArgs'] index_patterns: Index patterns
36560
36854
  :param 'GetOpenSearchOpensearchUserConfigIndexRollupArgs' index_rollup: Index rollup settings
36561
36855
  :param 'GetOpenSearchOpensearchUserConfigIndexTemplateArgs' index_template: Template settings for all new indexes
@@ -36573,6 +36867,7 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
36573
36867
  :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`.
36574
36868
  :param 'GetOpenSearchOpensearchUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
36575
36869
  :param str recovery_basebackup_name: Name of the basebackup to restore in forked service. Example: `backup-20191112t091354293891z`.
36870
+ :param 'GetOpenSearchOpensearchUserConfigS3MigrationArgs' s3_migration: AWS S3 / AWS S3 compatible migration settings
36576
36871
  :param 'GetOpenSearchOpensearchUserConfigSamlArgs' saml: OpenSearch SAML configuration
36577
36872
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
36578
36873
  :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`.
@@ -36644,6 +36939,9 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
36644
36939
  @property
36645
36940
  @pulumi.getter(name="azureMigration")
36646
36941
  def azure_migration(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigAzureMigrationResult']:
36942
+ """
36943
+ Azure migration settings
36944
+ """
36647
36945
  return pulumi.get(self, "azure_migration")
36648
36946
 
36649
36947
  @property
@@ -36665,6 +36963,9 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
36665
36963
  @property
36666
36964
  @pulumi.getter(name="gcsMigration")
36667
36965
  def gcs_migration(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigGcsMigrationResult']:
36966
+ """
36967
+ Google Cloud Storage migration settings
36968
+ """
36668
36969
  return pulumi.get(self, "gcs_migration")
36669
36970
 
36670
36971
  @property
@@ -36807,6 +37108,9 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
36807
37108
  @property
36808
37109
  @pulumi.getter(name="s3Migration")
36809
37110
  def s3_migration(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigS3MigrationResult']:
37111
+ """
37112
+ AWS S3 / AWS S3 compatible migration settings
37113
+ """
36810
37114
  return pulumi.get(self, "s3_migration")
36811
37115
 
36812
37116
  @property
@@ -37432,7 +37736,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
37432
37736
  :param bool action_destructive_requires_name: Require explicit index names when deleting.
37433
37737
  :param 'GetOpenSearchOpensearchUserConfigOpensearchAuthFailureListenersArgs' auth_failure_listeners: Opensearch Security Plugin Settings
37434
37738
  :param int cluster_max_shards_per_node: Controls the number of shards allowed in the cluster per data node. Example: `1000`.
37435
- :param int cluster_routing_allocation_node_concurrent_recoveries: How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to 2.
37739
+ :param int cluster_routing_allocation_node_concurrent_recoveries: How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2.
37436
37740
  :param str email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. Example: `alert-sender`.
37437
37741
  :param str email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Example: `very-secure-mail-password`.
37438
37742
  :param str email_sender_username: Sender username for Opensearch alerts. Example: `jane@example.com`.
@@ -37598,7 +37902,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
37598
37902
  @pulumi.getter(name="clusterRoutingAllocationNodeConcurrentRecoveries")
37599
37903
  def cluster_routing_allocation_node_concurrent_recoveries(self) -> Optional[int]:
37600
37904
  """
37601
- How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to 2.
37905
+ How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2.
37602
37906
  """
37603
37907
  return pulumi.get(self, "cluster_routing_allocation_node_concurrent_recoveries")
37604
37908
 
@@ -43319,6 +43623,25 @@ class GetServiceIntegrationExternalOpensearchLogsUserConfigResult(dict):
43319
43623
  return pulumi.get(self, "selected_log_fields")
43320
43624
 
43321
43625
 
43626
+ @pulumi.output_type
43627
+ class GetServiceIntegrationFlinkExternalPostgresqlUserConfigResult(dict):
43628
+ def __init__(__self__, *,
43629
+ stringtype: Optional[str] = None):
43630
+ """
43631
+ :param str stringtype: Enum: `unspecified`. If stringtype is set to unspecified, parameters will be sent to the server as untyped values.
43632
+ """
43633
+ if stringtype is not None:
43634
+ pulumi.set(__self__, "stringtype", stringtype)
43635
+
43636
+ @property
43637
+ @pulumi.getter
43638
+ def stringtype(self) -> Optional[str]:
43639
+ """
43640
+ Enum: `unspecified`. If stringtype is set to unspecified, parameters will be sent to the server as untyped values.
43641
+ """
43642
+ return pulumi.get(self, "stringtype")
43643
+
43644
+
43322
43645
  @pulumi.output_type
43323
43646
  class GetServiceIntegrationKafkaConnectUserConfigResult(dict):
43324
43647
  def __init__(__self__, *,
@@ -44250,23 +44573,17 @@ class GetThanosThanoResult(dict):
44250
44573
  def __init__(__self__, *,
44251
44574
  query_frontend_uri: str,
44252
44575
  query_uri: str,
44253
- receiver_ingesting_remote_write_uri: str,
44254
44576
  receiver_remote_write_uri: str,
44255
- store_uri: str,
44256
44577
  uris: Sequence[str]):
44257
44578
  """
44258
44579
  :param str query_frontend_uri: Query frontend URI.
44259
44580
  :param str query_uri: Query URI.
44260
- :param str receiver_ingesting_remote_write_uri: Receiver ingesting remote write URI.
44261
44581
  :param str receiver_remote_write_uri: Receiver remote write URI.
44262
- :param str store_uri: Store URI.
44263
44582
  :param Sequence[str] uris: Thanos server URIs.
44264
44583
  """
44265
44584
  pulumi.set(__self__, "query_frontend_uri", query_frontend_uri)
44266
44585
  pulumi.set(__self__, "query_uri", query_uri)
44267
- pulumi.set(__self__, "receiver_ingesting_remote_write_uri", receiver_ingesting_remote_write_uri)
44268
44586
  pulumi.set(__self__, "receiver_remote_write_uri", receiver_remote_write_uri)
44269
- pulumi.set(__self__, "store_uri", store_uri)
44270
44587
  pulumi.set(__self__, "uris", uris)
44271
44588
 
44272
44589
  @property
@@ -44285,14 +44602,6 @@ class GetThanosThanoResult(dict):
44285
44602
  """
44286
44603
  return pulumi.get(self, "query_uri")
44287
44604
 
44288
- @property
44289
- @pulumi.getter(name="receiverIngestingRemoteWriteUri")
44290
- def receiver_ingesting_remote_write_uri(self) -> str:
44291
- """
44292
- Receiver ingesting remote write URI.
44293
- """
44294
- return pulumi.get(self, "receiver_ingesting_remote_write_uri")
44295
-
44296
44605
  @property
44297
44606
  @pulumi.getter(name="receiverRemoteWriteUri")
44298
44607
  def receiver_remote_write_uri(self) -> str:
@@ -44301,15 +44610,6 @@ class GetThanosThanoResult(dict):
44301
44610
  """
44302
44611
  return pulumi.get(self, "receiver_remote_write_uri")
44303
44612
 
44304
- @property
44305
- @pulumi.getter(name="storeUri")
44306
- @_utilities.deprecated("""This field was added by mistake and has never worked. It will be removed in future versions.""")
44307
- def store_uri(self) -> str:
44308
- """
44309
- Store URI.
44310
- """
44311
- return pulumi.get(self, "store_uri")
44312
-
44313
44613
  @property
44314
44614
  @pulumi.getter
44315
44615
  def uris(self) -> Sequence[str]:
@@ -44323,6 +44623,7 @@ class GetThanosThanoResult(dict):
44323
44623
  class GetThanosThanosUserConfigResult(dict):
44324
44624
  def __init__(__self__, *,
44325
44625
  compactor: Optional['outputs.GetThanosThanosUserConfigCompactorResult'] = None,
44626
+ env: Optional[Mapping[str, str]] = None,
44326
44627
  ip_filter_objects: Optional[Sequence['outputs.GetThanosThanosUserConfigIpFilterObjectResult']] = None,
44327
44628
  ip_filter_strings: Optional[Sequence[str]] = None,
44328
44629
  ip_filters: Optional[Sequence[str]] = None,
@@ -44334,6 +44635,7 @@ class GetThanosThanosUserConfigResult(dict):
44334
44635
  static_ips: Optional[bool] = None):
44335
44636
  """
44336
44637
  :param 'GetThanosThanosUserConfigCompactorArgs' compactor: ThanosCompactor
44638
+ :param Mapping[str, str] env: Environmental variables.
44337
44639
  :param Sequence['GetThanosThanosUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
44338
44640
  :param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
44339
44641
  :param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
@@ -44346,6 +44648,8 @@ class GetThanosThanosUserConfigResult(dict):
44346
44648
  """
44347
44649
  if compactor is not None:
44348
44650
  pulumi.set(__self__, "compactor", compactor)
44651
+ if env is not None:
44652
+ pulumi.set(__self__, "env", env)
44349
44653
  if ip_filter_objects is not None:
44350
44654
  pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
44351
44655
  if ip_filter_strings is not None:
@@ -44373,6 +44677,14 @@ class GetThanosThanosUserConfigResult(dict):
44373
44677
  """
44374
44678
  return pulumi.get(self, "compactor")
44375
44679
 
44680
+ @property
44681
+ @pulumi.getter
44682
+ def env(self) -> Optional[Mapping[str, str]]:
44683
+ """
44684
+ Environmental variables.
44685
+ """
44686
+ return pulumi.get(self, "env")
44687
+
44376
44688
  @property
44377
44689
  @pulumi.getter(name="ipFilterObjects")
44378
44690
  def ip_filter_objects(self) -> Optional[Sequence['outputs.GetThanosThanosUserConfigIpFilterObjectResult']]:
@@ -44504,6 +44816,7 @@ class GetThanosThanosUserConfigPublicAccessResult(dict):
44504
44816
  query_frontend: Optional[bool] = None,
44505
44817
  receiver_ingesting: Optional[bool] = None,
44506
44818
  receiver_routing: Optional[bool] = None,
44819
+ ruler: Optional[bool] = None,
44507
44820
  store: Optional[bool] = None):
44508
44821
  """
44509
44822
  :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.
@@ -44511,6 +44824,7 @@ class GetThanosThanosUserConfigPublicAccessResult(dict):
44511
44824
  :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.
44512
44825
  :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.
44513
44826
  :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.
44827
+ :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.
44514
44828
  :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.
44515
44829
  """
44516
44830
  if compactor is not None:
@@ -44523,6 +44837,8 @@ class GetThanosThanosUserConfigPublicAccessResult(dict):
44523
44837
  pulumi.set(__self__, "receiver_ingesting", receiver_ingesting)
44524
44838
  if receiver_routing is not None:
44525
44839
  pulumi.set(__self__, "receiver_routing", receiver_routing)
44840
+ if ruler is not None:
44841
+ pulumi.set(__self__, "ruler", ruler)
44526
44842
  if store is not None:
44527
44843
  pulumi.set(__self__, "store", store)
44528
44844
 
@@ -44566,6 +44882,14 @@ class GetThanosThanosUserConfigPublicAccessResult(dict):
44566
44882
  """
44567
44883
  return pulumi.get(self, "receiver_routing")
44568
44884
 
44885
+ @property
44886
+ @pulumi.getter
44887
+ def ruler(self) -> Optional[bool]:
44888
+ """
44889
+ 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.
44890
+ """
44891
+ return pulumi.get(self, "ruler")
44892
+
44569
44893
  @property
44570
44894
  @pulumi.getter
44571
44895
  def store(self) -> Optional[bool]:
@@ -44581,12 +44905,16 @@ class GetThanosThanosUserConfigQueryResult(dict):
44581
44905
  query_default_evaluation_interval: Optional[str] = None,
44582
44906
  query_lookback_delta: Optional[str] = None,
44583
44907
  query_metadata_default_time_range: Optional[str] = None,
44584
- query_timeout: Optional[str] = None):
44908
+ query_timeout: Optional[str] = None,
44909
+ store_limits_request_samples: Optional[int] = None,
44910
+ store_limits_request_series: Optional[int] = None):
44585
44911
  """
44586
44912
  :param str query_default_evaluation_interval: Set the default evaluation interval for subqueries. Default: `1m`.
44587
44913
  :param str query_lookback_delta: The maximum lookback duration for retrieving metrics during expression evaluations in PromQL. PromQL always evaluates the query for a certain timestamp, and it looks back for the given amount of time to get the latest sample. If it exceeds the maximum lookback delta, it assumes the series is stale and returns none (a gap). The lookback delta should be set to at least 2 times the slowest scrape interval. If unset, it will use the promql default of 5m. Default: `5m`.
44588
44914
  :param str query_metadata_default_time_range: The default metadata time range duration for retrieving labels through Labels and Series API when the range parameters are not specified. The zero value means the range covers the time since the beginning. Default: `0s`.
44589
44915
  :param str query_timeout: Maximum time to process a query by the query node. Default: `2m`.
44916
+ :param int store_limits_request_samples: The maximum samples allowed for a single Series request. The Series call fails if this limit is exceeded. Set to 0 for no limit. NOTE: For efficiency, the limit is internally implemented as 'chunks limit' considering each chunk contains a maximum of 120 samples. The default value is 100 * store.limits.request-series. Default: `0`.
44917
+ :param int store_limits_request_series: The maximum series allowed for a single Series request. The Series call fails if this limit is exceeded. Set to 0 for no limit. The default value is 1000 * cpu_count. Default: `0`.
44590
44918
  """
44591
44919
  if query_default_evaluation_interval is not None:
44592
44920
  pulumi.set(__self__, "query_default_evaluation_interval", query_default_evaluation_interval)
@@ -44596,6 +44924,10 @@ class GetThanosThanosUserConfigQueryResult(dict):
44596
44924
  pulumi.set(__self__, "query_metadata_default_time_range", query_metadata_default_time_range)
44597
44925
  if query_timeout is not None:
44598
44926
  pulumi.set(__self__, "query_timeout", query_timeout)
44927
+ if store_limits_request_samples is not None:
44928
+ pulumi.set(__self__, "store_limits_request_samples", store_limits_request_samples)
44929
+ if store_limits_request_series is not None:
44930
+ pulumi.set(__self__, "store_limits_request_series", store_limits_request_series)
44599
44931
 
44600
44932
  @property
44601
44933
  @pulumi.getter(name="queryDefaultEvaluationInterval")
@@ -44629,6 +44961,22 @@ class GetThanosThanosUserConfigQueryResult(dict):
44629
44961
  """
44630
44962
  return pulumi.get(self, "query_timeout")
44631
44963
 
44964
+ @property
44965
+ @pulumi.getter(name="storeLimitsRequestSamples")
44966
+ def store_limits_request_samples(self) -> Optional[int]:
44967
+ """
44968
+ The maximum samples allowed for a single Series request. The Series call fails if this limit is exceeded. Set to 0 for no limit. NOTE: For efficiency, the limit is internally implemented as 'chunks limit' considering each chunk contains a maximum of 120 samples. The default value is 100 * store.limits.request-series. Default: `0`.
44969
+ """
44970
+ return pulumi.get(self, "store_limits_request_samples")
44971
+
44972
+ @property
44973
+ @pulumi.getter(name="storeLimitsRequestSeries")
44974
+ def store_limits_request_series(self) -> Optional[int]:
44975
+ """
44976
+ The maximum series allowed for a single Series request. The Series call fails if this limit is exceeded. Set to 0 for no limit. The default value is 1000 * cpu_count. Default: `0`.
44977
+ """
44978
+ return pulumi.get(self, "store_limits_request_series")
44979
+
44632
44980
 
44633
44981
  @pulumi.output_type
44634
44982
  class GetThanosThanosUserConfigQueryFrontendResult(dict):