pulumi-aiven 6.22.0__py3-none-any.whl → 6.22.0a1723007981__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 (75) hide show
  1. pulumi_aiven/_inputs.py +67 -721
  2. pulumi_aiven/account_authentication.py +5 -5
  3. pulumi_aiven/account_team_project.py +7 -7
  4. pulumi_aiven/aws_vpc_peering_connection.py +7 -7
  5. pulumi_aiven/azure_privatelink_connection_approval.py +16 -16
  6. pulumi_aiven/azure_vpc_peering_connection.py +7 -7
  7. pulumi_aiven/cassandra.py +46 -46
  8. pulumi_aiven/clickhouse.py +34 -34
  9. pulumi_aiven/clickhouse_grant.py +34 -34
  10. pulumi_aiven/dragonfly.py +40 -40
  11. pulumi_aiven/flink.py +40 -40
  12. pulumi_aiven/flink_application_deployment.py +16 -16
  13. pulumi_aiven/flink_application_version.py +36 -36
  14. pulumi_aiven/gcp_vpc_peering_connection.py +7 -7
  15. pulumi_aiven/get_account_team_project.py +1 -1
  16. pulumi_aiven/get_aws_vpc_peering_connection.py +1 -1
  17. pulumi_aiven/get_azure_vpc_peering_connection.py +1 -1
  18. pulumi_aiven/get_cassanda.py +1 -1
  19. pulumi_aiven/get_cassandra.py +1 -1
  20. pulumi_aiven/get_clickhouse.py +1 -1
  21. pulumi_aiven/get_dragonfly.py +1 -1
  22. pulumi_aiven/get_flink.py +1 -1
  23. pulumi_aiven/get_gcp_vpc_peering_connection.py +1 -1
  24. pulumi_aiven/get_grafana.py +1 -1
  25. pulumi_aiven/get_kafka.py +1 -1
  26. pulumi_aiven/get_kafka_connect.py +1 -1
  27. pulumi_aiven/get_kafka_mirror_maker.py +1 -1
  28. pulumi_aiven/get_m3_aggregator.py +1 -1
  29. pulumi_aiven/get_m3_db.py +1 -1
  30. pulumi_aiven/get_my_sql.py +1 -1
  31. pulumi_aiven/get_mysql_user.py +1 -1
  32. pulumi_aiven/get_open_search.py +1 -1
  33. pulumi_aiven/get_pg.py +8 -8
  34. pulumi_aiven/get_pg_database.py +8 -8
  35. pulumi_aiven/get_pg_user.py +16 -16
  36. pulumi_aiven/get_project_user.py +1 -1
  37. pulumi_aiven/get_project_vpc.py +1 -1
  38. pulumi_aiven/get_redis.py +1 -1
  39. pulumi_aiven/get_service_integration.py +3 -3
  40. pulumi_aiven/get_thanos.py +1 -1
  41. pulumi_aiven/get_transit_gateway_vpc_attachment.py +1 -1
  42. pulumi_aiven/get_valkey.py +1 -1
  43. pulumi_aiven/grafana.py +46 -46
  44. pulumi_aiven/influx_db.py +41 -48
  45. pulumi_aiven/kafka.py +62 -62
  46. pulumi_aiven/kafka_connect.py +59 -59
  47. pulumi_aiven/kafka_connector.py +2 -2
  48. pulumi_aiven/kafka_mirror_maker.py +45 -45
  49. pulumi_aiven/kafka_topic.py +18 -18
  50. pulumi_aiven/m3_aggregator.py +40 -40
  51. pulumi_aiven/m3_db.py +48 -48
  52. pulumi_aiven/my_sql.py +54 -54
  53. pulumi_aiven/mysql_user.py +7 -7
  54. pulumi_aiven/open_search.py +56 -56
  55. pulumi_aiven/organization.py +3 -3
  56. pulumi_aiven/organization_group_project.py +3 -3
  57. pulumi_aiven/organization_user_group_member.py +3 -3
  58. pulumi_aiven/outputs.py +135 -1252
  59. pulumi_aiven/pg.py +43 -43
  60. pulumi_aiven/pg_database.py +12 -12
  61. pulumi_aiven/pg_user.py +47 -47
  62. pulumi_aiven/project.py +5 -5
  63. pulumi_aiven/project_user.py +7 -7
  64. pulumi_aiven/project_vpc.py +4 -4
  65. pulumi_aiven/pulumi-plugin.json +1 -1
  66. pulumi_aiven/redis.py +46 -46
  67. pulumi_aiven/service_integration.py +72 -72
  68. pulumi_aiven/service_integration_endpoint.py +65 -65
  69. pulumi_aiven/thanos.py +34 -34
  70. pulumi_aiven/transit_gateway_vpc_attachment.py +7 -7
  71. pulumi_aiven/valkey.py +40 -40
  72. {pulumi_aiven-6.22.0.dist-info → pulumi_aiven-6.22.0a1723007981.dist-info}/METADATA +1 -1
  73. {pulumi_aiven-6.22.0.dist-info → pulumi_aiven-6.22.0a1723007981.dist-info}/RECORD +75 -75
  74. {pulumi_aiven-6.22.0.dist-info → pulumi_aiven-6.22.0a1723007981.dist-info}/WHEEL +1 -1
  75. {pulumi_aiven-6.22.0.dist-info → pulumi_aiven-6.22.0a1723007981.dist-info}/top_level.txt +0 -0
pulumi_aiven/_inputs.py CHANGED
@@ -109,7 +109,6 @@ __all__ = [
109
109
  'KafkaKafkaUserConfigKafkaConnectSecretProviderAwsArgs',
110
110
  'KafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs',
111
111
  'KafkaKafkaUserConfigKafkaRestConfigArgs',
112
- 'KafkaKafkaUserConfigKafkaSaslMechanismsArgs',
113
112
  'KafkaKafkaUserConfigPrivateAccessArgs',
114
113
  'KafkaKafkaUserConfigPrivatelinkAccessArgs',
115
114
  'KafkaKafkaUserConfigPublicAccessArgs',
@@ -170,10 +169,7 @@ __all__ = [
170
169
  'OpenSearchComponentArgs',
171
170
  'OpenSearchOpensearchArgs',
172
171
  'OpenSearchOpensearchUserConfigArgs',
173
- 'OpenSearchOpensearchUserConfigAzureMigrationArgs',
174
- 'OpenSearchOpensearchUserConfigGcsMigrationArgs',
175
172
  'OpenSearchOpensearchUserConfigIndexPatternArgs',
176
- 'OpenSearchOpensearchUserConfigIndexRollupArgs',
177
173
  'OpenSearchOpensearchUserConfigIndexTemplateArgs',
178
174
  'OpenSearchOpensearchUserConfigIpFilterObjectArgs',
179
175
  'OpenSearchOpensearchUserConfigOpenidArgs',
@@ -185,7 +181,6 @@ __all__ = [
185
181
  'OpenSearchOpensearchUserConfigPrivateAccessArgs',
186
182
  'OpenSearchOpensearchUserConfigPrivatelinkAccessArgs',
187
183
  'OpenSearchOpensearchUserConfigPublicAccessArgs',
188
- 'OpenSearchOpensearchUserConfigS3MigrationArgs',
189
184
  'OpenSearchOpensearchUserConfigSamlArgs',
190
185
  'OpenSearchServiceIntegrationArgs',
191
186
  'OpenSearchTagArgs',
@@ -3502,8 +3497,7 @@ class GrafanaGrafanaUserConfigArgs:
3502
3497
  unified_alerting_enabled: Optional[pulumi.Input[bool]] = None,
3503
3498
  user_auto_assign_org: Optional[pulumi.Input[bool]] = None,
3504
3499
  user_auto_assign_org_role: Optional[pulumi.Input[str]] = None,
3505
- viewers_can_edit: Optional[pulumi.Input[bool]] = None,
3506
- wal: Optional[pulumi.Input[bool]] = None):
3500
+ viewers_can_edit: Optional[pulumi.Input[bool]] = None):
3507
3501
  """
3508
3502
  :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
3509
3503
  :param pulumi.Input[bool] alerting_enabled: Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
@@ -3547,7 +3541,6 @@ class GrafanaGrafanaUserConfigArgs:
3547
3541
  :param pulumi.Input[bool] user_auto_assign_org: Auto-assign new users on signup to main organization. Defaults to false.
3548
3542
  :param pulumi.Input[str] user_auto_assign_org_role: Enum: `Viewer`, `Admin`, `Editor`. Set role for new signups. Defaults to Viewer.
3549
3543
  :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).
3551
3544
  """
3552
3545
  if additional_backup_regions is not None:
3553
3546
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
@@ -3636,8 +3629,6 @@ class GrafanaGrafanaUserConfigArgs:
3636
3629
  pulumi.set(__self__, "user_auto_assign_org_role", user_auto_assign_org_role)
3637
3630
  if viewers_can_edit is not None:
3638
3631
  pulumi.set(__self__, "viewers_can_edit", viewers_can_edit)
3639
- if wal is not None:
3640
- pulumi.set(__self__, "wal", wal)
3641
3632
 
3642
3633
  @property
3643
3634
  @pulumi.getter(name="additionalBackupRegions")
@@ -4144,18 +4135,6 @@ class GrafanaGrafanaUserConfigArgs:
4144
4135
  def viewers_can_edit(self, value: Optional[pulumi.Input[bool]]):
4145
4136
  pulumi.set(self, "viewers_can_edit", value)
4146
4137
 
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
-
4159
4138
 
4160
4139
  @pulumi.input_type
4161
4140
  class GrafanaGrafanaUserConfigAuthAzureadArgs:
@@ -7394,7 +7373,6 @@ class KafkaKafkaUserConfigArgs:
7394
7373
  kafka_rest: Optional[pulumi.Input[bool]] = None,
7395
7374
  kafka_rest_authorization: Optional[pulumi.Input[bool]] = None,
7396
7375
  kafka_rest_config: Optional[pulumi.Input['KafkaKafkaUserConfigKafkaRestConfigArgs']] = None,
7397
- kafka_sasl_mechanisms: Optional[pulumi.Input['KafkaKafkaUserConfigKafkaSaslMechanismsArgs']] = None,
7398
7376
  kafka_version: Optional[pulumi.Input[str]] = None,
7399
7377
  letsencrypt_sasl_privatelink: Optional[pulumi.Input[bool]] = None,
7400
7378
  private_access: Optional[pulumi.Input['KafkaKafkaUserConfigPrivateAccessArgs']] = None,
@@ -7420,7 +7398,6 @@ class KafkaKafkaUserConfigArgs:
7420
7398
  :param pulumi.Input[bool] kafka_rest: Enable Kafka-REST service. Default: `false`.
7421
7399
  :param pulumi.Input[bool] kafka_rest_authorization: Enable authorization in Kafka-REST service.
7422
7400
  :param pulumi.Input['KafkaKafkaUserConfigKafkaRestConfigArgs'] kafka_rest_config: Kafka REST configuration
7423
- :param pulumi.Input['KafkaKafkaUserConfigKafkaSaslMechanismsArgs'] kafka_sasl_mechanisms: Kafka SASL mechanisms
7424
7401
  :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.
7425
7402
  :param pulumi.Input[bool] letsencrypt_sasl_privatelink: Use Letsencrypt CA for Kafka SASL via Privatelink.
7426
7403
  :param pulumi.Input['KafkaKafkaUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
@@ -7468,8 +7445,6 @@ class KafkaKafkaUserConfigArgs:
7468
7445
  pulumi.set(__self__, "kafka_rest_authorization", kafka_rest_authorization)
7469
7446
  if kafka_rest_config is not None:
7470
7447
  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)
7473
7448
  if kafka_version is not None:
7474
7449
  pulumi.set(__self__, "kafka_version", kafka_version)
7475
7450
  if letsencrypt_sasl_privatelink is not None:
@@ -7670,18 +7645,6 @@ class KafkaKafkaUserConfigArgs:
7670
7645
  def kafka_rest_config(self, value: Optional[pulumi.Input['KafkaKafkaUserConfigKafkaRestConfigArgs']]):
7671
7646
  pulumi.set(self, "kafka_rest_config", value)
7672
7647
 
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
-
7685
7648
  @property
7686
7649
  @pulumi.getter(name="kafkaVersion")
7687
7650
  def kafka_version(self) -> Optional[pulumi.Input[str]]:
@@ -7957,7 +7920,7 @@ class KafkaKafkaUserConfigKafkaArgs:
7957
7920
  :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).
7958
7921
  :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).
7959
7922
  :param pulumi.Input[int] socket_request_max_bytes: The maximum number of bytes in a socket request (Default: 104857600 bytes).
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).
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).
7961
7924
  :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`.
7962
7925
  :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`.
7963
7926
  """
@@ -8574,7 +8537,7 @@ class KafkaKafkaUserConfigKafkaArgs:
8574
8537
  @pulumi.getter(name="transactionPartitionVerificationEnable")
8575
8538
  def transaction_partition_verification_enable(self) -> Optional[pulumi.Input[bool]]:
8576
8539
  """
8577
- Enable verification that checks that the partition has been added to the transaction before writing transactional records to the partition. (Default: true).
8540
+ Enable verification that checks that the partition has been added to the transaction before writing transactional records to the partition. (Default: false).
8578
8541
  """
8579
8542
  return pulumi.get(self, "transaction_partition_verification_enable")
8580
8543
 
@@ -9268,61 +9231,6 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
9268
9231
  pulumi.set(self, "simpleconsumer_pool_size_max", value)
9269
9232
 
9270
9233
 
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
-
9326
9234
  @pulumi.input_type
9327
9235
  class KafkaKafkaUserConfigPrivateAccessArgs:
9328
9236
  def __init__(__self__, *,
@@ -10012,7 +9920,6 @@ class KafkaMirrorMakerKafkaMirrormakerUserConfigIpFilterObjectArgs:
10012
9920
  @pulumi.input_type
10013
9921
  class KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
10014
9922
  def __init__(__self__, *,
10015
- admin_timeout_ms: Optional[pulumi.Input[int]] = None,
10016
9923
  emit_checkpoints_enabled: Optional[pulumi.Input[bool]] = None,
10017
9924
  emit_checkpoints_interval_seconds: Optional[pulumi.Input[int]] = None,
10018
9925
  groups: Optional[pulumi.Input[str]] = None,
@@ -10027,7 +9934,6 @@ class KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
10027
9934
  sync_topic_configs_enabled: Optional[pulumi.Input[bool]] = None,
10028
9935
  tasks_max_per_cpu: Optional[pulumi.Input[int]] = None):
10029
9936
  """
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).
10031
9937
  :param pulumi.Input[bool] emit_checkpoints_enabled: Whether to emit consumer group offset checkpoints to target cluster periodically (default: true).
10032
9938
  :param pulumi.Input[int] emit_checkpoints_interval_seconds: Frequency at which consumer group offset checkpoints are emitted (default: 60, every minute). Example: `60`.
10033
9939
  :param pulumi.Input[str] groups: Consumer groups to replicate. Supports comma-separated group IDs and regexes. Example: `.*`.
@@ -10042,8 +9948,6 @@ class KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
10042
9948
  :param pulumi.Input[bool] sync_topic_configs_enabled: Whether to periodically configure remote topics to match their corresponding upstream topics.
10043
9949
  :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`.
10044
9950
  """
10045
- if admin_timeout_ms is not None:
10046
- pulumi.set(__self__, "admin_timeout_ms", admin_timeout_ms)
10047
9951
  if emit_checkpoints_enabled is not None:
10048
9952
  pulumi.set(__self__, "emit_checkpoints_enabled", emit_checkpoints_enabled)
10049
9953
  if emit_checkpoints_interval_seconds is not None:
@@ -10071,18 +9975,6 @@ class KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
10071
9975
  if tasks_max_per_cpu is not None:
10072
9976
  pulumi.set(__self__, "tasks_max_per_cpu", tasks_max_per_cpu)
10073
9977
 
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
-
10086
9978
  @property
10087
9979
  @pulumi.getter(name="emitCheckpointsEnabled")
10088
9980
  def emit_checkpoints_enabled(self) -> Optional[pulumi.Input[bool]]:
@@ -14505,12 +14397,9 @@ class OpenSearchOpensearchArgs:
14505
14397
  class OpenSearchOpensearchUserConfigArgs:
14506
14398
  def __init__(__self__, *,
14507
14399
  additional_backup_regions: Optional[pulumi.Input[str]] = None,
14508
- azure_migration: Optional[pulumi.Input['OpenSearchOpensearchUserConfigAzureMigrationArgs']] = None,
14509
14400
  custom_domain: Optional[pulumi.Input[str]] = None,
14510
14401
  disable_replication_factor_adjustment: Optional[pulumi.Input[bool]] = None,
14511
- gcs_migration: Optional[pulumi.Input['OpenSearchOpensearchUserConfigGcsMigrationArgs']] = None,
14512
14402
  index_patterns: Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigIndexPatternArgs']]]] = None,
14513
- index_rollup: Optional[pulumi.Input['OpenSearchOpensearchUserConfigIndexRollupArgs']] = None,
14514
14403
  index_template: Optional[pulumi.Input['OpenSearchOpensearchUserConfigIndexTemplateArgs']] = None,
14515
14404
  ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigIpFilterObjectArgs']]]] = None,
14516
14405
  ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -14526,7 +14415,6 @@ class OpenSearchOpensearchUserConfigArgs:
14526
14415
  project_to_fork_from: Optional[pulumi.Input[str]] = None,
14527
14416
  public_access: Optional[pulumi.Input['OpenSearchOpensearchUserConfigPublicAccessArgs']] = None,
14528
14417
  recovery_basebackup_name: Optional[pulumi.Input[str]] = None,
14529
- s3_migration: Optional[pulumi.Input['OpenSearchOpensearchUserConfigS3MigrationArgs']] = None,
14530
14418
  saml: Optional[pulumi.Input['OpenSearchOpensearchUserConfigSamlArgs']] = None,
14531
14419
  service_log: Optional[pulumi.Input[bool]] = None,
14532
14420
  service_to_fork_from: Optional[pulumi.Input[str]] = None,
@@ -14536,7 +14424,6 @@ class OpenSearchOpensearchUserConfigArgs:
14536
14424
  :param pulumi.Input[str] custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
14537
14425
  :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.
14538
14426
  :param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigIndexPatternArgs']]] index_patterns: Index patterns
14539
- :param pulumi.Input['OpenSearchOpensearchUserConfigIndexRollupArgs'] index_rollup: Index rollup settings
14540
14427
  :param pulumi.Input['OpenSearchOpensearchUserConfigIndexTemplateArgs'] index_template: Template settings for all new indexes
14541
14428
  :param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
14542
14429
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
@@ -14559,18 +14446,12 @@ class OpenSearchOpensearchUserConfigArgs:
14559
14446
  """
14560
14447
  if additional_backup_regions is not None:
14561
14448
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
14562
- if azure_migration is not None:
14563
- pulumi.set(__self__, "azure_migration", azure_migration)
14564
14449
  if custom_domain is not None:
14565
14450
  pulumi.set(__self__, "custom_domain", custom_domain)
14566
14451
  if disable_replication_factor_adjustment is not None:
14567
14452
  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)
14570
14453
  if index_patterns is not None:
14571
14454
  pulumi.set(__self__, "index_patterns", index_patterns)
14572
- if index_rollup is not None:
14573
- pulumi.set(__self__, "index_rollup", index_rollup)
14574
14455
  if index_template is not None:
14575
14456
  pulumi.set(__self__, "index_template", index_template)
14576
14457
  if ip_filter_objects is not None:
@@ -14604,8 +14485,6 @@ class OpenSearchOpensearchUserConfigArgs:
14604
14485
  pulumi.set(__self__, "public_access", public_access)
14605
14486
  if recovery_basebackup_name is not None:
14606
14487
  pulumi.set(__self__, "recovery_basebackup_name", recovery_basebackup_name)
14607
- if s3_migration is not None:
14608
- pulumi.set(__self__, "s3_migration", s3_migration)
14609
14488
  if saml is not None:
14610
14489
  pulumi.set(__self__, "saml", saml)
14611
14490
  if service_log is not None:
@@ -14627,15 +14506,6 @@ class OpenSearchOpensearchUserConfigArgs:
14627
14506
  def additional_backup_regions(self, value: Optional[pulumi.Input[str]]):
14628
14507
  pulumi.set(self, "additional_backup_regions", value)
14629
14508
 
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
-
14639
14509
  @property
14640
14510
  @pulumi.getter(name="customDomain")
14641
14511
  def custom_domain(self) -> Optional[pulumi.Input[str]]:
@@ -14660,15 +14530,6 @@ class OpenSearchOpensearchUserConfigArgs:
14660
14530
  def disable_replication_factor_adjustment(self, value: Optional[pulumi.Input[bool]]):
14661
14531
  pulumi.set(self, "disable_replication_factor_adjustment", value)
14662
14532
 
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
-
14672
14533
  @property
14673
14534
  @pulumi.getter(name="indexPatterns")
14674
14535
  def index_patterns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigIndexPatternArgs']]]]:
@@ -14681,18 +14542,6 @@ class OpenSearchOpensearchUserConfigArgs:
14681
14542
  def index_patterns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigIndexPatternArgs']]]]):
14682
14543
  pulumi.set(self, "index_patterns", value)
14683
14544
 
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
-
14696
14545
  @property
14697
14546
  @pulumi.getter(name="indexTemplate")
14698
14547
  def index_template(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigIndexTemplateArgs']]:
@@ -14874,15 +14723,6 @@ class OpenSearchOpensearchUserConfigArgs:
14874
14723
  def recovery_basebackup_name(self, value: Optional[pulumi.Input[str]]):
14875
14724
  pulumi.set(self, "recovery_basebackup_name", value)
14876
14725
 
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
-
14886
14726
  @property
14887
14727
  @pulumi.getter
14888
14728
  def saml(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigSamlArgs']]:
@@ -14932,252 +14772,6 @@ class OpenSearchOpensearchUserConfigArgs:
14932
14772
  pulumi.set(self, "static_ips", value)
14933
14773
 
14934
14774
 
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
-
15181
14775
  @pulumi.input_type
15182
14776
  class OpenSearchOpensearchUserConfigIndexPatternArgs:
15183
14777
  def __init__(__self__, *,
@@ -15231,93 +14825,6 @@ class OpenSearchOpensearchUserConfigIndexPatternArgs:
15231
14825
  pulumi.set(self, "sorting_algorithm", value)
15232
14826
 
15233
14827
 
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
-
15321
14828
  @pulumi.input_type
15322
14829
  class OpenSearchOpensearchUserConfigIndexTemplateArgs:
15323
14830
  def __init__(__self__, *,
@@ -15427,8 +14934,8 @@ class OpenSearchOpensearchUserConfigOpenidArgs:
15427
14934
  scope: Optional[pulumi.Input[str]] = None,
15428
14935
  subject_key: Optional[pulumi.Input[str]] = None):
15429
14936
  """
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.
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: ``.
15432
14939
  :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`.
15433
14940
  :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`.
15434
14941
  :param pulumi.Input[str] header: HTTP header name of the JWT token. Optional. Default is Authorization. Default: `Authorization`.
@@ -15437,7 +14944,7 @@ class OpenSearchOpensearchUserConfigOpenidArgs:
15437
14944
  :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`.
15438
14945
  :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`.
15439
14946
  :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`.
15440
- :param pulumi.Input[str] scope: The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone.
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: ``.
15441
14948
  :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`.
15442
14949
  """
15443
14950
  pulumi.set(__self__, "client_id", client_id)
@@ -15465,7 +14972,7 @@ class OpenSearchOpensearchUserConfigOpenidArgs:
15465
14972
  @pulumi.getter(name="clientId")
15466
14973
  def client_id(self) -> pulumi.Input[str]:
15467
14974
  """
15468
- The ID of the OpenID Connect client configured in your IdP. Required.
14975
+ The ID of the OpenID Connect client configured in your IdP. Required. Example: ``.
15469
14976
  """
15470
14977
  return pulumi.get(self, "client_id")
15471
14978
 
@@ -15477,7 +14984,7 @@ class OpenSearchOpensearchUserConfigOpenidArgs:
15477
14984
  @pulumi.getter(name="clientSecret")
15478
14985
  def client_secret(self) -> pulumi.Input[str]:
15479
14986
  """
15480
- The client secret of the OpenID Connect client configured in your IdP. Required.
14987
+ The client secret of the OpenID Connect client configured in your IdP. Required. Example: ``.
15481
14988
  """
15482
14989
  return pulumi.get(self, "client_secret")
15483
14990
 
@@ -15585,7 +15092,7 @@ class OpenSearchOpensearchUserConfigOpenidArgs:
15585
15092
  @pulumi.getter
15586
15093
  def scope(self) -> Optional[pulumi.Input[str]]:
15587
15094
  """
15588
- The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone.
15095
+ The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone. Example: ``.
15589
15096
  """
15590
15097
  return pulumi.get(self, "scope")
15591
15098
 
@@ -15662,7 +15169,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
15662
15169
  :param pulumi.Input[str] email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. Example: `alert-sender`.
15663
15170
  :param pulumi.Input[str] email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Example: `very-secure-mail-password`.
15664
15171
  :param pulumi.Input[str] email_sender_username: Sender username for Opensearch alerts. Example: `jane@example.com`.
15665
- :param pulumi.Input[bool] enable_security_audit: Enable/Disable security audit.
15172
+ :param pulumi.Input[bool] enable_security_audit: Enable/Disable security audit. Default: `false`.
15666
15173
  :param pulumi.Input[int] http_max_content_length: Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes.
15667
15174
  :param pulumi.Input[int] http_max_header_size: The max size of allowed headers, in bytes. Example: `8192`.
15668
15175
  :param pulumi.Input[int] http_max_initial_line_length: The max length of an HTTP URL, in bytes. Example: `4096`.
@@ -15674,14 +15181,14 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
15674
15181
  :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.
15675
15182
  :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.
15676
15183
  :param pulumi.Input[int] indices_recovery_max_concurrent_file_chunks: Number of file chunks sent in parallel for each recovery. Defaults to 2.
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.
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`.
15685
15192
  :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.
15686
15193
  :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.
15687
15194
  :param pulumi.Input[Sequence[pulumi.Input[str]]] reindex_remote_whitelists: Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart.
@@ -15888,7 +15395,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
15888
15395
  @pulumi.getter(name="enableSecurityAudit")
15889
15396
  def enable_security_audit(self) -> Optional[pulumi.Input[bool]]:
15890
15397
  """
15891
- Enable/Disable security audit.
15398
+ Enable/Disable security audit. Default: `false`.
15892
15399
  """
15893
15400
  return pulumi.get(self, "enable_security_audit")
15894
15401
 
@@ -16032,7 +15539,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
16032
15539
  @pulumi.getter(name="ismEnabled")
16033
15540
  def ism_enabled(self) -> Optional[pulumi.Input[bool]]:
16034
15541
  """
16035
- Specifies whether ISM is enabled or not.
15542
+ Specifies whether ISM is enabled or not. Default: `true`.
16036
15543
  """
16037
15544
  return pulumi.get(self, "ism_enabled")
16038
15545
 
@@ -16044,7 +15551,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
16044
15551
  @pulumi.getter(name="ismHistoryEnabled")
16045
15552
  def ism_history_enabled(self) -> Optional[pulumi.Input[bool]]:
16046
15553
  """
16047
- Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document.
15554
+ Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document. Default: `true`.
16048
15555
  """
16049
15556
  return pulumi.get(self, "ism_history_enabled")
16050
15557
 
@@ -16056,7 +15563,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
16056
15563
  @pulumi.getter(name="ismHistoryMaxAge")
16057
15564
  def ism_history_max_age(self) -> Optional[pulumi.Input[int]]:
16058
15565
  """
16059
- The maximum age before rolling over the audit history index in hours. Example: `24`.
15566
+ The maximum age before rolling over the audit history index in hours. Default: `24`.
16060
15567
  """
16061
15568
  return pulumi.get(self, "ism_history_max_age")
16062
15569
 
@@ -16068,7 +15575,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
16068
15575
  @pulumi.getter(name="ismHistoryMaxDocs")
16069
15576
  def ism_history_max_docs(self) -> Optional[pulumi.Input[int]]:
16070
15577
  """
16071
- The maximum number of documents before rolling over the audit history index. Example: `2500000`.
15578
+ The maximum number of documents before rolling over the audit history index. Default: `2500000`.
16072
15579
  """
16073
15580
  return pulumi.get(self, "ism_history_max_docs")
16074
15581
 
@@ -16080,7 +15587,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
16080
15587
  @pulumi.getter(name="ismHistoryRolloverCheckPeriod")
16081
15588
  def ism_history_rollover_check_period(self) -> Optional[pulumi.Input[int]]:
16082
15589
  """
16083
- The time between rollover checks for the audit history index in hours. Example: `8`.
15590
+ The time between rollover checks for the audit history index in hours. Default: `8`.
16084
15591
  """
16085
15592
  return pulumi.get(self, "ism_history_rollover_check_period")
16086
15593
 
@@ -16092,7 +15599,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
16092
15599
  @pulumi.getter(name="ismHistoryRolloverRetentionPeriod")
16093
15600
  def ism_history_rollover_retention_period(self) -> Optional[pulumi.Input[int]]:
16094
15601
  """
16095
- How long audit history indices are kept in days. Example: `30`.
15602
+ How long audit history indices are kept in days. Default: `30`.
16096
15603
  """
16097
15604
  return pulumi.get(self, "ism_history_rollover_retention_period")
16098
15605
 
@@ -16104,7 +15611,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
16104
15611
  @pulumi.getter(name="knnMemoryCircuitBreakerEnabled")
16105
15612
  def knn_memory_circuit_breaker_enabled(self) -> Optional[pulumi.Input[bool]]:
16106
15613
  """
16107
- Enable or disable KNN memory circuit breaker. Defaults to true.
15614
+ Enable or disable KNN memory circuit breaker. Defaults to true. Default: `true`.
16108
15615
  """
16109
15616
  return pulumi.get(self, "knn_memory_circuit_breaker_enabled")
16110
15617
 
@@ -16116,7 +15623,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
16116
15623
  @pulumi.getter(name="knnMemoryCircuitBreakerLimit")
16117
15624
  def knn_memory_circuit_breaker_limit(self) -> Optional[pulumi.Input[int]]:
16118
15625
  """
16119
- Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size.
15626
+ Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size. Default: `50`.
16120
15627
  """
16121
15628
  return pulumi.get(self, "knn_memory_circuit_breaker_limit")
16122
15629
 
@@ -16794,167 +16301,6 @@ class OpenSearchOpensearchUserConfigPublicAccessArgs:
16794
16301
  pulumi.set(self, "prometheus", value)
16795
16302
 
16796
16303
 
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
-
16958
16304
  @pulumi.input_type
16959
16305
  class OpenSearchOpensearchUserConfigSamlArgs:
16960
16306
  def __init__(__self__, *,
@@ -17538,20 +16884,20 @@ class PgPgArgs:
17538
16884
  uris: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
17539
16885
  user: Optional[pulumi.Input[str]] = None):
17540
16886
  """
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.
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
17555
16901
  """
17556
16902
  if bouncer is not None:
17557
16903
  pulumi.set(__self__, "bouncer", bouncer)
@@ -17586,7 +16932,7 @@ class PgPgArgs:
17586
16932
  @pulumi.getter
17587
16933
  def bouncer(self) -> Optional[pulumi.Input[str]]:
17588
16934
  """
17589
- PgBouncer connection details for [connection pooling](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling).
16935
+ Bouncer connection details
17590
16936
  """
17591
16937
  return pulumi.get(self, "bouncer")
17592
16938
 
@@ -17598,7 +16944,7 @@ class PgPgArgs:
17598
16944
  @pulumi.getter
17599
16945
  def dbname(self) -> Optional[pulumi.Input[str]]:
17600
16946
  """
17601
- Primary PostgreSQL database name.
16947
+ Primary PostgreSQL database name
17602
16948
  """
17603
16949
  return pulumi.get(self, "dbname")
17604
16950
 
@@ -17610,7 +16956,7 @@ class PgPgArgs:
17610
16956
  @pulumi.getter
17611
16957
  def host(self) -> Optional[pulumi.Input[str]]:
17612
16958
  """
17613
- PostgreSQL primary node host IP or name.
16959
+ PostgreSQL master node host IP or name
17614
16960
  """
17615
16961
  return pulumi.get(self, "host")
17616
16962
 
@@ -17622,7 +16968,7 @@ class PgPgArgs:
17622
16968
  @pulumi.getter(name="maxConnections")
17623
16969
  def max_connections(self) -> Optional[pulumi.Input[int]]:
17624
16970
  """
17625
- The [number of allowed connections](https://aiven.io/docs/products/postgresql/reference/pg-connection-limits). Varies based on the service plan.
16971
+ Connection limit
17626
16972
  """
17627
16973
  return pulumi.get(self, "max_connections")
17628
16974
 
@@ -17634,7 +16980,7 @@ class PgPgArgs:
17634
16980
  @pulumi.getter
17635
16981
  def params(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PgPgParamArgs']]]]:
17636
16982
  """
17637
- PostgreSQL connection parameters.
16983
+ PostgreSQL connection parameters
17638
16984
  """
17639
16985
  return pulumi.get(self, "params")
17640
16986
 
@@ -17646,7 +16992,7 @@ class PgPgArgs:
17646
16992
  @pulumi.getter
17647
16993
  def password(self) -> Optional[pulumi.Input[str]]:
17648
16994
  """
17649
- PostgreSQL admin user password.
16995
+ PostgreSQL admin user password
17650
16996
  """
17651
16997
  return pulumi.get(self, "password")
17652
16998
 
@@ -17658,7 +17004,7 @@ class PgPgArgs:
17658
17004
  @pulumi.getter
17659
17005
  def port(self) -> Optional[pulumi.Input[int]]:
17660
17006
  """
17661
- PostgreSQL port.
17007
+ PostgreSQL port
17662
17008
  """
17663
17009
  return pulumi.get(self, "port")
17664
17010
 
@@ -17670,7 +17016,7 @@ class PgPgArgs:
17670
17016
  @pulumi.getter(name="replicaUri")
17671
17017
  def replica_uri(self) -> Optional[pulumi.Input[str]]:
17672
17018
  """
17673
- PostgreSQL replica URI for services with a replica.
17019
+ PostgreSQL replica URI for services with a replica
17674
17020
  """
17675
17021
  return pulumi.get(self, "replica_uri")
17676
17022
 
@@ -17682,7 +17028,7 @@ class PgPgArgs:
17682
17028
  @pulumi.getter
17683
17029
  def sslmode(self) -> Optional[pulumi.Input[str]]:
17684
17030
  """
17685
- PostgreSQL SSL mode setting.
17031
+ PostgreSQL sslmode setting (currently always "require")
17686
17032
  """
17687
17033
  return pulumi.get(self, "sslmode")
17688
17034
 
@@ -17694,7 +17040,7 @@ class PgPgArgs:
17694
17040
  @pulumi.getter(name="standbyUris")
17695
17041
  def standby_uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
17696
17042
  """
17697
- PostgreSQL standby connection URIs.
17043
+ PostgreSQL standby connection URIs
17698
17044
  """
17699
17045
  return pulumi.get(self, "standby_uris")
17700
17046
 
@@ -17706,7 +17052,7 @@ class PgPgArgs:
17706
17052
  @pulumi.getter(name="syncingUris")
17707
17053
  def syncing_uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
17708
17054
  """
17709
- PostgreSQL syncing connection URIs.
17055
+ PostgreSQL syncing connection URIs
17710
17056
  """
17711
17057
  return pulumi.get(self, "syncing_uris")
17712
17058
 
@@ -17718,7 +17064,7 @@ class PgPgArgs:
17718
17064
  @pulumi.getter
17719
17065
  def uri(self) -> Optional[pulumi.Input[str]]:
17720
17066
  """
17721
- PostgreSQL primary connection URI.
17067
+ PostgreSQL master connection URI
17722
17068
  """
17723
17069
  return pulumi.get(self, "uri")
17724
17070
 
@@ -17730,7 +17076,7 @@ class PgPgArgs:
17730
17076
  @pulumi.getter
17731
17077
  def uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
17732
17078
  """
17733
- PostgreSQL primary connection URIs.
17079
+ PostgreSQL master connection URIs
17734
17080
  """
17735
17081
  return pulumi.get(self, "uris")
17736
17082
 
@@ -17742,7 +17088,7 @@ class PgPgArgs:
17742
17088
  @pulumi.getter
17743
17089
  def user(self) -> Optional[pulumi.Input[str]]:
17744
17090
  """
17745
- PostgreSQL admin user name.
17091
+ PostgreSQL admin user name
17746
17092
  """
17747
17093
  return pulumi.get(self, "user")
17748
17094
 
@@ -17761,12 +17107,12 @@ class PgPgParamArgs:
17761
17107
  sslmode: Optional[pulumi.Input[str]] = None,
17762
17108
  user: Optional[pulumi.Input[str]] = None):
17763
17109
  """
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.
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
17770
17116
  """
17771
17117
  if database_name is not None:
17772
17118
  pulumi.set(__self__, "database_name", database_name)
@@ -17785,7 +17131,7 @@ class PgPgParamArgs:
17785
17131
  @pulumi.getter(name="databaseName")
17786
17132
  def database_name(self) -> Optional[pulumi.Input[str]]:
17787
17133
  """
17788
- Primary PostgreSQL database name.
17134
+ Primary PostgreSQL database name
17789
17135
  """
17790
17136
  return pulumi.get(self, "database_name")
17791
17137
 
@@ -17797,7 +17143,7 @@ class PgPgParamArgs:
17797
17143
  @pulumi.getter
17798
17144
  def host(self) -> Optional[pulumi.Input[str]]:
17799
17145
  """
17800
- PostgreSQL host IP or name.
17146
+ PostgreSQL host IP or name
17801
17147
  """
17802
17148
  return pulumi.get(self, "host")
17803
17149
 
@@ -17809,7 +17155,7 @@ class PgPgParamArgs:
17809
17155
  @pulumi.getter
17810
17156
  def password(self) -> Optional[pulumi.Input[str]]:
17811
17157
  """
17812
- PostgreSQL admin user password.
17158
+ PostgreSQL admin user password
17813
17159
  """
17814
17160
  return pulumi.get(self, "password")
17815
17161
 
@@ -17821,7 +17167,7 @@ class PgPgParamArgs:
17821
17167
  @pulumi.getter
17822
17168
  def port(self) -> Optional[pulumi.Input[int]]:
17823
17169
  """
17824
- PostgreSQL port.
17170
+ PostgreSQL port
17825
17171
  """
17826
17172
  return pulumi.get(self, "port")
17827
17173
 
@@ -17833,7 +17179,7 @@ class PgPgParamArgs:
17833
17179
  @pulumi.getter
17834
17180
  def sslmode(self) -> Optional[pulumi.Input[str]]:
17835
17181
  """
17836
- PostgreSQL SSL mode setting.
17182
+ PostgreSQL sslmode setting (currently always "require")
17837
17183
  """
17838
17184
  return pulumi.get(self, "sslmode")
17839
17185
 
@@ -17845,7 +17191,7 @@ class PgPgParamArgs:
17845
17191
  @pulumi.getter
17846
17192
  def user(self) -> Optional[pulumi.Input[str]]:
17847
17193
  """
17848
- PostgreSQL admin user name.
17194
+ PostgreSQL admin user name
17849
17195
  """
17850
17196
  return pulumi.get(self, "user")
17851
17197