pulumi-aiven 6.22.0a1723820065__py3-none-any.whl → 6.22.0a1724238465__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 (55) hide show
  1. pulumi_aiven/_inputs.py +721 -67
  2. pulumi_aiven/account_team_project.py +7 -7
  3. pulumi_aiven/cassandra.py +7 -7
  4. pulumi_aiven/clickhouse.py +7 -7
  5. pulumi_aiven/dragonfly.py +7 -7
  6. pulumi_aiven/flink.py +7 -7
  7. pulumi_aiven/get_account_team_project.py +1 -1
  8. pulumi_aiven/get_cassanda.py +1 -1
  9. pulumi_aiven/get_cassandra.py +1 -1
  10. pulumi_aiven/get_clickhouse.py +1 -1
  11. pulumi_aiven/get_dragonfly.py +1 -1
  12. pulumi_aiven/get_flink.py +1 -1
  13. pulumi_aiven/get_grafana.py +1 -1
  14. pulumi_aiven/get_kafka.py +1 -1
  15. pulumi_aiven/get_kafka_connect.py +1 -1
  16. pulumi_aiven/get_kafka_mirror_maker.py +1 -1
  17. pulumi_aiven/get_m3_aggregator.py +1 -1
  18. pulumi_aiven/get_m3_db.py +1 -1
  19. pulumi_aiven/get_my_sql.py +1 -1
  20. pulumi_aiven/get_mysql_user.py +1 -1
  21. pulumi_aiven/get_open_search.py +1 -1
  22. pulumi_aiven/get_pg.py +8 -8
  23. pulumi_aiven/get_pg_database.py +8 -8
  24. pulumi_aiven/get_pg_user.py +16 -16
  25. pulumi_aiven/get_project_user.py +1 -1
  26. pulumi_aiven/get_project_vpc.py +1 -1
  27. pulumi_aiven/get_redis.py +1 -1
  28. pulumi_aiven/get_service_integration.py +3 -3
  29. pulumi_aiven/get_thanos.py +1 -1
  30. pulumi_aiven/get_valkey.py +1 -1
  31. pulumi_aiven/grafana.py +7 -7
  32. pulumi_aiven/influx_db.py +21 -14
  33. pulumi_aiven/kafka.py +7 -7
  34. pulumi_aiven/kafka_connect.py +7 -7
  35. pulumi_aiven/kafka_mirror_maker.py +7 -7
  36. pulumi_aiven/m3_aggregator.py +7 -7
  37. pulumi_aiven/m3_db.py +7 -7
  38. pulumi_aiven/my_sql.py +7 -7
  39. pulumi_aiven/mysql_user.py +7 -7
  40. pulumi_aiven/open_search.py +7 -7
  41. pulumi_aiven/outputs.py +1252 -135
  42. pulumi_aiven/pg.py +18 -18
  43. pulumi_aiven/pg_database.py +12 -12
  44. pulumi_aiven/pg_user.py +47 -47
  45. pulumi_aiven/project_user.py +7 -7
  46. pulumi_aiven/project_vpc.py +4 -4
  47. pulumi_aiven/pulumi-plugin.json +1 -1
  48. pulumi_aiven/redis.py +7 -7
  49. pulumi_aiven/service_integration.py +7 -7
  50. pulumi_aiven/thanos.py +7 -7
  51. pulumi_aiven/valkey.py +7 -7
  52. {pulumi_aiven-6.22.0a1723820065.dist-info → pulumi_aiven-6.22.0a1724238465.dist-info}/METADATA +1 -1
  53. {pulumi_aiven-6.22.0a1723820065.dist-info → pulumi_aiven-6.22.0a1724238465.dist-info}/RECORD +55 -55
  54. {pulumi_aiven-6.22.0a1723820065.dist-info → pulumi_aiven-6.22.0a1724238465.dist-info}/WHEEL +1 -1
  55. {pulumi_aiven-6.22.0a1723820065.dist-info → pulumi_aiven-6.22.0a1724238465.dist-info}/top_level.txt +0 -0
pulumi_aiven/_inputs.py CHANGED
@@ -109,6 +109,7 @@ __all__ = [
109
109
  'KafkaKafkaUserConfigKafkaConnectSecretProviderAwsArgs',
110
110
  'KafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs',
111
111
  'KafkaKafkaUserConfigKafkaRestConfigArgs',
112
+ 'KafkaKafkaUserConfigKafkaSaslMechanismsArgs',
112
113
  'KafkaKafkaUserConfigPrivateAccessArgs',
113
114
  'KafkaKafkaUserConfigPrivatelinkAccessArgs',
114
115
  'KafkaKafkaUserConfigPublicAccessArgs',
@@ -169,7 +170,10 @@ __all__ = [
169
170
  'OpenSearchComponentArgs',
170
171
  'OpenSearchOpensearchArgs',
171
172
  'OpenSearchOpensearchUserConfigArgs',
173
+ 'OpenSearchOpensearchUserConfigAzureMigrationArgs',
174
+ 'OpenSearchOpensearchUserConfigGcsMigrationArgs',
172
175
  'OpenSearchOpensearchUserConfigIndexPatternArgs',
176
+ 'OpenSearchOpensearchUserConfigIndexRollupArgs',
173
177
  'OpenSearchOpensearchUserConfigIndexTemplateArgs',
174
178
  'OpenSearchOpensearchUserConfigIpFilterObjectArgs',
175
179
  'OpenSearchOpensearchUserConfigOpenidArgs',
@@ -181,6 +185,7 @@ __all__ = [
181
185
  'OpenSearchOpensearchUserConfigPrivateAccessArgs',
182
186
  'OpenSearchOpensearchUserConfigPrivatelinkAccessArgs',
183
187
  'OpenSearchOpensearchUserConfigPublicAccessArgs',
188
+ 'OpenSearchOpensearchUserConfigS3MigrationArgs',
184
189
  'OpenSearchOpensearchUserConfigSamlArgs',
185
190
  'OpenSearchServiceIntegrationArgs',
186
191
  'OpenSearchTagArgs',
@@ -3497,7 +3502,8 @@ class GrafanaGrafanaUserConfigArgs:
3497
3502
  unified_alerting_enabled: Optional[pulumi.Input[bool]] = None,
3498
3503
  user_auto_assign_org: Optional[pulumi.Input[bool]] = None,
3499
3504
  user_auto_assign_org_role: Optional[pulumi.Input[str]] = None,
3500
- viewers_can_edit: Optional[pulumi.Input[bool]] = None):
3505
+ viewers_can_edit: Optional[pulumi.Input[bool]] = None,
3506
+ wal: Optional[pulumi.Input[bool]] = None):
3501
3507
  """
3502
3508
  :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
3503
3509
  :param pulumi.Input[bool] alerting_enabled: Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
@@ -3541,6 +3547,7 @@ class GrafanaGrafanaUserConfigArgs:
3541
3547
  :param pulumi.Input[bool] user_auto_assign_org: Auto-assign new users on signup to main organization. Defaults to false.
3542
3548
  :param pulumi.Input[str] user_auto_assign_org_role: Enum: `Viewer`, `Admin`, `Editor`. Set role for new signups. Defaults to Viewer.
3543
3549
  :param pulumi.Input[bool] viewers_can_edit: Users with view-only permission can edit but not save dashboards.
3550
+ :param pulumi.Input[bool] wal: Setting to enable/disable Write-Ahead Logging. The default value is false (disabled).
3544
3551
  """
3545
3552
  if additional_backup_regions is not None:
3546
3553
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
@@ -3629,6 +3636,8 @@ class GrafanaGrafanaUserConfigArgs:
3629
3636
  pulumi.set(__self__, "user_auto_assign_org_role", user_auto_assign_org_role)
3630
3637
  if viewers_can_edit is not None:
3631
3638
  pulumi.set(__self__, "viewers_can_edit", viewers_can_edit)
3639
+ if wal is not None:
3640
+ pulumi.set(__self__, "wal", wal)
3632
3641
 
3633
3642
  @property
3634
3643
  @pulumi.getter(name="additionalBackupRegions")
@@ -4135,6 +4144,18 @@ class GrafanaGrafanaUserConfigArgs:
4135
4144
  def viewers_can_edit(self, value: Optional[pulumi.Input[bool]]):
4136
4145
  pulumi.set(self, "viewers_can_edit", value)
4137
4146
 
4147
+ @property
4148
+ @pulumi.getter
4149
+ def wal(self) -> Optional[pulumi.Input[bool]]:
4150
+ """
4151
+ Setting to enable/disable Write-Ahead Logging. The default value is false (disabled).
4152
+ """
4153
+ return pulumi.get(self, "wal")
4154
+
4155
+ @wal.setter
4156
+ def wal(self, value: Optional[pulumi.Input[bool]]):
4157
+ pulumi.set(self, "wal", value)
4158
+
4138
4159
 
4139
4160
  @pulumi.input_type
4140
4161
  class GrafanaGrafanaUserConfigAuthAzureadArgs:
@@ -7373,6 +7394,7 @@ class KafkaKafkaUserConfigArgs:
7373
7394
  kafka_rest: Optional[pulumi.Input[bool]] = None,
7374
7395
  kafka_rest_authorization: Optional[pulumi.Input[bool]] = None,
7375
7396
  kafka_rest_config: Optional[pulumi.Input['KafkaKafkaUserConfigKafkaRestConfigArgs']] = None,
7397
+ kafka_sasl_mechanisms: Optional[pulumi.Input['KafkaKafkaUserConfigKafkaSaslMechanismsArgs']] = None,
7376
7398
  kafka_version: Optional[pulumi.Input[str]] = None,
7377
7399
  letsencrypt_sasl_privatelink: Optional[pulumi.Input[bool]] = None,
7378
7400
  private_access: Optional[pulumi.Input['KafkaKafkaUserConfigPrivateAccessArgs']] = None,
@@ -7398,6 +7420,7 @@ class KafkaKafkaUserConfigArgs:
7398
7420
  :param pulumi.Input[bool] kafka_rest: Enable Kafka-REST service. Default: `false`.
7399
7421
  :param pulumi.Input[bool] kafka_rest_authorization: Enable authorization in Kafka-REST service.
7400
7422
  :param pulumi.Input['KafkaKafkaUserConfigKafkaRestConfigArgs'] kafka_rest_config: Kafka REST configuration
7423
+ :param pulumi.Input['KafkaKafkaUserConfigKafkaSaslMechanismsArgs'] kafka_sasl_mechanisms: Kafka SASL mechanisms
7401
7424
  :param pulumi.Input[str] kafka_version: Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, and newer. Kafka major version.
7402
7425
  :param pulumi.Input[bool] letsencrypt_sasl_privatelink: Use Letsencrypt CA for Kafka SASL via Privatelink.
7403
7426
  :param pulumi.Input['KafkaKafkaUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
@@ -7445,6 +7468,8 @@ class KafkaKafkaUserConfigArgs:
7445
7468
  pulumi.set(__self__, "kafka_rest_authorization", kafka_rest_authorization)
7446
7469
  if kafka_rest_config is not None:
7447
7470
  pulumi.set(__self__, "kafka_rest_config", kafka_rest_config)
7471
+ if kafka_sasl_mechanisms is not None:
7472
+ pulumi.set(__self__, "kafka_sasl_mechanisms", kafka_sasl_mechanisms)
7448
7473
  if kafka_version is not None:
7449
7474
  pulumi.set(__self__, "kafka_version", kafka_version)
7450
7475
  if letsencrypt_sasl_privatelink is not None:
@@ -7645,6 +7670,18 @@ class KafkaKafkaUserConfigArgs:
7645
7670
  def kafka_rest_config(self, value: Optional[pulumi.Input['KafkaKafkaUserConfigKafkaRestConfigArgs']]):
7646
7671
  pulumi.set(self, "kafka_rest_config", value)
7647
7672
 
7673
+ @property
7674
+ @pulumi.getter(name="kafkaSaslMechanisms")
7675
+ def kafka_sasl_mechanisms(self) -> Optional[pulumi.Input['KafkaKafkaUserConfigKafkaSaslMechanismsArgs']]:
7676
+ """
7677
+ Kafka SASL mechanisms
7678
+ """
7679
+ return pulumi.get(self, "kafka_sasl_mechanisms")
7680
+
7681
+ @kafka_sasl_mechanisms.setter
7682
+ def kafka_sasl_mechanisms(self, value: Optional[pulumi.Input['KafkaKafkaUserConfigKafkaSaslMechanismsArgs']]):
7683
+ pulumi.set(self, "kafka_sasl_mechanisms", value)
7684
+
7648
7685
  @property
7649
7686
  @pulumi.getter(name="kafkaVersion")
7650
7687
  def kafka_version(self) -> Optional[pulumi.Input[str]]:
@@ -7920,7 +7957,7 @@ class KafkaKafkaUserConfigKafkaArgs:
7920
7957
  :param pulumi.Input[str] sasl_oauthbearer_jwks_endpoint_url: OIDC JWKS endpoint URL. By setting this the SASL SSL OAuth2/OIDC authentication is enabled. See also other options for SASL OAuth2/OIDC. (Default: null).
7921
7958
  :param pulumi.Input[str] sasl_oauthbearer_sub_claim_name: Name of the scope from which to extract the subject claim from the JWT.(Default: sub).
7922
7959
  :param pulumi.Input[int] socket_request_max_bytes: The maximum number of bytes in a socket request (Default: 104857600 bytes).
7923
- :param pulumi.Input[bool] transaction_partition_verification_enable: Enable verification that checks that the partition has been added to the transaction before writing transactional records to the partition. (Default: false).
7960
+ :param pulumi.Input[bool] transaction_partition_verification_enable: Enable verification that checks that the partition has been added to the transaction before writing transactional records to the partition. (Default: true).
7924
7961
  :param pulumi.Input[int] transaction_remove_expired_transaction_cleanup_interval_ms: The interval at which to remove transactions that have expired due to transactional.id.expiration.ms passing (Default: 3600000 ms (1 hour)). Example: `3600000`.
7925
7962
  :param pulumi.Input[int] transaction_state_log_segment_bytes: The transaction topic segment bytes should be kept relatively small in order to facilitate faster log compaction and cache loads (Default: 104857600 bytes (100 mebibytes)). Example: `104857600`.
7926
7963
  """
@@ -8537,7 +8574,7 @@ class KafkaKafkaUserConfigKafkaArgs:
8537
8574
  @pulumi.getter(name="transactionPartitionVerificationEnable")
8538
8575
  def transaction_partition_verification_enable(self) -> Optional[pulumi.Input[bool]]:
8539
8576
  """
8540
- Enable verification that checks that the partition has been added to the transaction before writing transactional records to the partition. (Default: false).
8577
+ Enable verification that checks that the partition has been added to the transaction before writing transactional records to the partition. (Default: true).
8541
8578
  """
8542
8579
  return pulumi.get(self, "transaction_partition_verification_enable")
8543
8580
 
@@ -9231,6 +9268,61 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
9231
9268
  pulumi.set(self, "simpleconsumer_pool_size_max", value)
9232
9269
 
9233
9270
 
9271
+ @pulumi.input_type
9272
+ class KafkaKafkaUserConfigKafkaSaslMechanismsArgs:
9273
+ def __init__(__self__, *,
9274
+ plain: Optional[pulumi.Input[bool]] = None,
9275
+ scram_sha256: Optional[pulumi.Input[bool]] = None,
9276
+ scram_sha512: Optional[pulumi.Input[bool]] = None):
9277
+ """
9278
+ :param pulumi.Input[bool] plain: Enable PLAIN mechanism. Default: `true`.
9279
+ :param pulumi.Input[bool] scram_sha256: Enable SCRAM-SHA-256 mechanism. Default: `true`.
9280
+ :param pulumi.Input[bool] scram_sha512: Enable SCRAM-SHA-512 mechanism. Default: `true`.
9281
+ """
9282
+ if plain is not None:
9283
+ pulumi.set(__self__, "plain", plain)
9284
+ if scram_sha256 is not None:
9285
+ pulumi.set(__self__, "scram_sha256", scram_sha256)
9286
+ if scram_sha512 is not None:
9287
+ pulumi.set(__self__, "scram_sha512", scram_sha512)
9288
+
9289
+ @property
9290
+ @pulumi.getter
9291
+ def plain(self) -> Optional[pulumi.Input[bool]]:
9292
+ """
9293
+ Enable PLAIN mechanism. Default: `true`.
9294
+ """
9295
+ return pulumi.get(self, "plain")
9296
+
9297
+ @plain.setter
9298
+ def plain(self, value: Optional[pulumi.Input[bool]]):
9299
+ pulumi.set(self, "plain", value)
9300
+
9301
+ @property
9302
+ @pulumi.getter(name="scramSha256")
9303
+ def scram_sha256(self) -> Optional[pulumi.Input[bool]]:
9304
+ """
9305
+ Enable SCRAM-SHA-256 mechanism. Default: `true`.
9306
+ """
9307
+ return pulumi.get(self, "scram_sha256")
9308
+
9309
+ @scram_sha256.setter
9310
+ def scram_sha256(self, value: Optional[pulumi.Input[bool]]):
9311
+ pulumi.set(self, "scram_sha256", value)
9312
+
9313
+ @property
9314
+ @pulumi.getter(name="scramSha512")
9315
+ def scram_sha512(self) -> Optional[pulumi.Input[bool]]:
9316
+ """
9317
+ Enable SCRAM-SHA-512 mechanism. Default: `true`.
9318
+ """
9319
+ return pulumi.get(self, "scram_sha512")
9320
+
9321
+ @scram_sha512.setter
9322
+ def scram_sha512(self, value: Optional[pulumi.Input[bool]]):
9323
+ pulumi.set(self, "scram_sha512", value)
9324
+
9325
+
9234
9326
  @pulumi.input_type
9235
9327
  class KafkaKafkaUserConfigPrivateAccessArgs:
9236
9328
  def __init__(__self__, *,
@@ -9920,6 +10012,7 @@ class KafkaMirrorMakerKafkaMirrormakerUserConfigIpFilterObjectArgs:
9920
10012
  @pulumi.input_type
9921
10013
  class KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
9922
10014
  def __init__(__self__, *,
10015
+ admin_timeout_ms: Optional[pulumi.Input[int]] = None,
9923
10016
  emit_checkpoints_enabled: Optional[pulumi.Input[bool]] = None,
9924
10017
  emit_checkpoints_interval_seconds: Optional[pulumi.Input[int]] = None,
9925
10018
  groups: Optional[pulumi.Input[str]] = None,
@@ -9934,6 +10027,7 @@ class KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
9934
10027
  sync_topic_configs_enabled: Optional[pulumi.Input[bool]] = None,
9935
10028
  tasks_max_per_cpu: Optional[pulumi.Input[int]] = None):
9936
10029
  """
10030
+ :param pulumi.Input[int] admin_timeout_ms: Timeout for administrative tasks, e.g. detecting new topics, loading of consumer group and offsets. Defaults to 60000 milliseconds (1 minute).
9937
10031
  :param pulumi.Input[bool] emit_checkpoints_enabled: Whether to emit consumer group offset checkpoints to target cluster periodically (default: true).
9938
10032
  :param pulumi.Input[int] emit_checkpoints_interval_seconds: Frequency at which consumer group offset checkpoints are emitted (default: 60, every minute). Example: `60`.
9939
10033
  :param pulumi.Input[str] groups: Consumer groups to replicate. Supports comma-separated group IDs and regexes. Example: `.*`.
@@ -9948,6 +10042,8 @@ class KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
9948
10042
  :param pulumi.Input[bool] sync_topic_configs_enabled: Whether to periodically configure remote topics to match their corresponding upstream topics.
9949
10043
  :param pulumi.Input[int] tasks_max_per_cpu: `tasks.max` is set to this multiplied by the number of CPUs in the service. Default: `1`.
9950
10044
  """
10045
+ if admin_timeout_ms is not None:
10046
+ pulumi.set(__self__, "admin_timeout_ms", admin_timeout_ms)
9951
10047
  if emit_checkpoints_enabled is not None:
9952
10048
  pulumi.set(__self__, "emit_checkpoints_enabled", emit_checkpoints_enabled)
9953
10049
  if emit_checkpoints_interval_seconds is not None:
@@ -9975,6 +10071,18 @@ class KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
9975
10071
  if tasks_max_per_cpu is not None:
9976
10072
  pulumi.set(__self__, "tasks_max_per_cpu", tasks_max_per_cpu)
9977
10073
 
10074
+ @property
10075
+ @pulumi.getter(name="adminTimeoutMs")
10076
+ def admin_timeout_ms(self) -> Optional[pulumi.Input[int]]:
10077
+ """
10078
+ Timeout for administrative tasks, e.g. detecting new topics, loading of consumer group and offsets. Defaults to 60000 milliseconds (1 minute).
10079
+ """
10080
+ return pulumi.get(self, "admin_timeout_ms")
10081
+
10082
+ @admin_timeout_ms.setter
10083
+ def admin_timeout_ms(self, value: Optional[pulumi.Input[int]]):
10084
+ pulumi.set(self, "admin_timeout_ms", value)
10085
+
9978
10086
  @property
9979
10087
  @pulumi.getter(name="emitCheckpointsEnabled")
9980
10088
  def emit_checkpoints_enabled(self) -> Optional[pulumi.Input[bool]]:
@@ -14397,9 +14505,12 @@ class OpenSearchOpensearchArgs:
14397
14505
  class OpenSearchOpensearchUserConfigArgs:
14398
14506
  def __init__(__self__, *,
14399
14507
  additional_backup_regions: Optional[pulumi.Input[str]] = None,
14508
+ azure_migration: Optional[pulumi.Input['OpenSearchOpensearchUserConfigAzureMigrationArgs']] = None,
14400
14509
  custom_domain: Optional[pulumi.Input[str]] = None,
14401
14510
  disable_replication_factor_adjustment: Optional[pulumi.Input[bool]] = None,
14511
+ gcs_migration: Optional[pulumi.Input['OpenSearchOpensearchUserConfigGcsMigrationArgs']] = None,
14402
14512
  index_patterns: Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigIndexPatternArgs']]]] = None,
14513
+ index_rollup: Optional[pulumi.Input['OpenSearchOpensearchUserConfigIndexRollupArgs']] = None,
14403
14514
  index_template: Optional[pulumi.Input['OpenSearchOpensearchUserConfigIndexTemplateArgs']] = None,
14404
14515
  ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigIpFilterObjectArgs']]]] = None,
14405
14516
  ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -14415,6 +14526,7 @@ class OpenSearchOpensearchUserConfigArgs:
14415
14526
  project_to_fork_from: Optional[pulumi.Input[str]] = None,
14416
14527
  public_access: Optional[pulumi.Input['OpenSearchOpensearchUserConfigPublicAccessArgs']] = None,
14417
14528
  recovery_basebackup_name: Optional[pulumi.Input[str]] = None,
14529
+ s3_migration: Optional[pulumi.Input['OpenSearchOpensearchUserConfigS3MigrationArgs']] = None,
14418
14530
  saml: Optional[pulumi.Input['OpenSearchOpensearchUserConfigSamlArgs']] = None,
14419
14531
  service_log: Optional[pulumi.Input[bool]] = None,
14420
14532
  service_to_fork_from: Optional[pulumi.Input[str]] = None,
@@ -14424,6 +14536,7 @@ class OpenSearchOpensearchUserConfigArgs:
14424
14536
  :param pulumi.Input[str] custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
14425
14537
  :param pulumi.Input[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.
14426
14538
  :param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigIndexPatternArgs']]] index_patterns: Index patterns
14539
+ :param pulumi.Input['OpenSearchOpensearchUserConfigIndexRollupArgs'] index_rollup: Index rollup settings
14427
14540
  :param pulumi.Input['OpenSearchOpensearchUserConfigIndexTemplateArgs'] index_template: Template settings for all new indexes
14428
14541
  :param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
14429
14542
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
@@ -14446,12 +14559,18 @@ class OpenSearchOpensearchUserConfigArgs:
14446
14559
  """
14447
14560
  if additional_backup_regions is not None:
14448
14561
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
14562
+ if azure_migration is not None:
14563
+ pulumi.set(__self__, "azure_migration", azure_migration)
14449
14564
  if custom_domain is not None:
14450
14565
  pulumi.set(__self__, "custom_domain", custom_domain)
14451
14566
  if disable_replication_factor_adjustment is not None:
14452
14567
  pulumi.set(__self__, "disable_replication_factor_adjustment", disable_replication_factor_adjustment)
14568
+ if gcs_migration is not None:
14569
+ pulumi.set(__self__, "gcs_migration", gcs_migration)
14453
14570
  if index_patterns is not None:
14454
14571
  pulumi.set(__self__, "index_patterns", index_patterns)
14572
+ if index_rollup is not None:
14573
+ pulumi.set(__self__, "index_rollup", index_rollup)
14455
14574
  if index_template is not None:
14456
14575
  pulumi.set(__self__, "index_template", index_template)
14457
14576
  if ip_filter_objects is not None:
@@ -14485,6 +14604,8 @@ class OpenSearchOpensearchUserConfigArgs:
14485
14604
  pulumi.set(__self__, "public_access", public_access)
14486
14605
  if recovery_basebackup_name is not None:
14487
14606
  pulumi.set(__self__, "recovery_basebackup_name", recovery_basebackup_name)
14607
+ if s3_migration is not None:
14608
+ pulumi.set(__self__, "s3_migration", s3_migration)
14488
14609
  if saml is not None:
14489
14610
  pulumi.set(__self__, "saml", saml)
14490
14611
  if service_log is not None:
@@ -14506,6 +14627,15 @@ class OpenSearchOpensearchUserConfigArgs:
14506
14627
  def additional_backup_regions(self, value: Optional[pulumi.Input[str]]):
14507
14628
  pulumi.set(self, "additional_backup_regions", value)
14508
14629
 
14630
+ @property
14631
+ @pulumi.getter(name="azureMigration")
14632
+ def azure_migration(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigAzureMigrationArgs']]:
14633
+ return pulumi.get(self, "azure_migration")
14634
+
14635
+ @azure_migration.setter
14636
+ def azure_migration(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigAzureMigrationArgs']]):
14637
+ pulumi.set(self, "azure_migration", value)
14638
+
14509
14639
  @property
14510
14640
  @pulumi.getter(name="customDomain")
14511
14641
  def custom_domain(self) -> Optional[pulumi.Input[str]]:
@@ -14530,6 +14660,15 @@ class OpenSearchOpensearchUserConfigArgs:
14530
14660
  def disable_replication_factor_adjustment(self, value: Optional[pulumi.Input[bool]]):
14531
14661
  pulumi.set(self, "disable_replication_factor_adjustment", value)
14532
14662
 
14663
+ @property
14664
+ @pulumi.getter(name="gcsMigration")
14665
+ def gcs_migration(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigGcsMigrationArgs']]:
14666
+ return pulumi.get(self, "gcs_migration")
14667
+
14668
+ @gcs_migration.setter
14669
+ def gcs_migration(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigGcsMigrationArgs']]):
14670
+ pulumi.set(self, "gcs_migration", value)
14671
+
14533
14672
  @property
14534
14673
  @pulumi.getter(name="indexPatterns")
14535
14674
  def index_patterns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigIndexPatternArgs']]]]:
@@ -14542,6 +14681,18 @@ class OpenSearchOpensearchUserConfigArgs:
14542
14681
  def index_patterns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigIndexPatternArgs']]]]):
14543
14682
  pulumi.set(self, "index_patterns", value)
14544
14683
 
14684
+ @property
14685
+ @pulumi.getter(name="indexRollup")
14686
+ def index_rollup(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigIndexRollupArgs']]:
14687
+ """
14688
+ Index rollup settings
14689
+ """
14690
+ return pulumi.get(self, "index_rollup")
14691
+
14692
+ @index_rollup.setter
14693
+ def index_rollup(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigIndexRollupArgs']]):
14694
+ pulumi.set(self, "index_rollup", value)
14695
+
14545
14696
  @property
14546
14697
  @pulumi.getter(name="indexTemplate")
14547
14698
  def index_template(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigIndexTemplateArgs']]:
@@ -14723,6 +14874,15 @@ class OpenSearchOpensearchUserConfigArgs:
14723
14874
  def recovery_basebackup_name(self, value: Optional[pulumi.Input[str]]):
14724
14875
  pulumi.set(self, "recovery_basebackup_name", value)
14725
14876
 
14877
+ @property
14878
+ @pulumi.getter(name="s3Migration")
14879
+ def s3_migration(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigS3MigrationArgs']]:
14880
+ return pulumi.get(self, "s3_migration")
14881
+
14882
+ @s3_migration.setter
14883
+ def s3_migration(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigS3MigrationArgs']]):
14884
+ pulumi.set(self, "s3_migration", value)
14885
+
14726
14886
  @property
14727
14887
  @pulumi.getter
14728
14888
  def saml(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigSamlArgs']]:
@@ -14772,6 +14932,252 @@ class OpenSearchOpensearchUserConfigArgs:
14772
14932
  pulumi.set(self, "static_ips", value)
14773
14933
 
14774
14934
 
14935
+ @pulumi.input_type
14936
+ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
14937
+ def __init__(__self__, *,
14938
+ account: pulumi.Input[str],
14939
+ base_path: pulumi.Input[str],
14940
+ container: pulumi.Input[str],
14941
+ snapshot_name: pulumi.Input[str],
14942
+ chunk_size: Optional[pulumi.Input[str]] = None,
14943
+ compress: Optional[pulumi.Input[bool]] = None,
14944
+ endpoint_suffix: Optional[pulumi.Input[str]] = None,
14945
+ key: Optional[pulumi.Input[str]] = None,
14946
+ sas_token: Optional[pulumi.Input[str]] = None):
14947
+ """
14948
+ :param pulumi.Input[str] account: Azure account name.
14949
+ :param pulumi.Input[str] base_path: The path to the repository data within its container. The value of this setting should not start or end with a /.
14950
+ :param pulumi.Input[str] container: Azure container name.
14951
+ :param pulumi.Input[str] snapshot_name: The snapshot name to restore from.
14952
+ :param pulumi.Input[str] chunk_size: Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
14953
+ :param pulumi.Input[bool] compress: When set to true metadata files are stored in compressed format.
14954
+ :param pulumi.Input[str] endpoint_suffix: Defines the DNS suffix for Azure Storage endpoints.
14955
+ :param pulumi.Input[str] key: Azure account secret key. One of key or sas_token should be specified.
14956
+ :param pulumi.Input[str] sas_token: A shared access signatures (SAS) token. One of key or sas_token should be specified.
14957
+ """
14958
+ pulumi.set(__self__, "account", account)
14959
+ pulumi.set(__self__, "base_path", base_path)
14960
+ pulumi.set(__self__, "container", container)
14961
+ pulumi.set(__self__, "snapshot_name", snapshot_name)
14962
+ if chunk_size is not None:
14963
+ pulumi.set(__self__, "chunk_size", chunk_size)
14964
+ if compress is not None:
14965
+ pulumi.set(__self__, "compress", compress)
14966
+ if endpoint_suffix is not None:
14967
+ pulumi.set(__self__, "endpoint_suffix", endpoint_suffix)
14968
+ if key is not None:
14969
+ pulumi.set(__self__, "key", key)
14970
+ if sas_token is not None:
14971
+ pulumi.set(__self__, "sas_token", sas_token)
14972
+
14973
+ @property
14974
+ @pulumi.getter
14975
+ def account(self) -> pulumi.Input[str]:
14976
+ """
14977
+ Azure account name.
14978
+ """
14979
+ return pulumi.get(self, "account")
14980
+
14981
+ @account.setter
14982
+ def account(self, value: pulumi.Input[str]):
14983
+ pulumi.set(self, "account", value)
14984
+
14985
+ @property
14986
+ @pulumi.getter(name="basePath")
14987
+ def base_path(self) -> pulumi.Input[str]:
14988
+ """
14989
+ The path to the repository data within its container. The value of this setting should not start or end with a /.
14990
+ """
14991
+ return pulumi.get(self, "base_path")
14992
+
14993
+ @base_path.setter
14994
+ def base_path(self, value: pulumi.Input[str]):
14995
+ pulumi.set(self, "base_path", value)
14996
+
14997
+ @property
14998
+ @pulumi.getter
14999
+ def container(self) -> pulumi.Input[str]:
15000
+ """
15001
+ Azure container name.
15002
+ """
15003
+ return pulumi.get(self, "container")
15004
+
15005
+ @container.setter
15006
+ def container(self, value: pulumi.Input[str]):
15007
+ pulumi.set(self, "container", value)
15008
+
15009
+ @property
15010
+ @pulumi.getter(name="snapshotName")
15011
+ def snapshot_name(self) -> pulumi.Input[str]:
15012
+ """
15013
+ The snapshot name to restore from.
15014
+ """
15015
+ return pulumi.get(self, "snapshot_name")
15016
+
15017
+ @snapshot_name.setter
15018
+ def snapshot_name(self, value: pulumi.Input[str]):
15019
+ pulumi.set(self, "snapshot_name", value)
15020
+
15021
+ @property
15022
+ @pulumi.getter(name="chunkSize")
15023
+ def chunk_size(self) -> Optional[pulumi.Input[str]]:
15024
+ """
15025
+ Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
15026
+ """
15027
+ return pulumi.get(self, "chunk_size")
15028
+
15029
+ @chunk_size.setter
15030
+ def chunk_size(self, value: Optional[pulumi.Input[str]]):
15031
+ pulumi.set(self, "chunk_size", value)
15032
+
15033
+ @property
15034
+ @pulumi.getter
15035
+ def compress(self) -> Optional[pulumi.Input[bool]]:
15036
+ """
15037
+ When set to true metadata files are stored in compressed format.
15038
+ """
15039
+ return pulumi.get(self, "compress")
15040
+
15041
+ @compress.setter
15042
+ def compress(self, value: Optional[pulumi.Input[bool]]):
15043
+ pulumi.set(self, "compress", value)
15044
+
15045
+ @property
15046
+ @pulumi.getter(name="endpointSuffix")
15047
+ def endpoint_suffix(self) -> Optional[pulumi.Input[str]]:
15048
+ """
15049
+ Defines the DNS suffix for Azure Storage endpoints.
15050
+ """
15051
+ return pulumi.get(self, "endpoint_suffix")
15052
+
15053
+ @endpoint_suffix.setter
15054
+ def endpoint_suffix(self, value: Optional[pulumi.Input[str]]):
15055
+ pulumi.set(self, "endpoint_suffix", value)
15056
+
15057
+ @property
15058
+ @pulumi.getter
15059
+ def key(self) -> Optional[pulumi.Input[str]]:
15060
+ """
15061
+ Azure account secret key. One of key or sas_token should be specified.
15062
+ """
15063
+ return pulumi.get(self, "key")
15064
+
15065
+ @key.setter
15066
+ def key(self, value: Optional[pulumi.Input[str]]):
15067
+ pulumi.set(self, "key", value)
15068
+
15069
+ @property
15070
+ @pulumi.getter(name="sasToken")
15071
+ def sas_token(self) -> Optional[pulumi.Input[str]]:
15072
+ """
15073
+ A shared access signatures (SAS) token. One of key or sas_token should be specified.
15074
+ """
15075
+ return pulumi.get(self, "sas_token")
15076
+
15077
+ @sas_token.setter
15078
+ def sas_token(self, value: Optional[pulumi.Input[str]]):
15079
+ pulumi.set(self, "sas_token", value)
15080
+
15081
+
15082
+ @pulumi.input_type
15083
+ class OpenSearchOpensearchUserConfigGcsMigrationArgs:
15084
+ def __init__(__self__, *,
15085
+ base_path: pulumi.Input[str],
15086
+ bucket: pulumi.Input[str],
15087
+ credentials: pulumi.Input[str],
15088
+ snapshot_name: pulumi.Input[str],
15089
+ chunk_size: Optional[pulumi.Input[str]] = None,
15090
+ compress: Optional[pulumi.Input[bool]] = None):
15091
+ """
15092
+ :param pulumi.Input[str] base_path: The path to the repository data within its container. The value of this setting should not start or end with a /.
15093
+ :param pulumi.Input[str] bucket: The path to the repository data within its container.
15094
+ :param pulumi.Input[str] credentials: Google Cloud Storage credentials file content.
15095
+ :param pulumi.Input[str] snapshot_name: The snapshot name to restore from.
15096
+ :param pulumi.Input[str] chunk_size: Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
15097
+ :param pulumi.Input[bool] compress: When set to true metadata files are stored in compressed format.
15098
+ """
15099
+ pulumi.set(__self__, "base_path", base_path)
15100
+ pulumi.set(__self__, "bucket", bucket)
15101
+ pulumi.set(__self__, "credentials", credentials)
15102
+ pulumi.set(__self__, "snapshot_name", snapshot_name)
15103
+ if chunk_size is not None:
15104
+ pulumi.set(__self__, "chunk_size", chunk_size)
15105
+ if compress is not None:
15106
+ pulumi.set(__self__, "compress", compress)
15107
+
15108
+ @property
15109
+ @pulumi.getter(name="basePath")
15110
+ def base_path(self) -> pulumi.Input[str]:
15111
+ """
15112
+ The path to the repository data within its container. The value of this setting should not start or end with a /.
15113
+ """
15114
+ return pulumi.get(self, "base_path")
15115
+
15116
+ @base_path.setter
15117
+ def base_path(self, value: pulumi.Input[str]):
15118
+ pulumi.set(self, "base_path", value)
15119
+
15120
+ @property
15121
+ @pulumi.getter
15122
+ def bucket(self) -> pulumi.Input[str]:
15123
+ """
15124
+ The path to the repository data within its container.
15125
+ """
15126
+ return pulumi.get(self, "bucket")
15127
+
15128
+ @bucket.setter
15129
+ def bucket(self, value: pulumi.Input[str]):
15130
+ pulumi.set(self, "bucket", value)
15131
+
15132
+ @property
15133
+ @pulumi.getter
15134
+ def credentials(self) -> pulumi.Input[str]:
15135
+ """
15136
+ Google Cloud Storage credentials file content.
15137
+ """
15138
+ return pulumi.get(self, "credentials")
15139
+
15140
+ @credentials.setter
15141
+ def credentials(self, value: pulumi.Input[str]):
15142
+ pulumi.set(self, "credentials", value)
15143
+
15144
+ @property
15145
+ @pulumi.getter(name="snapshotName")
15146
+ def snapshot_name(self) -> pulumi.Input[str]:
15147
+ """
15148
+ The snapshot name to restore from.
15149
+ """
15150
+ return pulumi.get(self, "snapshot_name")
15151
+
15152
+ @snapshot_name.setter
15153
+ def snapshot_name(self, value: pulumi.Input[str]):
15154
+ pulumi.set(self, "snapshot_name", value)
15155
+
15156
+ @property
15157
+ @pulumi.getter(name="chunkSize")
15158
+ def chunk_size(self) -> Optional[pulumi.Input[str]]:
15159
+ """
15160
+ Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
15161
+ """
15162
+ return pulumi.get(self, "chunk_size")
15163
+
15164
+ @chunk_size.setter
15165
+ def chunk_size(self, value: Optional[pulumi.Input[str]]):
15166
+ pulumi.set(self, "chunk_size", value)
15167
+
15168
+ @property
15169
+ @pulumi.getter
15170
+ def compress(self) -> Optional[pulumi.Input[bool]]:
15171
+ """
15172
+ When set to true metadata files are stored in compressed format.
15173
+ """
15174
+ return pulumi.get(self, "compress")
15175
+
15176
+ @compress.setter
15177
+ def compress(self, value: Optional[pulumi.Input[bool]]):
15178
+ pulumi.set(self, "compress", value)
15179
+
15180
+
14775
15181
  @pulumi.input_type
14776
15182
  class OpenSearchOpensearchUserConfigIndexPatternArgs:
14777
15183
  def __init__(__self__, *,
@@ -14825,6 +15231,93 @@ class OpenSearchOpensearchUserConfigIndexPatternArgs:
14825
15231
  pulumi.set(self, "sorting_algorithm", value)
14826
15232
 
14827
15233
 
15234
+ @pulumi.input_type
15235
+ class OpenSearchOpensearchUserConfigIndexRollupArgs:
15236
+ def __init__(__self__, *,
15237
+ rollup_dashboards_enabled: Optional[pulumi.Input[bool]] = None,
15238
+ rollup_enabled: Optional[pulumi.Input[bool]] = None,
15239
+ rollup_search_backoff_count: Optional[pulumi.Input[int]] = None,
15240
+ rollup_search_backoff_millis: Optional[pulumi.Input[int]] = None,
15241
+ rollup_search_search_all_jobs: Optional[pulumi.Input[bool]] = None):
15242
+ """
15243
+ :param pulumi.Input[bool] rollup_dashboards_enabled: Whether rollups are enabled in OpenSearch Dashboards. Defaults to true.
15244
+ :param pulumi.Input[bool] rollup_enabled: Whether the rollup plugin is enabled. Defaults to true.
15245
+ :param pulumi.Input[int] rollup_search_backoff_count: How many retries the plugin should attempt for failed rollup jobs. Defaults to 5.
15246
+ :param pulumi.Input[int] rollup_search_backoff_millis: The backoff time between retries for failed rollup jobs. Defaults to 1000ms.
15247
+ :param pulumi.Input[bool] rollup_search_search_all_jobs: Whether OpenSearch should return all jobs that match all specified search terms. If disabled, OpenSearch returns just one, as opposed to all, of the jobs that matches the search terms. Defaults to false.
15248
+ """
15249
+ if rollup_dashboards_enabled is not None:
15250
+ pulumi.set(__self__, "rollup_dashboards_enabled", rollup_dashboards_enabled)
15251
+ if rollup_enabled is not None:
15252
+ pulumi.set(__self__, "rollup_enabled", rollup_enabled)
15253
+ if rollup_search_backoff_count is not None:
15254
+ pulumi.set(__self__, "rollup_search_backoff_count", rollup_search_backoff_count)
15255
+ if rollup_search_backoff_millis is not None:
15256
+ pulumi.set(__self__, "rollup_search_backoff_millis", rollup_search_backoff_millis)
15257
+ if rollup_search_search_all_jobs is not None:
15258
+ pulumi.set(__self__, "rollup_search_search_all_jobs", rollup_search_search_all_jobs)
15259
+
15260
+ @property
15261
+ @pulumi.getter(name="rollupDashboardsEnabled")
15262
+ def rollup_dashboards_enabled(self) -> Optional[pulumi.Input[bool]]:
15263
+ """
15264
+ Whether rollups are enabled in OpenSearch Dashboards. Defaults to true.
15265
+ """
15266
+ return pulumi.get(self, "rollup_dashboards_enabled")
15267
+
15268
+ @rollup_dashboards_enabled.setter
15269
+ def rollup_dashboards_enabled(self, value: Optional[pulumi.Input[bool]]):
15270
+ pulumi.set(self, "rollup_dashboards_enabled", value)
15271
+
15272
+ @property
15273
+ @pulumi.getter(name="rollupEnabled")
15274
+ def rollup_enabled(self) -> Optional[pulumi.Input[bool]]:
15275
+ """
15276
+ Whether the rollup plugin is enabled. Defaults to true.
15277
+ """
15278
+ return pulumi.get(self, "rollup_enabled")
15279
+
15280
+ @rollup_enabled.setter
15281
+ def rollup_enabled(self, value: Optional[pulumi.Input[bool]]):
15282
+ pulumi.set(self, "rollup_enabled", value)
15283
+
15284
+ @property
15285
+ @pulumi.getter(name="rollupSearchBackoffCount")
15286
+ def rollup_search_backoff_count(self) -> Optional[pulumi.Input[int]]:
15287
+ """
15288
+ How many retries the plugin should attempt for failed rollup jobs. Defaults to 5.
15289
+ """
15290
+ return pulumi.get(self, "rollup_search_backoff_count")
15291
+
15292
+ @rollup_search_backoff_count.setter
15293
+ def rollup_search_backoff_count(self, value: Optional[pulumi.Input[int]]):
15294
+ pulumi.set(self, "rollup_search_backoff_count", value)
15295
+
15296
+ @property
15297
+ @pulumi.getter(name="rollupSearchBackoffMillis")
15298
+ def rollup_search_backoff_millis(self) -> Optional[pulumi.Input[int]]:
15299
+ """
15300
+ The backoff time between retries for failed rollup jobs. Defaults to 1000ms.
15301
+ """
15302
+ return pulumi.get(self, "rollup_search_backoff_millis")
15303
+
15304
+ @rollup_search_backoff_millis.setter
15305
+ def rollup_search_backoff_millis(self, value: Optional[pulumi.Input[int]]):
15306
+ pulumi.set(self, "rollup_search_backoff_millis", value)
15307
+
15308
+ @property
15309
+ @pulumi.getter(name="rollupSearchSearchAllJobs")
15310
+ def rollup_search_search_all_jobs(self) -> Optional[pulumi.Input[bool]]:
15311
+ """
15312
+ Whether OpenSearch should return all jobs that match all specified search terms. If disabled, OpenSearch returns just one, as opposed to all, of the jobs that matches the search terms. Defaults to false.
15313
+ """
15314
+ return pulumi.get(self, "rollup_search_search_all_jobs")
15315
+
15316
+ @rollup_search_search_all_jobs.setter
15317
+ def rollup_search_search_all_jobs(self, value: Optional[pulumi.Input[bool]]):
15318
+ pulumi.set(self, "rollup_search_search_all_jobs", value)
15319
+
15320
+
14828
15321
  @pulumi.input_type
14829
15322
  class OpenSearchOpensearchUserConfigIndexTemplateArgs:
14830
15323
  def __init__(__self__, *,
@@ -14934,8 +15427,8 @@ class OpenSearchOpensearchUserConfigOpenidArgs:
14934
15427
  scope: Optional[pulumi.Input[str]] = None,
14935
15428
  subject_key: Optional[pulumi.Input[str]] = None):
14936
15429
  """
14937
- :param pulumi.Input[str] client_id: The ID of the OpenID Connect client configured in your IdP. Required. Example: ``.
14938
- :param pulumi.Input[str] client_secret: The client secret of the OpenID Connect client configured in your IdP. Required. Example: ``.
15430
+ :param pulumi.Input[str] client_id: The ID of the OpenID Connect client configured in your IdP. Required.
15431
+ :param pulumi.Input[str] client_secret: The client secret of the OpenID Connect client configured in your IdP. Required.
14939
15432
  :param pulumi.Input[str] connect_url: The URL of your IdP where the Security plugin can find the OpenID Connect metadata/configuration settings. Example: `https://test-account.okta.com/app/exk491jujcVc83LEX697/sso/saml/metadata`.
14940
15433
  :param pulumi.Input[bool] enabled: Enables or disables OpenID Connect authentication for OpenSearch. When enabled, users can authenticate using OpenID Connect with an Identity Provider. Default: `true`.
14941
15434
  :param pulumi.Input[str] header: HTTP header name of the JWT token. Optional. Default is Authorization. Default: `Authorization`.
@@ -14944,7 +15437,7 @@ class OpenSearchOpensearchUserConfigOpenidArgs:
14944
15437
  :param pulumi.Input[int] refresh_rate_limit_count: The maximum number of unknown key IDs in the time frame. Default is 10. Optional. Default: `10`.
14945
15438
  :param pulumi.Input[int] refresh_rate_limit_time_window_ms: The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. Optional.Default is 10000 (10 seconds). Default: `10000`.
14946
15439
  :param pulumi.Input[str] roles_key: The key in the JSON payload that stores the user’s roles. The value of this key must be a comma-separated list of roles. Required only if you want to use roles in the JWT. Example: `roles`.
14947
- :param pulumi.Input[str] scope: The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone. Example: ``.
15440
+ :param pulumi.Input[str] scope: The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone.
14948
15441
  :param pulumi.Input[str] subject_key: The key in the JSON payload that stores the user’s name. If not defined, the subject registered claim is used. Most IdP providers use the preferred_username claim. Optional. Example: `preferred_username`.
14949
15442
  """
14950
15443
  pulumi.set(__self__, "client_id", client_id)
@@ -14972,7 +15465,7 @@ class OpenSearchOpensearchUserConfigOpenidArgs:
14972
15465
  @pulumi.getter(name="clientId")
14973
15466
  def client_id(self) -> pulumi.Input[str]:
14974
15467
  """
14975
- The ID of the OpenID Connect client configured in your IdP. Required. Example: ``.
15468
+ The ID of the OpenID Connect client configured in your IdP. Required.
14976
15469
  """
14977
15470
  return pulumi.get(self, "client_id")
14978
15471
 
@@ -14984,7 +15477,7 @@ class OpenSearchOpensearchUserConfigOpenidArgs:
14984
15477
  @pulumi.getter(name="clientSecret")
14985
15478
  def client_secret(self) -> pulumi.Input[str]:
14986
15479
  """
14987
- The client secret of the OpenID Connect client configured in your IdP. Required. Example: ``.
15480
+ The client secret of the OpenID Connect client configured in your IdP. Required.
14988
15481
  """
14989
15482
  return pulumi.get(self, "client_secret")
14990
15483
 
@@ -15092,7 +15585,7 @@ class OpenSearchOpensearchUserConfigOpenidArgs:
15092
15585
  @pulumi.getter
15093
15586
  def scope(self) -> Optional[pulumi.Input[str]]:
15094
15587
  """
15095
- The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone. Example: ``.
15588
+ The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone.
15096
15589
  """
15097
15590
  return pulumi.get(self, "scope")
15098
15591
 
@@ -15169,7 +15662,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
15169
15662
  :param pulumi.Input[str] email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. Example: `alert-sender`.
15170
15663
  :param pulumi.Input[str] email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Example: `very-secure-mail-password`.
15171
15664
  :param pulumi.Input[str] email_sender_username: Sender username for Opensearch alerts. Example: `jane@example.com`.
15172
- :param pulumi.Input[bool] enable_security_audit: Enable/Disable security audit. Default: `false`.
15665
+ :param pulumi.Input[bool] enable_security_audit: Enable/Disable security audit.
15173
15666
  :param pulumi.Input[int] http_max_content_length: Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes.
15174
15667
  :param pulumi.Input[int] http_max_header_size: The max size of allowed headers, in bytes. Example: `8192`.
15175
15668
  :param pulumi.Input[int] http_max_initial_line_length: The max length of an HTTP URL, in bytes. Example: `4096`.
@@ -15181,14 +15674,14 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
15181
15674
  :param pulumi.Input[int] indices_query_bool_max_clause_count: Maximum number of clauses Lucene BooleanQuery can have. The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value.
15182
15675
  :param pulumi.Input[int] indices_recovery_max_bytes_per_sec: Limits total inbound and outbound recovery traffic for each node. Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb.
15183
15676
  :param pulumi.Input[int] indices_recovery_max_concurrent_file_chunks: Number of file chunks sent in parallel for each recovery. Defaults to 2.
15184
- :param pulumi.Input[bool] ism_enabled: Specifies whether ISM is enabled or not. Default: `true`.
15185
- :param pulumi.Input[bool] ism_history_enabled: Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document. Default: `true`.
15186
- :param pulumi.Input[int] ism_history_max_age: The maximum age before rolling over the audit history index in hours. Default: `24`.
15187
- :param pulumi.Input[int] ism_history_max_docs: The maximum number of documents before rolling over the audit history index. Default: `2500000`.
15188
- :param pulumi.Input[int] ism_history_rollover_check_period: The time between rollover checks for the audit history index in hours. Default: `8`.
15189
- :param pulumi.Input[int] ism_history_rollover_retention_period: How long audit history indices are kept in days. Default: `30`.
15190
- :param pulumi.Input[bool] knn_memory_circuit_breaker_enabled: Enable or disable KNN memory circuit breaker. Defaults to true. Default: `true`.
15191
- :param pulumi.Input[int] knn_memory_circuit_breaker_limit: Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size. Default: `50`.
15677
+ :param pulumi.Input[bool] ism_enabled: Specifies whether ISM is enabled or not.
15678
+ :param pulumi.Input[bool] ism_history_enabled: Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document.
15679
+ :param pulumi.Input[int] ism_history_max_age: The maximum age before rolling over the audit history index in hours. Example: `24`.
15680
+ :param pulumi.Input[int] ism_history_max_docs: The maximum number of documents before rolling over the audit history index. Example: `2500000`.
15681
+ :param pulumi.Input[int] ism_history_rollover_check_period: The time between rollover checks for the audit history index in hours. Example: `8`.
15682
+ :param pulumi.Input[int] ism_history_rollover_retention_period: How long audit history indices are kept in days. Example: `30`.
15683
+ :param pulumi.Input[bool] knn_memory_circuit_breaker_enabled: Enable or disable KNN memory circuit breaker. Defaults to true.
15684
+ :param pulumi.Input[int] knn_memory_circuit_breaker_limit: Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size.
15192
15685
  :param pulumi.Input[bool] override_main_response_version: Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false.
15193
15686
  :param pulumi.Input[bool] plugins_alerting_filter_by_backend_roles: Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false.
15194
15687
  :param pulumi.Input[Sequence[pulumi.Input[str]]] reindex_remote_whitelists: Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart.
@@ -15395,7 +15888,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
15395
15888
  @pulumi.getter(name="enableSecurityAudit")
15396
15889
  def enable_security_audit(self) -> Optional[pulumi.Input[bool]]:
15397
15890
  """
15398
- Enable/Disable security audit. Default: `false`.
15891
+ Enable/Disable security audit.
15399
15892
  """
15400
15893
  return pulumi.get(self, "enable_security_audit")
15401
15894
 
@@ -15539,7 +16032,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
15539
16032
  @pulumi.getter(name="ismEnabled")
15540
16033
  def ism_enabled(self) -> Optional[pulumi.Input[bool]]:
15541
16034
  """
15542
- Specifies whether ISM is enabled or not. Default: `true`.
16035
+ Specifies whether ISM is enabled or not.
15543
16036
  """
15544
16037
  return pulumi.get(self, "ism_enabled")
15545
16038
 
@@ -15551,7 +16044,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
15551
16044
  @pulumi.getter(name="ismHistoryEnabled")
15552
16045
  def ism_history_enabled(self) -> Optional[pulumi.Input[bool]]:
15553
16046
  """
15554
- Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document. Default: `true`.
16047
+ Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document.
15555
16048
  """
15556
16049
  return pulumi.get(self, "ism_history_enabled")
15557
16050
 
@@ -15563,7 +16056,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
15563
16056
  @pulumi.getter(name="ismHistoryMaxAge")
15564
16057
  def ism_history_max_age(self) -> Optional[pulumi.Input[int]]:
15565
16058
  """
15566
- The maximum age before rolling over the audit history index in hours. Default: `24`.
16059
+ The maximum age before rolling over the audit history index in hours. Example: `24`.
15567
16060
  """
15568
16061
  return pulumi.get(self, "ism_history_max_age")
15569
16062
 
@@ -15575,7 +16068,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
15575
16068
  @pulumi.getter(name="ismHistoryMaxDocs")
15576
16069
  def ism_history_max_docs(self) -> Optional[pulumi.Input[int]]:
15577
16070
  """
15578
- The maximum number of documents before rolling over the audit history index. Default: `2500000`.
16071
+ The maximum number of documents before rolling over the audit history index. Example: `2500000`.
15579
16072
  """
15580
16073
  return pulumi.get(self, "ism_history_max_docs")
15581
16074
 
@@ -15587,7 +16080,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
15587
16080
  @pulumi.getter(name="ismHistoryRolloverCheckPeriod")
15588
16081
  def ism_history_rollover_check_period(self) -> Optional[pulumi.Input[int]]:
15589
16082
  """
15590
- The time between rollover checks for the audit history index in hours. Default: `8`.
16083
+ The time between rollover checks for the audit history index in hours. Example: `8`.
15591
16084
  """
15592
16085
  return pulumi.get(self, "ism_history_rollover_check_period")
15593
16086
 
@@ -15599,7 +16092,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
15599
16092
  @pulumi.getter(name="ismHistoryRolloverRetentionPeriod")
15600
16093
  def ism_history_rollover_retention_period(self) -> Optional[pulumi.Input[int]]:
15601
16094
  """
15602
- How long audit history indices are kept in days. Default: `30`.
16095
+ How long audit history indices are kept in days. Example: `30`.
15603
16096
  """
15604
16097
  return pulumi.get(self, "ism_history_rollover_retention_period")
15605
16098
 
@@ -15611,7 +16104,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
15611
16104
  @pulumi.getter(name="knnMemoryCircuitBreakerEnabled")
15612
16105
  def knn_memory_circuit_breaker_enabled(self) -> Optional[pulumi.Input[bool]]:
15613
16106
  """
15614
- Enable or disable KNN memory circuit breaker. Defaults to true. Default: `true`.
16107
+ Enable or disable KNN memory circuit breaker. Defaults to true.
15615
16108
  """
15616
16109
  return pulumi.get(self, "knn_memory_circuit_breaker_enabled")
15617
16110
 
@@ -15623,7 +16116,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
15623
16116
  @pulumi.getter(name="knnMemoryCircuitBreakerLimit")
15624
16117
  def knn_memory_circuit_breaker_limit(self) -> Optional[pulumi.Input[int]]:
15625
16118
  """
15626
- Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size. Default: `50`.
16119
+ Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size.
15627
16120
  """
15628
16121
  return pulumi.get(self, "knn_memory_circuit_breaker_limit")
15629
16122
 
@@ -16301,6 +16794,167 @@ class OpenSearchOpensearchUserConfigPublicAccessArgs:
16301
16794
  pulumi.set(self, "prometheus", value)
16302
16795
 
16303
16796
 
16797
+ @pulumi.input_type
16798
+ class OpenSearchOpensearchUserConfigS3MigrationArgs:
16799
+ def __init__(__self__, *,
16800
+ access_key: pulumi.Input[str],
16801
+ base_path: pulumi.Input[str],
16802
+ bucket: pulumi.Input[str],
16803
+ region: pulumi.Input[str],
16804
+ secret_key: pulumi.Input[str],
16805
+ snapshot_name: pulumi.Input[str],
16806
+ chunk_size: Optional[pulumi.Input[str]] = None,
16807
+ compress: Optional[pulumi.Input[bool]] = None,
16808
+ endpoint: Optional[pulumi.Input[str]] = None,
16809
+ server_side_encryption: Optional[pulumi.Input[bool]] = None):
16810
+ """
16811
+ :param pulumi.Input[str] access_key: AWS Access key.
16812
+ :param pulumi.Input[str] base_path: The path to the repository data within its container. The value of this setting should not start or end with a /.
16813
+ :param pulumi.Input[str] bucket: S3 bucket name.
16814
+ :param pulumi.Input[str] region: S3 region.
16815
+ :param pulumi.Input[str] secret_key: AWS secret key.
16816
+ :param pulumi.Input[str] snapshot_name: The snapshot name to restore from.
16817
+ :param pulumi.Input[str] chunk_size: Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
16818
+ :param pulumi.Input[bool] compress: When set to true metadata files are stored in compressed format.
16819
+ :param pulumi.Input[str] endpoint: The S3 service endpoint to connect to. If you are using an S3-compatible service then you should set this to the service’s endpoint.
16820
+ :param pulumi.Input[bool] server_side_encryption: When set to true files are encrypted on server side.
16821
+ """
16822
+ pulumi.set(__self__, "access_key", access_key)
16823
+ pulumi.set(__self__, "base_path", base_path)
16824
+ pulumi.set(__self__, "bucket", bucket)
16825
+ pulumi.set(__self__, "region", region)
16826
+ pulumi.set(__self__, "secret_key", secret_key)
16827
+ pulumi.set(__self__, "snapshot_name", snapshot_name)
16828
+ if chunk_size is not None:
16829
+ pulumi.set(__self__, "chunk_size", chunk_size)
16830
+ if compress is not None:
16831
+ pulumi.set(__self__, "compress", compress)
16832
+ if endpoint is not None:
16833
+ pulumi.set(__self__, "endpoint", endpoint)
16834
+ if server_side_encryption is not None:
16835
+ pulumi.set(__self__, "server_side_encryption", server_side_encryption)
16836
+
16837
+ @property
16838
+ @pulumi.getter(name="accessKey")
16839
+ def access_key(self) -> pulumi.Input[str]:
16840
+ """
16841
+ AWS Access key.
16842
+ """
16843
+ return pulumi.get(self, "access_key")
16844
+
16845
+ @access_key.setter
16846
+ def access_key(self, value: pulumi.Input[str]):
16847
+ pulumi.set(self, "access_key", value)
16848
+
16849
+ @property
16850
+ @pulumi.getter(name="basePath")
16851
+ def base_path(self) -> pulumi.Input[str]:
16852
+ """
16853
+ The path to the repository data within its container. The value of this setting should not start or end with a /.
16854
+ """
16855
+ return pulumi.get(self, "base_path")
16856
+
16857
+ @base_path.setter
16858
+ def base_path(self, value: pulumi.Input[str]):
16859
+ pulumi.set(self, "base_path", value)
16860
+
16861
+ @property
16862
+ @pulumi.getter
16863
+ def bucket(self) -> pulumi.Input[str]:
16864
+ """
16865
+ S3 bucket name.
16866
+ """
16867
+ return pulumi.get(self, "bucket")
16868
+
16869
+ @bucket.setter
16870
+ def bucket(self, value: pulumi.Input[str]):
16871
+ pulumi.set(self, "bucket", value)
16872
+
16873
+ @property
16874
+ @pulumi.getter
16875
+ def region(self) -> pulumi.Input[str]:
16876
+ """
16877
+ S3 region.
16878
+ """
16879
+ return pulumi.get(self, "region")
16880
+
16881
+ @region.setter
16882
+ def region(self, value: pulumi.Input[str]):
16883
+ pulumi.set(self, "region", value)
16884
+
16885
+ @property
16886
+ @pulumi.getter(name="secretKey")
16887
+ def secret_key(self) -> pulumi.Input[str]:
16888
+ """
16889
+ AWS secret key.
16890
+ """
16891
+ return pulumi.get(self, "secret_key")
16892
+
16893
+ @secret_key.setter
16894
+ def secret_key(self, value: pulumi.Input[str]):
16895
+ pulumi.set(self, "secret_key", value)
16896
+
16897
+ @property
16898
+ @pulumi.getter(name="snapshotName")
16899
+ def snapshot_name(self) -> pulumi.Input[str]:
16900
+ """
16901
+ The snapshot name to restore from.
16902
+ """
16903
+ return pulumi.get(self, "snapshot_name")
16904
+
16905
+ @snapshot_name.setter
16906
+ def snapshot_name(self, value: pulumi.Input[str]):
16907
+ pulumi.set(self, "snapshot_name", value)
16908
+
16909
+ @property
16910
+ @pulumi.getter(name="chunkSize")
16911
+ def chunk_size(self) -> Optional[pulumi.Input[str]]:
16912
+ """
16913
+ Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
16914
+ """
16915
+ return pulumi.get(self, "chunk_size")
16916
+
16917
+ @chunk_size.setter
16918
+ def chunk_size(self, value: Optional[pulumi.Input[str]]):
16919
+ pulumi.set(self, "chunk_size", value)
16920
+
16921
+ @property
16922
+ @pulumi.getter
16923
+ def compress(self) -> Optional[pulumi.Input[bool]]:
16924
+ """
16925
+ When set to true metadata files are stored in compressed format.
16926
+ """
16927
+ return pulumi.get(self, "compress")
16928
+
16929
+ @compress.setter
16930
+ def compress(self, value: Optional[pulumi.Input[bool]]):
16931
+ pulumi.set(self, "compress", value)
16932
+
16933
+ @property
16934
+ @pulumi.getter
16935
+ def endpoint(self) -> Optional[pulumi.Input[str]]:
16936
+ """
16937
+ The S3 service endpoint to connect to. If you are using an S3-compatible service then you should set this to the service’s endpoint.
16938
+ """
16939
+ return pulumi.get(self, "endpoint")
16940
+
16941
+ @endpoint.setter
16942
+ def endpoint(self, value: Optional[pulumi.Input[str]]):
16943
+ pulumi.set(self, "endpoint", value)
16944
+
16945
+ @property
16946
+ @pulumi.getter(name="serverSideEncryption")
16947
+ def server_side_encryption(self) -> Optional[pulumi.Input[bool]]:
16948
+ """
16949
+ When set to true files are encrypted on server side.
16950
+ """
16951
+ return pulumi.get(self, "server_side_encryption")
16952
+
16953
+ @server_side_encryption.setter
16954
+ def server_side_encryption(self, value: Optional[pulumi.Input[bool]]):
16955
+ pulumi.set(self, "server_side_encryption", value)
16956
+
16957
+
16304
16958
  @pulumi.input_type
16305
16959
  class OpenSearchOpensearchUserConfigSamlArgs:
16306
16960
  def __init__(__self__, *,
@@ -16884,20 +17538,20 @@ class PgPgArgs:
16884
17538
  uris: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
16885
17539
  user: Optional[pulumi.Input[str]] = None):
16886
17540
  """
16887
- :param pulumi.Input[str] bouncer: Bouncer connection details
16888
- :param pulumi.Input[str] dbname: Primary PostgreSQL database name
16889
- :param pulumi.Input[str] host: PostgreSQL master node host IP or name
16890
- :param pulumi.Input[int] max_connections: Connection limit
16891
- :param pulumi.Input[Sequence[pulumi.Input['PgPgParamArgs']]] params: PostgreSQL connection parameters
16892
- :param pulumi.Input[str] password: PostgreSQL admin user password
16893
- :param pulumi.Input[int] port: PostgreSQL port
16894
- :param pulumi.Input[str] replica_uri: PostgreSQL replica URI for services with a replica
16895
- :param pulumi.Input[str] sslmode: PostgreSQL sslmode setting (currently always "require")
16896
- :param pulumi.Input[Sequence[pulumi.Input[str]]] standby_uris: PostgreSQL standby connection URIs
16897
- :param pulumi.Input[Sequence[pulumi.Input[str]]] syncing_uris: PostgreSQL syncing connection URIs
16898
- :param pulumi.Input[str] uri: PostgreSQL master connection URI
16899
- :param pulumi.Input[Sequence[pulumi.Input[str]]] uris: PostgreSQL master connection URIs
16900
- :param pulumi.Input[str] user: PostgreSQL admin user name
17541
+ :param pulumi.Input[str] bouncer: PgBouncer connection details for [connection pooling](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling).
17542
+ :param pulumi.Input[str] dbname: Primary PostgreSQL database name.
17543
+ :param pulumi.Input[str] host: PostgreSQL primary node host IP or name.
17544
+ :param pulumi.Input[int] max_connections: The [number of allowed connections](https://aiven.io/docs/products/postgresql/reference/pg-connection-limits). Varies based on the service plan.
17545
+ :param pulumi.Input[Sequence[pulumi.Input['PgPgParamArgs']]] params: PostgreSQL connection parameters.
17546
+ :param pulumi.Input[str] password: PostgreSQL admin user password.
17547
+ :param pulumi.Input[int] port: PostgreSQL port.
17548
+ :param pulumi.Input[str] replica_uri: PostgreSQL replica URI for services with a replica.
17549
+ :param pulumi.Input[str] sslmode: PostgreSQL SSL mode setting.
17550
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] standby_uris: PostgreSQL standby connection URIs.
17551
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] syncing_uris: PostgreSQL syncing connection URIs.
17552
+ :param pulumi.Input[str] uri: PostgreSQL primary connection URI.
17553
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] uris: PostgreSQL primary connection URIs.
17554
+ :param pulumi.Input[str] user: PostgreSQL admin user name.
16901
17555
  """
16902
17556
  if bouncer is not None:
16903
17557
  pulumi.set(__self__, "bouncer", bouncer)
@@ -16932,7 +17586,7 @@ class PgPgArgs:
16932
17586
  @pulumi.getter
16933
17587
  def bouncer(self) -> Optional[pulumi.Input[str]]:
16934
17588
  """
16935
- Bouncer connection details
17589
+ PgBouncer connection details for [connection pooling](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling).
16936
17590
  """
16937
17591
  return pulumi.get(self, "bouncer")
16938
17592
 
@@ -16944,7 +17598,7 @@ class PgPgArgs:
16944
17598
  @pulumi.getter
16945
17599
  def dbname(self) -> Optional[pulumi.Input[str]]:
16946
17600
  """
16947
- Primary PostgreSQL database name
17601
+ Primary PostgreSQL database name.
16948
17602
  """
16949
17603
  return pulumi.get(self, "dbname")
16950
17604
 
@@ -16956,7 +17610,7 @@ class PgPgArgs:
16956
17610
  @pulumi.getter
16957
17611
  def host(self) -> Optional[pulumi.Input[str]]:
16958
17612
  """
16959
- PostgreSQL master node host IP or name
17613
+ PostgreSQL primary node host IP or name.
16960
17614
  """
16961
17615
  return pulumi.get(self, "host")
16962
17616
 
@@ -16968,7 +17622,7 @@ class PgPgArgs:
16968
17622
  @pulumi.getter(name="maxConnections")
16969
17623
  def max_connections(self) -> Optional[pulumi.Input[int]]:
16970
17624
  """
16971
- Connection limit
17625
+ The [number of allowed connections](https://aiven.io/docs/products/postgresql/reference/pg-connection-limits). Varies based on the service plan.
16972
17626
  """
16973
17627
  return pulumi.get(self, "max_connections")
16974
17628
 
@@ -16980,7 +17634,7 @@ class PgPgArgs:
16980
17634
  @pulumi.getter
16981
17635
  def params(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PgPgParamArgs']]]]:
16982
17636
  """
16983
- PostgreSQL connection parameters
17637
+ PostgreSQL connection parameters.
16984
17638
  """
16985
17639
  return pulumi.get(self, "params")
16986
17640
 
@@ -16992,7 +17646,7 @@ class PgPgArgs:
16992
17646
  @pulumi.getter
16993
17647
  def password(self) -> Optional[pulumi.Input[str]]:
16994
17648
  """
16995
- PostgreSQL admin user password
17649
+ PostgreSQL admin user password.
16996
17650
  """
16997
17651
  return pulumi.get(self, "password")
16998
17652
 
@@ -17004,7 +17658,7 @@ class PgPgArgs:
17004
17658
  @pulumi.getter
17005
17659
  def port(self) -> Optional[pulumi.Input[int]]:
17006
17660
  """
17007
- PostgreSQL port
17661
+ PostgreSQL port.
17008
17662
  """
17009
17663
  return pulumi.get(self, "port")
17010
17664
 
@@ -17016,7 +17670,7 @@ class PgPgArgs:
17016
17670
  @pulumi.getter(name="replicaUri")
17017
17671
  def replica_uri(self) -> Optional[pulumi.Input[str]]:
17018
17672
  """
17019
- PostgreSQL replica URI for services with a replica
17673
+ PostgreSQL replica URI for services with a replica.
17020
17674
  """
17021
17675
  return pulumi.get(self, "replica_uri")
17022
17676
 
@@ -17028,7 +17682,7 @@ class PgPgArgs:
17028
17682
  @pulumi.getter
17029
17683
  def sslmode(self) -> Optional[pulumi.Input[str]]:
17030
17684
  """
17031
- PostgreSQL sslmode setting (currently always "require")
17685
+ PostgreSQL SSL mode setting.
17032
17686
  """
17033
17687
  return pulumi.get(self, "sslmode")
17034
17688
 
@@ -17040,7 +17694,7 @@ class PgPgArgs:
17040
17694
  @pulumi.getter(name="standbyUris")
17041
17695
  def standby_uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
17042
17696
  """
17043
- PostgreSQL standby connection URIs
17697
+ PostgreSQL standby connection URIs.
17044
17698
  """
17045
17699
  return pulumi.get(self, "standby_uris")
17046
17700
 
@@ -17052,7 +17706,7 @@ class PgPgArgs:
17052
17706
  @pulumi.getter(name="syncingUris")
17053
17707
  def syncing_uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
17054
17708
  """
17055
- PostgreSQL syncing connection URIs
17709
+ PostgreSQL syncing connection URIs.
17056
17710
  """
17057
17711
  return pulumi.get(self, "syncing_uris")
17058
17712
 
@@ -17064,7 +17718,7 @@ class PgPgArgs:
17064
17718
  @pulumi.getter
17065
17719
  def uri(self) -> Optional[pulumi.Input[str]]:
17066
17720
  """
17067
- PostgreSQL master connection URI
17721
+ PostgreSQL primary connection URI.
17068
17722
  """
17069
17723
  return pulumi.get(self, "uri")
17070
17724
 
@@ -17076,7 +17730,7 @@ class PgPgArgs:
17076
17730
  @pulumi.getter
17077
17731
  def uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
17078
17732
  """
17079
- PostgreSQL master connection URIs
17733
+ PostgreSQL primary connection URIs.
17080
17734
  """
17081
17735
  return pulumi.get(self, "uris")
17082
17736
 
@@ -17088,7 +17742,7 @@ class PgPgArgs:
17088
17742
  @pulumi.getter
17089
17743
  def user(self) -> Optional[pulumi.Input[str]]:
17090
17744
  """
17091
- PostgreSQL admin user name
17745
+ PostgreSQL admin user name.
17092
17746
  """
17093
17747
  return pulumi.get(self, "user")
17094
17748
 
@@ -17107,12 +17761,12 @@ class PgPgParamArgs:
17107
17761
  sslmode: Optional[pulumi.Input[str]] = None,
17108
17762
  user: Optional[pulumi.Input[str]] = None):
17109
17763
  """
17110
- :param pulumi.Input[str] database_name: Primary PostgreSQL database name
17111
- :param pulumi.Input[str] host: PostgreSQL host IP or name
17112
- :param pulumi.Input[str] password: PostgreSQL admin user password
17113
- :param pulumi.Input[int] port: PostgreSQL port
17114
- :param pulumi.Input[str] sslmode: PostgreSQL sslmode setting (currently always "require")
17115
- :param pulumi.Input[str] user: PostgreSQL admin user name
17764
+ :param pulumi.Input[str] database_name: Primary PostgreSQL database name.
17765
+ :param pulumi.Input[str] host: PostgreSQL host IP or name.
17766
+ :param pulumi.Input[str] password: PostgreSQL admin user password.
17767
+ :param pulumi.Input[int] port: PostgreSQL port.
17768
+ :param pulumi.Input[str] sslmode: PostgreSQL SSL mode setting.
17769
+ :param pulumi.Input[str] user: PostgreSQL admin user name.
17116
17770
  """
17117
17771
  if database_name is not None:
17118
17772
  pulumi.set(__self__, "database_name", database_name)
@@ -17131,7 +17785,7 @@ class PgPgParamArgs:
17131
17785
  @pulumi.getter(name="databaseName")
17132
17786
  def database_name(self) -> Optional[pulumi.Input[str]]:
17133
17787
  """
17134
- Primary PostgreSQL database name
17788
+ Primary PostgreSQL database name.
17135
17789
  """
17136
17790
  return pulumi.get(self, "database_name")
17137
17791
 
@@ -17143,7 +17797,7 @@ class PgPgParamArgs:
17143
17797
  @pulumi.getter
17144
17798
  def host(self) -> Optional[pulumi.Input[str]]:
17145
17799
  """
17146
- PostgreSQL host IP or name
17800
+ PostgreSQL host IP or name.
17147
17801
  """
17148
17802
  return pulumi.get(self, "host")
17149
17803
 
@@ -17155,7 +17809,7 @@ class PgPgParamArgs:
17155
17809
  @pulumi.getter
17156
17810
  def password(self) -> Optional[pulumi.Input[str]]:
17157
17811
  """
17158
- PostgreSQL admin user password
17812
+ PostgreSQL admin user password.
17159
17813
  """
17160
17814
  return pulumi.get(self, "password")
17161
17815
 
@@ -17167,7 +17821,7 @@ class PgPgParamArgs:
17167
17821
  @pulumi.getter
17168
17822
  def port(self) -> Optional[pulumi.Input[int]]:
17169
17823
  """
17170
- PostgreSQL port
17824
+ PostgreSQL port.
17171
17825
  """
17172
17826
  return pulumi.get(self, "port")
17173
17827
 
@@ -17179,7 +17833,7 @@ class PgPgParamArgs:
17179
17833
  @pulumi.getter
17180
17834
  def sslmode(self) -> Optional[pulumi.Input[str]]:
17181
17835
  """
17182
- PostgreSQL sslmode setting (currently always "require")
17836
+ PostgreSQL SSL mode setting.
17183
17837
  """
17184
17838
  return pulumi.get(self, "sslmode")
17185
17839
 
@@ -17191,7 +17845,7 @@ class PgPgParamArgs:
17191
17845
  @pulumi.getter
17192
17846
  def user(self) -> Optional[pulumi.Input[str]]:
17193
17847
  """
17194
- PostgreSQL admin user name
17848
+ PostgreSQL admin user name.
17195
17849
  """
17196
17850
  return pulumi.get(self, "user")
17197
17851