pulumi-aiven 6.22.0a1724217730__py3-none-any.whl → 6.23.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/_inputs.py +721 -67
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/cassandra.py +7 -7
- pulumi_aiven/clickhouse.py +7 -7
- pulumi_aiven/dragonfly.py +7 -7
- pulumi_aiven/flink.py +7 -7
- pulumi_aiven/get_account_team_project.py +1 -1
- pulumi_aiven/get_cassanda.py +1 -1
- pulumi_aiven/get_cassandra.py +1 -1
- pulumi_aiven/get_clickhouse.py +1 -1
- pulumi_aiven/get_dragonfly.py +1 -1
- pulumi_aiven/get_flink.py +1 -1
- pulumi_aiven/get_grafana.py +1 -1
- pulumi_aiven/get_kafka.py +1 -1
- pulumi_aiven/get_kafka_connect.py +1 -1
- pulumi_aiven/get_kafka_mirror_maker.py +1 -1
- pulumi_aiven/get_m3_aggregator.py +1 -1
- pulumi_aiven/get_m3_db.py +1 -1
- pulumi_aiven/get_my_sql.py +1 -1
- pulumi_aiven/get_mysql_user.py +1 -1
- pulumi_aiven/get_open_search.py +1 -1
- pulumi_aiven/get_pg.py +8 -8
- pulumi_aiven/get_pg_database.py +8 -8
- pulumi_aiven/get_pg_user.py +16 -16
- pulumi_aiven/get_project_user.py +1 -1
- pulumi_aiven/get_project_vpc.py +1 -1
- pulumi_aiven/get_redis.py +1 -1
- pulumi_aiven/get_service_integration.py +3 -3
- pulumi_aiven/get_thanos.py +1 -1
- pulumi_aiven/get_valkey.py +1 -1
- pulumi_aiven/grafana.py +7 -7
- pulumi_aiven/influx_db.py +21 -14
- pulumi_aiven/kafka.py +7 -7
- pulumi_aiven/kafka_connect.py +7 -7
- pulumi_aiven/kafka_mirror_maker.py +7 -7
- pulumi_aiven/m3_aggregator.py +7 -7
- pulumi_aiven/m3_db.py +7 -7
- pulumi_aiven/my_sql.py +7 -7
- pulumi_aiven/mysql_user.py +7 -7
- pulumi_aiven/open_search.py +7 -7
- pulumi_aiven/outputs.py +1252 -135
- pulumi_aiven/pg.py +18 -18
- pulumi_aiven/pg_database.py +12 -12
- pulumi_aiven/pg_user.py +47 -47
- pulumi_aiven/project_user.py +7 -7
- pulumi_aiven/project_vpc.py +4 -4
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +7 -7
- pulumi_aiven/service_integration.py +7 -7
- pulumi_aiven/thanos.py +7 -7
- pulumi_aiven/valkey.py +7 -7
- {pulumi_aiven-6.22.0a1724217730.dist-info → pulumi_aiven-6.23.0.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.22.0a1724217730.dist-info → pulumi_aiven-6.23.0.dist-info}/RECORD +55 -55
- {pulumi_aiven-6.22.0a1724217730.dist-info → pulumi_aiven-6.23.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.22.0a1724217730.dist-info → pulumi_aiven-6.23.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/outputs.py
CHANGED
|
@@ -110,6 +110,7 @@ __all__ = [
|
|
|
110
110
|
'KafkaKafkaUserConfigKafkaConnectSecretProviderAws',
|
|
111
111
|
'KafkaKafkaUserConfigKafkaConnectSecretProviderVault',
|
|
112
112
|
'KafkaKafkaUserConfigKafkaRestConfig',
|
|
113
|
+
'KafkaKafkaUserConfigKafkaSaslMechanisms',
|
|
113
114
|
'KafkaKafkaUserConfigPrivateAccess',
|
|
114
115
|
'KafkaKafkaUserConfigPrivatelinkAccess',
|
|
115
116
|
'KafkaKafkaUserConfigPublicAccess',
|
|
@@ -170,7 +171,10 @@ __all__ = [
|
|
|
170
171
|
'OpenSearchComponent',
|
|
171
172
|
'OpenSearchOpensearch',
|
|
172
173
|
'OpenSearchOpensearchUserConfig',
|
|
174
|
+
'OpenSearchOpensearchUserConfigAzureMigration',
|
|
175
|
+
'OpenSearchOpensearchUserConfigGcsMigration',
|
|
173
176
|
'OpenSearchOpensearchUserConfigIndexPattern',
|
|
177
|
+
'OpenSearchOpensearchUserConfigIndexRollup',
|
|
174
178
|
'OpenSearchOpensearchUserConfigIndexTemplate',
|
|
175
179
|
'OpenSearchOpensearchUserConfigIpFilterObject',
|
|
176
180
|
'OpenSearchOpensearchUserConfigOpenid',
|
|
@@ -182,6 +186,7 @@ __all__ = [
|
|
|
182
186
|
'OpenSearchOpensearchUserConfigPrivateAccess',
|
|
183
187
|
'OpenSearchOpensearchUserConfigPrivatelinkAccess',
|
|
184
188
|
'OpenSearchOpensearchUserConfigPublicAccess',
|
|
189
|
+
'OpenSearchOpensearchUserConfigS3Migration',
|
|
185
190
|
'OpenSearchOpensearchUserConfigSaml',
|
|
186
191
|
'OpenSearchServiceIntegration',
|
|
187
192
|
'OpenSearchTag',
|
|
@@ -390,6 +395,7 @@ __all__ = [
|
|
|
390
395
|
'GetKafkaKafkaUserConfigKafkaConnectSecretProviderAwsResult',
|
|
391
396
|
'GetKafkaKafkaUserConfigKafkaConnectSecretProviderVaultResult',
|
|
392
397
|
'GetKafkaKafkaUserConfigKafkaRestConfigResult',
|
|
398
|
+
'GetKafkaKafkaUserConfigKafkaSaslMechanismsResult',
|
|
393
399
|
'GetKafkaKafkaUserConfigPrivateAccessResult',
|
|
394
400
|
'GetKafkaKafkaUserConfigPrivatelinkAccessResult',
|
|
395
401
|
'GetKafkaKafkaUserConfigPublicAccessResult',
|
|
@@ -450,7 +456,10 @@ __all__ = [
|
|
|
450
456
|
'GetOpenSearchComponentResult',
|
|
451
457
|
'GetOpenSearchOpensearchResult',
|
|
452
458
|
'GetOpenSearchOpensearchUserConfigResult',
|
|
459
|
+
'GetOpenSearchOpensearchUserConfigAzureMigrationResult',
|
|
460
|
+
'GetOpenSearchOpensearchUserConfigGcsMigrationResult',
|
|
453
461
|
'GetOpenSearchOpensearchUserConfigIndexPatternResult',
|
|
462
|
+
'GetOpenSearchOpensearchUserConfigIndexRollupResult',
|
|
454
463
|
'GetOpenSearchOpensearchUserConfigIndexTemplateResult',
|
|
455
464
|
'GetOpenSearchOpensearchUserConfigIpFilterObjectResult',
|
|
456
465
|
'GetOpenSearchOpensearchUserConfigOpenidResult',
|
|
@@ -462,6 +471,7 @@ __all__ = [
|
|
|
462
471
|
'GetOpenSearchOpensearchUserConfigPrivateAccessResult',
|
|
463
472
|
'GetOpenSearchOpensearchUserConfigPrivatelinkAccessResult',
|
|
464
473
|
'GetOpenSearchOpensearchUserConfigPublicAccessResult',
|
|
474
|
+
'GetOpenSearchOpensearchUserConfigS3MigrationResult',
|
|
465
475
|
'GetOpenSearchOpensearchUserConfigSamlResult',
|
|
466
476
|
'GetOpenSearchServiceIntegrationResult',
|
|
467
477
|
'GetOpenSearchTagResult',
|
|
@@ -3681,7 +3691,8 @@ class GrafanaGrafanaUserConfig(dict):
|
|
|
3681
3691
|
unified_alerting_enabled: Optional[bool] = None,
|
|
3682
3692
|
user_auto_assign_org: Optional[bool] = None,
|
|
3683
3693
|
user_auto_assign_org_role: Optional[str] = None,
|
|
3684
|
-
viewers_can_edit: Optional[bool] = None
|
|
3694
|
+
viewers_can_edit: Optional[bool] = None,
|
|
3695
|
+
wal: Optional[bool] = None):
|
|
3685
3696
|
"""
|
|
3686
3697
|
:param str additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
3687
3698
|
:param bool alerting_enabled: Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
|
|
@@ -3725,6 +3736,7 @@ class GrafanaGrafanaUserConfig(dict):
|
|
|
3725
3736
|
:param bool user_auto_assign_org: Auto-assign new users on signup to main organization. Defaults to false.
|
|
3726
3737
|
:param str user_auto_assign_org_role: Enum: `Viewer`, `Admin`, `Editor`. Set role for new signups. Defaults to Viewer.
|
|
3727
3738
|
:param bool viewers_can_edit: Users with view-only permission can edit but not save dashboards.
|
|
3739
|
+
:param bool wal: Setting to enable/disable Write-Ahead Logging. The default value is false (disabled).
|
|
3728
3740
|
"""
|
|
3729
3741
|
if additional_backup_regions is not None:
|
|
3730
3742
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
@@ -3810,6 +3822,8 @@ class GrafanaGrafanaUserConfig(dict):
|
|
|
3810
3822
|
pulumi.set(__self__, "user_auto_assign_org_role", user_auto_assign_org_role)
|
|
3811
3823
|
if viewers_can_edit is not None:
|
|
3812
3824
|
pulumi.set(__self__, "viewers_can_edit", viewers_can_edit)
|
|
3825
|
+
if wal is not None:
|
|
3826
|
+
pulumi.set(__self__, "wal", wal)
|
|
3813
3827
|
|
|
3814
3828
|
@property
|
|
3815
3829
|
@pulumi.getter(name="additionalBackupRegions")
|
|
@@ -4148,6 +4162,14 @@ class GrafanaGrafanaUserConfig(dict):
|
|
|
4148
4162
|
"""
|
|
4149
4163
|
return pulumi.get(self, "viewers_can_edit")
|
|
4150
4164
|
|
|
4165
|
+
@property
|
|
4166
|
+
@pulumi.getter
|
|
4167
|
+
def wal(self) -> Optional[bool]:
|
|
4168
|
+
"""
|
|
4169
|
+
Setting to enable/disable Write-Ahead Logging. The default value is false (disabled).
|
|
4170
|
+
"""
|
|
4171
|
+
return pulumi.get(self, "wal")
|
|
4172
|
+
|
|
4151
4173
|
|
|
4152
4174
|
@pulumi.output_type
|
|
4153
4175
|
class GrafanaGrafanaUserConfigAuthAzuread(dict):
|
|
@@ -7268,6 +7290,8 @@ class KafkaKafkaUserConfig(dict):
|
|
|
7268
7290
|
suggest = "kafka_rest_authorization"
|
|
7269
7291
|
elif key == "kafkaRestConfig":
|
|
7270
7292
|
suggest = "kafka_rest_config"
|
|
7293
|
+
elif key == "kafkaSaslMechanisms":
|
|
7294
|
+
suggest = "kafka_sasl_mechanisms"
|
|
7271
7295
|
elif key == "kafkaVersion":
|
|
7272
7296
|
suggest = "kafka_version"
|
|
7273
7297
|
elif key == "letsencryptSaslPrivatelink":
|
|
@@ -7316,6 +7340,7 @@ class KafkaKafkaUserConfig(dict):
|
|
|
7316
7340
|
kafka_rest: Optional[bool] = None,
|
|
7317
7341
|
kafka_rest_authorization: Optional[bool] = None,
|
|
7318
7342
|
kafka_rest_config: Optional['outputs.KafkaKafkaUserConfigKafkaRestConfig'] = None,
|
|
7343
|
+
kafka_sasl_mechanisms: Optional['outputs.KafkaKafkaUserConfigKafkaSaslMechanisms'] = None,
|
|
7319
7344
|
kafka_version: Optional[str] = None,
|
|
7320
7345
|
letsencrypt_sasl_privatelink: Optional[bool] = None,
|
|
7321
7346
|
private_access: Optional['outputs.KafkaKafkaUserConfigPrivateAccess'] = None,
|
|
@@ -7341,6 +7366,7 @@ class KafkaKafkaUserConfig(dict):
|
|
|
7341
7366
|
:param bool kafka_rest: Enable Kafka-REST service. Default: `false`.
|
|
7342
7367
|
:param bool kafka_rest_authorization: Enable authorization in Kafka-REST service.
|
|
7343
7368
|
:param 'KafkaKafkaUserConfigKafkaRestConfigArgs' kafka_rest_config: Kafka REST configuration
|
|
7369
|
+
:param 'KafkaKafkaUserConfigKafkaSaslMechanismsArgs' kafka_sasl_mechanisms: Kafka SASL mechanisms
|
|
7344
7370
|
:param str kafka_version: Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, and newer. Kafka major version.
|
|
7345
7371
|
:param bool letsencrypt_sasl_privatelink: Use Letsencrypt CA for Kafka SASL via Privatelink.
|
|
7346
7372
|
:param 'KafkaKafkaUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
@@ -7382,6 +7408,8 @@ class KafkaKafkaUserConfig(dict):
|
|
|
7382
7408
|
pulumi.set(__self__, "kafka_rest_authorization", kafka_rest_authorization)
|
|
7383
7409
|
if kafka_rest_config is not None:
|
|
7384
7410
|
pulumi.set(__self__, "kafka_rest_config", kafka_rest_config)
|
|
7411
|
+
if kafka_sasl_mechanisms is not None:
|
|
7412
|
+
pulumi.set(__self__, "kafka_sasl_mechanisms", kafka_sasl_mechanisms)
|
|
7385
7413
|
if kafka_version is not None:
|
|
7386
7414
|
pulumi.set(__self__, "kafka_version", kafka_version)
|
|
7387
7415
|
if letsencrypt_sasl_privatelink is not None:
|
|
@@ -7522,6 +7550,14 @@ class KafkaKafkaUserConfig(dict):
|
|
|
7522
7550
|
"""
|
|
7523
7551
|
return pulumi.get(self, "kafka_rest_config")
|
|
7524
7552
|
|
|
7553
|
+
@property
|
|
7554
|
+
@pulumi.getter(name="kafkaSaslMechanisms")
|
|
7555
|
+
def kafka_sasl_mechanisms(self) -> Optional['outputs.KafkaKafkaUserConfigKafkaSaslMechanisms']:
|
|
7556
|
+
"""
|
|
7557
|
+
Kafka SASL mechanisms
|
|
7558
|
+
"""
|
|
7559
|
+
return pulumi.get(self, "kafka_sasl_mechanisms")
|
|
7560
|
+
|
|
7525
7561
|
@property
|
|
7526
7562
|
@pulumi.getter(name="kafkaVersion")
|
|
7527
7563
|
def kafka_version(self) -> Optional[str]:
|
|
@@ -7852,7 +7888,7 @@ class KafkaKafkaUserConfigKafka(dict):
|
|
|
7852
7888
|
:param 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).
|
|
7853
7889
|
:param str sasl_oauthbearer_sub_claim_name: Name of the scope from which to extract the subject claim from the JWT.(Default: sub).
|
|
7854
7890
|
:param int socket_request_max_bytes: The maximum number of bytes in a socket request (Default: 104857600 bytes).
|
|
7855
|
-
:param 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:
|
|
7891
|
+
:param 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).
|
|
7856
7892
|
:param 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`.
|
|
7857
7893
|
:param 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`.
|
|
7858
7894
|
"""
|
|
@@ -8297,7 +8333,7 @@ class KafkaKafkaUserConfigKafka(dict):
|
|
|
8297
8333
|
@pulumi.getter(name="transactionPartitionVerificationEnable")
|
|
8298
8334
|
def transaction_partition_verification_enable(self) -> Optional[bool]:
|
|
8299
8335
|
"""
|
|
8300
|
-
Enable verification that checks that the partition has been added to the transaction before writing transactional records to the partition. (Default:
|
|
8336
|
+
Enable verification that checks that the partition has been added to the transaction before writing transactional records to the partition. (Default: true).
|
|
8301
8337
|
"""
|
|
8302
8338
|
return pulumi.get(self, "transaction_partition_verification_enable")
|
|
8303
8339
|
|
|
@@ -8945,6 +8981,68 @@ class KafkaKafkaUserConfigKafkaRestConfig(dict):
|
|
|
8945
8981
|
return pulumi.get(self, "simpleconsumer_pool_size_max")
|
|
8946
8982
|
|
|
8947
8983
|
|
|
8984
|
+
@pulumi.output_type
|
|
8985
|
+
class KafkaKafkaUserConfigKafkaSaslMechanisms(dict):
|
|
8986
|
+
@staticmethod
|
|
8987
|
+
def __key_warning(key: str):
|
|
8988
|
+
suggest = None
|
|
8989
|
+
if key == "scramSha256":
|
|
8990
|
+
suggest = "scram_sha256"
|
|
8991
|
+
elif key == "scramSha512":
|
|
8992
|
+
suggest = "scram_sha512"
|
|
8993
|
+
|
|
8994
|
+
if suggest:
|
|
8995
|
+
pulumi.log.warn(f"Key '{key}' not found in KafkaKafkaUserConfigKafkaSaslMechanisms. Access the value via the '{suggest}' property getter instead.")
|
|
8996
|
+
|
|
8997
|
+
def __getitem__(self, key: str) -> Any:
|
|
8998
|
+
KafkaKafkaUserConfigKafkaSaslMechanisms.__key_warning(key)
|
|
8999
|
+
return super().__getitem__(key)
|
|
9000
|
+
|
|
9001
|
+
def get(self, key: str, default = None) -> Any:
|
|
9002
|
+
KafkaKafkaUserConfigKafkaSaslMechanisms.__key_warning(key)
|
|
9003
|
+
return super().get(key, default)
|
|
9004
|
+
|
|
9005
|
+
def __init__(__self__, *,
|
|
9006
|
+
plain: Optional[bool] = None,
|
|
9007
|
+
scram_sha256: Optional[bool] = None,
|
|
9008
|
+
scram_sha512: Optional[bool] = None):
|
|
9009
|
+
"""
|
|
9010
|
+
:param bool plain: Enable PLAIN mechanism. Default: `true`.
|
|
9011
|
+
:param bool scram_sha256: Enable SCRAM-SHA-256 mechanism. Default: `true`.
|
|
9012
|
+
:param bool scram_sha512: Enable SCRAM-SHA-512 mechanism. Default: `true`.
|
|
9013
|
+
"""
|
|
9014
|
+
if plain is not None:
|
|
9015
|
+
pulumi.set(__self__, "plain", plain)
|
|
9016
|
+
if scram_sha256 is not None:
|
|
9017
|
+
pulumi.set(__self__, "scram_sha256", scram_sha256)
|
|
9018
|
+
if scram_sha512 is not None:
|
|
9019
|
+
pulumi.set(__self__, "scram_sha512", scram_sha512)
|
|
9020
|
+
|
|
9021
|
+
@property
|
|
9022
|
+
@pulumi.getter
|
|
9023
|
+
def plain(self) -> Optional[bool]:
|
|
9024
|
+
"""
|
|
9025
|
+
Enable PLAIN mechanism. Default: `true`.
|
|
9026
|
+
"""
|
|
9027
|
+
return pulumi.get(self, "plain")
|
|
9028
|
+
|
|
9029
|
+
@property
|
|
9030
|
+
@pulumi.getter(name="scramSha256")
|
|
9031
|
+
def scram_sha256(self) -> Optional[bool]:
|
|
9032
|
+
"""
|
|
9033
|
+
Enable SCRAM-SHA-256 mechanism. Default: `true`.
|
|
9034
|
+
"""
|
|
9035
|
+
return pulumi.get(self, "scram_sha256")
|
|
9036
|
+
|
|
9037
|
+
@property
|
|
9038
|
+
@pulumi.getter(name="scramSha512")
|
|
9039
|
+
def scram_sha512(self) -> Optional[bool]:
|
|
9040
|
+
"""
|
|
9041
|
+
Enable SCRAM-SHA-512 mechanism. Default: `true`.
|
|
9042
|
+
"""
|
|
9043
|
+
return pulumi.get(self, "scram_sha512")
|
|
9044
|
+
|
|
9045
|
+
|
|
8948
9046
|
@pulumi.output_type
|
|
8949
9047
|
class KafkaKafkaUserConfigPrivateAccess(dict):
|
|
8950
9048
|
@staticmethod
|
|
@@ -9619,7 +9717,9 @@ class KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormaker(dict):
|
|
|
9619
9717
|
@staticmethod
|
|
9620
9718
|
def __key_warning(key: str):
|
|
9621
9719
|
suggest = None
|
|
9622
|
-
if key == "
|
|
9720
|
+
if key == "adminTimeoutMs":
|
|
9721
|
+
suggest = "admin_timeout_ms"
|
|
9722
|
+
elif key == "emitCheckpointsEnabled":
|
|
9623
9723
|
suggest = "emit_checkpoints_enabled"
|
|
9624
9724
|
elif key == "emitCheckpointsIntervalSeconds":
|
|
9625
9725
|
suggest = "emit_checkpoints_interval_seconds"
|
|
@@ -9656,6 +9756,7 @@ class KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormaker(dict):
|
|
|
9656
9756
|
return super().get(key, default)
|
|
9657
9757
|
|
|
9658
9758
|
def __init__(__self__, *,
|
|
9759
|
+
admin_timeout_ms: Optional[int] = None,
|
|
9659
9760
|
emit_checkpoints_enabled: Optional[bool] = None,
|
|
9660
9761
|
emit_checkpoints_interval_seconds: Optional[int] = None,
|
|
9661
9762
|
groups: Optional[str] = None,
|
|
@@ -9670,6 +9771,7 @@ class KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormaker(dict):
|
|
|
9670
9771
|
sync_topic_configs_enabled: Optional[bool] = None,
|
|
9671
9772
|
tasks_max_per_cpu: Optional[int] = None):
|
|
9672
9773
|
"""
|
|
9774
|
+
:param 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).
|
|
9673
9775
|
:param bool emit_checkpoints_enabled: Whether to emit consumer group offset checkpoints to target cluster periodically (default: true).
|
|
9674
9776
|
:param int emit_checkpoints_interval_seconds: Frequency at which consumer group offset checkpoints are emitted (default: 60, every minute). Example: `60`.
|
|
9675
9777
|
:param str groups: Consumer groups to replicate. Supports comma-separated group IDs and regexes. Example: `.*`.
|
|
@@ -9684,6 +9786,8 @@ class KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormaker(dict):
|
|
|
9684
9786
|
:param bool sync_topic_configs_enabled: Whether to periodically configure remote topics to match their corresponding upstream topics.
|
|
9685
9787
|
:param int tasks_max_per_cpu: `tasks.max` is set to this multiplied by the number of CPUs in the service. Default: `1`.
|
|
9686
9788
|
"""
|
|
9789
|
+
if admin_timeout_ms is not None:
|
|
9790
|
+
pulumi.set(__self__, "admin_timeout_ms", admin_timeout_ms)
|
|
9687
9791
|
if emit_checkpoints_enabled is not None:
|
|
9688
9792
|
pulumi.set(__self__, "emit_checkpoints_enabled", emit_checkpoints_enabled)
|
|
9689
9793
|
if emit_checkpoints_interval_seconds is not None:
|
|
@@ -9711,6 +9815,14 @@ class KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormaker(dict):
|
|
|
9711
9815
|
if tasks_max_per_cpu is not None:
|
|
9712
9816
|
pulumi.set(__self__, "tasks_max_per_cpu", tasks_max_per_cpu)
|
|
9713
9817
|
|
|
9818
|
+
@property
|
|
9819
|
+
@pulumi.getter(name="adminTimeoutMs")
|
|
9820
|
+
def admin_timeout_ms(self) -> Optional[int]:
|
|
9821
|
+
"""
|
|
9822
|
+
Timeout for administrative tasks, e.g. detecting new topics, loading of consumer group and offsets. Defaults to 60000 milliseconds (1 minute).
|
|
9823
|
+
"""
|
|
9824
|
+
return pulumi.get(self, "admin_timeout_ms")
|
|
9825
|
+
|
|
9714
9826
|
@property
|
|
9715
9827
|
@pulumi.getter(name="emitCheckpointsEnabled")
|
|
9716
9828
|
def emit_checkpoints_enabled(self) -> Optional[bool]:
|
|
@@ -13769,12 +13881,18 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
13769
13881
|
suggest = None
|
|
13770
13882
|
if key == "additionalBackupRegions":
|
|
13771
13883
|
suggest = "additional_backup_regions"
|
|
13884
|
+
elif key == "azureMigration":
|
|
13885
|
+
suggest = "azure_migration"
|
|
13772
13886
|
elif key == "customDomain":
|
|
13773
13887
|
suggest = "custom_domain"
|
|
13774
13888
|
elif key == "disableReplicationFactorAdjustment":
|
|
13775
13889
|
suggest = "disable_replication_factor_adjustment"
|
|
13890
|
+
elif key == "gcsMigration":
|
|
13891
|
+
suggest = "gcs_migration"
|
|
13776
13892
|
elif key == "indexPatterns":
|
|
13777
13893
|
suggest = "index_patterns"
|
|
13894
|
+
elif key == "indexRollup":
|
|
13895
|
+
suggest = "index_rollup"
|
|
13778
13896
|
elif key == "indexTemplate":
|
|
13779
13897
|
suggest = "index_template"
|
|
13780
13898
|
elif key == "ipFilterObjects":
|
|
@@ -13801,6 +13919,8 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
13801
13919
|
suggest = "public_access"
|
|
13802
13920
|
elif key == "recoveryBasebackupName":
|
|
13803
13921
|
suggest = "recovery_basebackup_name"
|
|
13922
|
+
elif key == "s3Migration":
|
|
13923
|
+
suggest = "s3_migration"
|
|
13804
13924
|
elif key == "serviceLog":
|
|
13805
13925
|
suggest = "service_log"
|
|
13806
13926
|
elif key == "serviceToForkFrom":
|
|
@@ -13821,9 +13941,12 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
13821
13941
|
|
|
13822
13942
|
def __init__(__self__, *,
|
|
13823
13943
|
additional_backup_regions: Optional[str] = None,
|
|
13944
|
+
azure_migration: Optional['outputs.OpenSearchOpensearchUserConfigAzureMigration'] = None,
|
|
13824
13945
|
custom_domain: Optional[str] = None,
|
|
13825
13946
|
disable_replication_factor_adjustment: Optional[bool] = None,
|
|
13947
|
+
gcs_migration: Optional['outputs.OpenSearchOpensearchUserConfigGcsMigration'] = None,
|
|
13826
13948
|
index_patterns: Optional[Sequence['outputs.OpenSearchOpensearchUserConfigIndexPattern']] = None,
|
|
13949
|
+
index_rollup: Optional['outputs.OpenSearchOpensearchUserConfigIndexRollup'] = None,
|
|
13827
13950
|
index_template: Optional['outputs.OpenSearchOpensearchUserConfigIndexTemplate'] = None,
|
|
13828
13951
|
ip_filter_objects: Optional[Sequence['outputs.OpenSearchOpensearchUserConfigIpFilterObject']] = None,
|
|
13829
13952
|
ip_filter_strings: Optional[Sequence[str]] = None,
|
|
@@ -13839,6 +13962,7 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
13839
13962
|
project_to_fork_from: Optional[str] = None,
|
|
13840
13963
|
public_access: Optional['outputs.OpenSearchOpensearchUserConfigPublicAccess'] = None,
|
|
13841
13964
|
recovery_basebackup_name: Optional[str] = None,
|
|
13965
|
+
s3_migration: Optional['outputs.OpenSearchOpensearchUserConfigS3Migration'] = None,
|
|
13842
13966
|
saml: Optional['outputs.OpenSearchOpensearchUserConfigSaml'] = None,
|
|
13843
13967
|
service_log: Optional[bool] = None,
|
|
13844
13968
|
service_to_fork_from: Optional[str] = None,
|
|
@@ -13848,6 +13972,7 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
13848
13972
|
:param str custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
|
|
13849
13973
|
:param bool disable_replication_factor_adjustment: Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can no longer be activated.
|
|
13850
13974
|
:param Sequence['OpenSearchOpensearchUserConfigIndexPatternArgs'] index_patterns: Index patterns
|
|
13975
|
+
:param 'OpenSearchOpensearchUserConfigIndexRollupArgs' index_rollup: Index rollup settings
|
|
13851
13976
|
:param 'OpenSearchOpensearchUserConfigIndexTemplateArgs' index_template: Template settings for all new indexes
|
|
13852
13977
|
:param Sequence['OpenSearchOpensearchUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
13853
13978
|
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
@@ -13870,12 +13995,18 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
13870
13995
|
"""
|
|
13871
13996
|
if additional_backup_regions is not None:
|
|
13872
13997
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
13998
|
+
if azure_migration is not None:
|
|
13999
|
+
pulumi.set(__self__, "azure_migration", azure_migration)
|
|
13873
14000
|
if custom_domain is not None:
|
|
13874
14001
|
pulumi.set(__self__, "custom_domain", custom_domain)
|
|
13875
14002
|
if disable_replication_factor_adjustment is not None:
|
|
13876
14003
|
pulumi.set(__self__, "disable_replication_factor_adjustment", disable_replication_factor_adjustment)
|
|
14004
|
+
if gcs_migration is not None:
|
|
14005
|
+
pulumi.set(__self__, "gcs_migration", gcs_migration)
|
|
13877
14006
|
if index_patterns is not None:
|
|
13878
14007
|
pulumi.set(__self__, "index_patterns", index_patterns)
|
|
14008
|
+
if index_rollup is not None:
|
|
14009
|
+
pulumi.set(__self__, "index_rollup", index_rollup)
|
|
13879
14010
|
if index_template is not None:
|
|
13880
14011
|
pulumi.set(__self__, "index_template", index_template)
|
|
13881
14012
|
if ip_filter_objects is not None:
|
|
@@ -13906,6 +14037,8 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
13906
14037
|
pulumi.set(__self__, "public_access", public_access)
|
|
13907
14038
|
if recovery_basebackup_name is not None:
|
|
13908
14039
|
pulumi.set(__self__, "recovery_basebackup_name", recovery_basebackup_name)
|
|
14040
|
+
if s3_migration is not None:
|
|
14041
|
+
pulumi.set(__self__, "s3_migration", s3_migration)
|
|
13909
14042
|
if saml is not None:
|
|
13910
14043
|
pulumi.set(__self__, "saml", saml)
|
|
13911
14044
|
if service_log is not None:
|
|
@@ -13923,6 +14056,11 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
13923
14056
|
"""
|
|
13924
14057
|
return pulumi.get(self, "additional_backup_regions")
|
|
13925
14058
|
|
|
14059
|
+
@property
|
|
14060
|
+
@pulumi.getter(name="azureMigration")
|
|
14061
|
+
def azure_migration(self) -> Optional['outputs.OpenSearchOpensearchUserConfigAzureMigration']:
|
|
14062
|
+
return pulumi.get(self, "azure_migration")
|
|
14063
|
+
|
|
13926
14064
|
@property
|
|
13927
14065
|
@pulumi.getter(name="customDomain")
|
|
13928
14066
|
def custom_domain(self) -> Optional[str]:
|
|
@@ -13939,6 +14077,11 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
13939
14077
|
"""
|
|
13940
14078
|
return pulumi.get(self, "disable_replication_factor_adjustment")
|
|
13941
14079
|
|
|
14080
|
+
@property
|
|
14081
|
+
@pulumi.getter(name="gcsMigration")
|
|
14082
|
+
def gcs_migration(self) -> Optional['outputs.OpenSearchOpensearchUserConfigGcsMigration']:
|
|
14083
|
+
return pulumi.get(self, "gcs_migration")
|
|
14084
|
+
|
|
13942
14085
|
@property
|
|
13943
14086
|
@pulumi.getter(name="indexPatterns")
|
|
13944
14087
|
def index_patterns(self) -> Optional[Sequence['outputs.OpenSearchOpensearchUserConfigIndexPattern']]:
|
|
@@ -13947,6 +14090,14 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
13947
14090
|
"""
|
|
13948
14091
|
return pulumi.get(self, "index_patterns")
|
|
13949
14092
|
|
|
14093
|
+
@property
|
|
14094
|
+
@pulumi.getter(name="indexRollup")
|
|
14095
|
+
def index_rollup(self) -> Optional['outputs.OpenSearchOpensearchUserConfigIndexRollup']:
|
|
14096
|
+
"""
|
|
14097
|
+
Index rollup settings
|
|
14098
|
+
"""
|
|
14099
|
+
return pulumi.get(self, "index_rollup")
|
|
14100
|
+
|
|
13950
14101
|
@property
|
|
13951
14102
|
@pulumi.getter(name="indexTemplate")
|
|
13952
14103
|
def index_template(self) -> Optional['outputs.OpenSearchOpensearchUserConfigIndexTemplate']:
|
|
@@ -14068,6 +14219,11 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
14068
14219
|
"""
|
|
14069
14220
|
return pulumi.get(self, "recovery_basebackup_name")
|
|
14070
14221
|
|
|
14222
|
+
@property
|
|
14223
|
+
@pulumi.getter(name="s3Migration")
|
|
14224
|
+
def s3_migration(self) -> Optional['outputs.OpenSearchOpensearchUserConfigS3Migration']:
|
|
14225
|
+
return pulumi.get(self, "s3_migration")
|
|
14226
|
+
|
|
14071
14227
|
@property
|
|
14072
14228
|
@pulumi.getter
|
|
14073
14229
|
def saml(self) -> Optional['outputs.OpenSearchOpensearchUserConfigSaml']:
|
|
@@ -14101,6 +14257,238 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
14101
14257
|
return pulumi.get(self, "static_ips")
|
|
14102
14258
|
|
|
14103
14259
|
|
|
14260
|
+
@pulumi.output_type
|
|
14261
|
+
class OpenSearchOpensearchUserConfigAzureMigration(dict):
|
|
14262
|
+
@staticmethod
|
|
14263
|
+
def __key_warning(key: str):
|
|
14264
|
+
suggest = None
|
|
14265
|
+
if key == "basePath":
|
|
14266
|
+
suggest = "base_path"
|
|
14267
|
+
elif key == "snapshotName":
|
|
14268
|
+
suggest = "snapshot_name"
|
|
14269
|
+
elif key == "chunkSize":
|
|
14270
|
+
suggest = "chunk_size"
|
|
14271
|
+
elif key == "endpointSuffix":
|
|
14272
|
+
suggest = "endpoint_suffix"
|
|
14273
|
+
elif key == "sasToken":
|
|
14274
|
+
suggest = "sas_token"
|
|
14275
|
+
|
|
14276
|
+
if suggest:
|
|
14277
|
+
pulumi.log.warn(f"Key '{key}' not found in OpenSearchOpensearchUserConfigAzureMigration. Access the value via the '{suggest}' property getter instead.")
|
|
14278
|
+
|
|
14279
|
+
def __getitem__(self, key: str) -> Any:
|
|
14280
|
+
OpenSearchOpensearchUserConfigAzureMigration.__key_warning(key)
|
|
14281
|
+
return super().__getitem__(key)
|
|
14282
|
+
|
|
14283
|
+
def get(self, key: str, default = None) -> Any:
|
|
14284
|
+
OpenSearchOpensearchUserConfigAzureMigration.__key_warning(key)
|
|
14285
|
+
return super().get(key, default)
|
|
14286
|
+
|
|
14287
|
+
def __init__(__self__, *,
|
|
14288
|
+
account: str,
|
|
14289
|
+
base_path: str,
|
|
14290
|
+
container: str,
|
|
14291
|
+
snapshot_name: str,
|
|
14292
|
+
chunk_size: Optional[str] = None,
|
|
14293
|
+
compress: Optional[bool] = None,
|
|
14294
|
+
endpoint_suffix: Optional[str] = None,
|
|
14295
|
+
key: Optional[str] = None,
|
|
14296
|
+
sas_token: Optional[str] = None):
|
|
14297
|
+
"""
|
|
14298
|
+
:param str account: Azure account name.
|
|
14299
|
+
:param str base_path: The path to the repository data within its container. The value of this setting should not start or end with a /.
|
|
14300
|
+
:param str container: Azure container name.
|
|
14301
|
+
:param str snapshot_name: The snapshot name to restore from.
|
|
14302
|
+
:param 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.
|
|
14303
|
+
:param bool compress: When set to true metadata files are stored in compressed format.
|
|
14304
|
+
:param str endpoint_suffix: Defines the DNS suffix for Azure Storage endpoints.
|
|
14305
|
+
:param str key: Azure account secret key. One of key or sas_token should be specified.
|
|
14306
|
+
:param str sas_token: A shared access signatures (SAS) token. One of key or sas_token should be specified.
|
|
14307
|
+
"""
|
|
14308
|
+
pulumi.set(__self__, "account", account)
|
|
14309
|
+
pulumi.set(__self__, "base_path", base_path)
|
|
14310
|
+
pulumi.set(__self__, "container", container)
|
|
14311
|
+
pulumi.set(__self__, "snapshot_name", snapshot_name)
|
|
14312
|
+
if chunk_size is not None:
|
|
14313
|
+
pulumi.set(__self__, "chunk_size", chunk_size)
|
|
14314
|
+
if compress is not None:
|
|
14315
|
+
pulumi.set(__self__, "compress", compress)
|
|
14316
|
+
if endpoint_suffix is not None:
|
|
14317
|
+
pulumi.set(__self__, "endpoint_suffix", endpoint_suffix)
|
|
14318
|
+
if key is not None:
|
|
14319
|
+
pulumi.set(__self__, "key", key)
|
|
14320
|
+
if sas_token is not None:
|
|
14321
|
+
pulumi.set(__self__, "sas_token", sas_token)
|
|
14322
|
+
|
|
14323
|
+
@property
|
|
14324
|
+
@pulumi.getter
|
|
14325
|
+
def account(self) -> str:
|
|
14326
|
+
"""
|
|
14327
|
+
Azure account name.
|
|
14328
|
+
"""
|
|
14329
|
+
return pulumi.get(self, "account")
|
|
14330
|
+
|
|
14331
|
+
@property
|
|
14332
|
+
@pulumi.getter(name="basePath")
|
|
14333
|
+
def base_path(self) -> str:
|
|
14334
|
+
"""
|
|
14335
|
+
The path to the repository data within its container. The value of this setting should not start or end with a /.
|
|
14336
|
+
"""
|
|
14337
|
+
return pulumi.get(self, "base_path")
|
|
14338
|
+
|
|
14339
|
+
@property
|
|
14340
|
+
@pulumi.getter
|
|
14341
|
+
def container(self) -> str:
|
|
14342
|
+
"""
|
|
14343
|
+
Azure container name.
|
|
14344
|
+
"""
|
|
14345
|
+
return pulumi.get(self, "container")
|
|
14346
|
+
|
|
14347
|
+
@property
|
|
14348
|
+
@pulumi.getter(name="snapshotName")
|
|
14349
|
+
def snapshot_name(self) -> str:
|
|
14350
|
+
"""
|
|
14351
|
+
The snapshot name to restore from.
|
|
14352
|
+
"""
|
|
14353
|
+
return pulumi.get(self, "snapshot_name")
|
|
14354
|
+
|
|
14355
|
+
@property
|
|
14356
|
+
@pulumi.getter(name="chunkSize")
|
|
14357
|
+
def chunk_size(self) -> Optional[str]:
|
|
14358
|
+
"""
|
|
14359
|
+
Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
|
|
14360
|
+
"""
|
|
14361
|
+
return pulumi.get(self, "chunk_size")
|
|
14362
|
+
|
|
14363
|
+
@property
|
|
14364
|
+
@pulumi.getter
|
|
14365
|
+
def compress(self) -> Optional[bool]:
|
|
14366
|
+
"""
|
|
14367
|
+
When set to true metadata files are stored in compressed format.
|
|
14368
|
+
"""
|
|
14369
|
+
return pulumi.get(self, "compress")
|
|
14370
|
+
|
|
14371
|
+
@property
|
|
14372
|
+
@pulumi.getter(name="endpointSuffix")
|
|
14373
|
+
def endpoint_suffix(self) -> Optional[str]:
|
|
14374
|
+
"""
|
|
14375
|
+
Defines the DNS suffix for Azure Storage endpoints.
|
|
14376
|
+
"""
|
|
14377
|
+
return pulumi.get(self, "endpoint_suffix")
|
|
14378
|
+
|
|
14379
|
+
@property
|
|
14380
|
+
@pulumi.getter
|
|
14381
|
+
def key(self) -> Optional[str]:
|
|
14382
|
+
"""
|
|
14383
|
+
Azure account secret key. One of key or sas_token should be specified.
|
|
14384
|
+
"""
|
|
14385
|
+
return pulumi.get(self, "key")
|
|
14386
|
+
|
|
14387
|
+
@property
|
|
14388
|
+
@pulumi.getter(name="sasToken")
|
|
14389
|
+
def sas_token(self) -> Optional[str]:
|
|
14390
|
+
"""
|
|
14391
|
+
A shared access signatures (SAS) token. One of key or sas_token should be specified.
|
|
14392
|
+
"""
|
|
14393
|
+
return pulumi.get(self, "sas_token")
|
|
14394
|
+
|
|
14395
|
+
|
|
14396
|
+
@pulumi.output_type
|
|
14397
|
+
class OpenSearchOpensearchUserConfigGcsMigration(dict):
|
|
14398
|
+
@staticmethod
|
|
14399
|
+
def __key_warning(key: str):
|
|
14400
|
+
suggest = None
|
|
14401
|
+
if key == "basePath":
|
|
14402
|
+
suggest = "base_path"
|
|
14403
|
+
elif key == "snapshotName":
|
|
14404
|
+
suggest = "snapshot_name"
|
|
14405
|
+
elif key == "chunkSize":
|
|
14406
|
+
suggest = "chunk_size"
|
|
14407
|
+
|
|
14408
|
+
if suggest:
|
|
14409
|
+
pulumi.log.warn(f"Key '{key}' not found in OpenSearchOpensearchUserConfigGcsMigration. Access the value via the '{suggest}' property getter instead.")
|
|
14410
|
+
|
|
14411
|
+
def __getitem__(self, key: str) -> Any:
|
|
14412
|
+
OpenSearchOpensearchUserConfigGcsMigration.__key_warning(key)
|
|
14413
|
+
return super().__getitem__(key)
|
|
14414
|
+
|
|
14415
|
+
def get(self, key: str, default = None) -> Any:
|
|
14416
|
+
OpenSearchOpensearchUserConfigGcsMigration.__key_warning(key)
|
|
14417
|
+
return super().get(key, default)
|
|
14418
|
+
|
|
14419
|
+
def __init__(__self__, *,
|
|
14420
|
+
base_path: str,
|
|
14421
|
+
bucket: str,
|
|
14422
|
+
credentials: str,
|
|
14423
|
+
snapshot_name: str,
|
|
14424
|
+
chunk_size: Optional[str] = None,
|
|
14425
|
+
compress: Optional[bool] = None):
|
|
14426
|
+
"""
|
|
14427
|
+
:param str base_path: The path to the repository data within its container. The value of this setting should not start or end with a /.
|
|
14428
|
+
:param str bucket: The path to the repository data within its container.
|
|
14429
|
+
:param str credentials: Google Cloud Storage credentials file content.
|
|
14430
|
+
:param str snapshot_name: The snapshot name to restore from.
|
|
14431
|
+
:param 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.
|
|
14432
|
+
:param bool compress: When set to true metadata files are stored in compressed format.
|
|
14433
|
+
"""
|
|
14434
|
+
pulumi.set(__self__, "base_path", base_path)
|
|
14435
|
+
pulumi.set(__self__, "bucket", bucket)
|
|
14436
|
+
pulumi.set(__self__, "credentials", credentials)
|
|
14437
|
+
pulumi.set(__self__, "snapshot_name", snapshot_name)
|
|
14438
|
+
if chunk_size is not None:
|
|
14439
|
+
pulumi.set(__self__, "chunk_size", chunk_size)
|
|
14440
|
+
if compress is not None:
|
|
14441
|
+
pulumi.set(__self__, "compress", compress)
|
|
14442
|
+
|
|
14443
|
+
@property
|
|
14444
|
+
@pulumi.getter(name="basePath")
|
|
14445
|
+
def base_path(self) -> str:
|
|
14446
|
+
"""
|
|
14447
|
+
The path to the repository data within its container. The value of this setting should not start or end with a /.
|
|
14448
|
+
"""
|
|
14449
|
+
return pulumi.get(self, "base_path")
|
|
14450
|
+
|
|
14451
|
+
@property
|
|
14452
|
+
@pulumi.getter
|
|
14453
|
+
def bucket(self) -> str:
|
|
14454
|
+
"""
|
|
14455
|
+
The path to the repository data within its container.
|
|
14456
|
+
"""
|
|
14457
|
+
return pulumi.get(self, "bucket")
|
|
14458
|
+
|
|
14459
|
+
@property
|
|
14460
|
+
@pulumi.getter
|
|
14461
|
+
def credentials(self) -> str:
|
|
14462
|
+
"""
|
|
14463
|
+
Google Cloud Storage credentials file content.
|
|
14464
|
+
"""
|
|
14465
|
+
return pulumi.get(self, "credentials")
|
|
14466
|
+
|
|
14467
|
+
@property
|
|
14468
|
+
@pulumi.getter(name="snapshotName")
|
|
14469
|
+
def snapshot_name(self) -> str:
|
|
14470
|
+
"""
|
|
14471
|
+
The snapshot name to restore from.
|
|
14472
|
+
"""
|
|
14473
|
+
return pulumi.get(self, "snapshot_name")
|
|
14474
|
+
|
|
14475
|
+
@property
|
|
14476
|
+
@pulumi.getter(name="chunkSize")
|
|
14477
|
+
def chunk_size(self) -> Optional[str]:
|
|
14478
|
+
"""
|
|
14479
|
+
Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
|
|
14480
|
+
"""
|
|
14481
|
+
return pulumi.get(self, "chunk_size")
|
|
14482
|
+
|
|
14483
|
+
@property
|
|
14484
|
+
@pulumi.getter
|
|
14485
|
+
def compress(self) -> Optional[bool]:
|
|
14486
|
+
"""
|
|
14487
|
+
When set to true metadata files are stored in compressed format.
|
|
14488
|
+
"""
|
|
14489
|
+
return pulumi.get(self, "compress")
|
|
14490
|
+
|
|
14491
|
+
|
|
14104
14492
|
@pulumi.output_type
|
|
14105
14493
|
class OpenSearchOpensearchUserConfigIndexPattern(dict):
|
|
14106
14494
|
@staticmethod
|
|
@@ -14161,6 +14549,98 @@ class OpenSearchOpensearchUserConfigIndexPattern(dict):
|
|
|
14161
14549
|
return pulumi.get(self, "sorting_algorithm")
|
|
14162
14550
|
|
|
14163
14551
|
|
|
14552
|
+
@pulumi.output_type
|
|
14553
|
+
class OpenSearchOpensearchUserConfigIndexRollup(dict):
|
|
14554
|
+
@staticmethod
|
|
14555
|
+
def __key_warning(key: str):
|
|
14556
|
+
suggest = None
|
|
14557
|
+
if key == "rollupDashboardsEnabled":
|
|
14558
|
+
suggest = "rollup_dashboards_enabled"
|
|
14559
|
+
elif key == "rollupEnabled":
|
|
14560
|
+
suggest = "rollup_enabled"
|
|
14561
|
+
elif key == "rollupSearchBackoffCount":
|
|
14562
|
+
suggest = "rollup_search_backoff_count"
|
|
14563
|
+
elif key == "rollupSearchBackoffMillis":
|
|
14564
|
+
suggest = "rollup_search_backoff_millis"
|
|
14565
|
+
elif key == "rollupSearchSearchAllJobs":
|
|
14566
|
+
suggest = "rollup_search_search_all_jobs"
|
|
14567
|
+
|
|
14568
|
+
if suggest:
|
|
14569
|
+
pulumi.log.warn(f"Key '{key}' not found in OpenSearchOpensearchUserConfigIndexRollup. Access the value via the '{suggest}' property getter instead.")
|
|
14570
|
+
|
|
14571
|
+
def __getitem__(self, key: str) -> Any:
|
|
14572
|
+
OpenSearchOpensearchUserConfigIndexRollup.__key_warning(key)
|
|
14573
|
+
return super().__getitem__(key)
|
|
14574
|
+
|
|
14575
|
+
def get(self, key: str, default = None) -> Any:
|
|
14576
|
+
OpenSearchOpensearchUserConfigIndexRollup.__key_warning(key)
|
|
14577
|
+
return super().get(key, default)
|
|
14578
|
+
|
|
14579
|
+
def __init__(__self__, *,
|
|
14580
|
+
rollup_dashboards_enabled: Optional[bool] = None,
|
|
14581
|
+
rollup_enabled: Optional[bool] = None,
|
|
14582
|
+
rollup_search_backoff_count: Optional[int] = None,
|
|
14583
|
+
rollup_search_backoff_millis: Optional[int] = None,
|
|
14584
|
+
rollup_search_search_all_jobs: Optional[bool] = None):
|
|
14585
|
+
"""
|
|
14586
|
+
:param bool rollup_dashboards_enabled: Whether rollups are enabled in OpenSearch Dashboards. Defaults to true.
|
|
14587
|
+
:param bool rollup_enabled: Whether the rollup plugin is enabled. Defaults to true.
|
|
14588
|
+
:param int rollup_search_backoff_count: How many retries the plugin should attempt for failed rollup jobs. Defaults to 5.
|
|
14589
|
+
:param int rollup_search_backoff_millis: The backoff time between retries for failed rollup jobs. Defaults to 1000ms.
|
|
14590
|
+
:param 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.
|
|
14591
|
+
"""
|
|
14592
|
+
if rollup_dashboards_enabled is not None:
|
|
14593
|
+
pulumi.set(__self__, "rollup_dashboards_enabled", rollup_dashboards_enabled)
|
|
14594
|
+
if rollup_enabled is not None:
|
|
14595
|
+
pulumi.set(__self__, "rollup_enabled", rollup_enabled)
|
|
14596
|
+
if rollup_search_backoff_count is not None:
|
|
14597
|
+
pulumi.set(__self__, "rollup_search_backoff_count", rollup_search_backoff_count)
|
|
14598
|
+
if rollup_search_backoff_millis is not None:
|
|
14599
|
+
pulumi.set(__self__, "rollup_search_backoff_millis", rollup_search_backoff_millis)
|
|
14600
|
+
if rollup_search_search_all_jobs is not None:
|
|
14601
|
+
pulumi.set(__self__, "rollup_search_search_all_jobs", rollup_search_search_all_jobs)
|
|
14602
|
+
|
|
14603
|
+
@property
|
|
14604
|
+
@pulumi.getter(name="rollupDashboardsEnabled")
|
|
14605
|
+
def rollup_dashboards_enabled(self) -> Optional[bool]:
|
|
14606
|
+
"""
|
|
14607
|
+
Whether rollups are enabled in OpenSearch Dashboards. Defaults to true.
|
|
14608
|
+
"""
|
|
14609
|
+
return pulumi.get(self, "rollup_dashboards_enabled")
|
|
14610
|
+
|
|
14611
|
+
@property
|
|
14612
|
+
@pulumi.getter(name="rollupEnabled")
|
|
14613
|
+
def rollup_enabled(self) -> Optional[bool]:
|
|
14614
|
+
"""
|
|
14615
|
+
Whether the rollup plugin is enabled. Defaults to true.
|
|
14616
|
+
"""
|
|
14617
|
+
return pulumi.get(self, "rollup_enabled")
|
|
14618
|
+
|
|
14619
|
+
@property
|
|
14620
|
+
@pulumi.getter(name="rollupSearchBackoffCount")
|
|
14621
|
+
def rollup_search_backoff_count(self) -> Optional[int]:
|
|
14622
|
+
"""
|
|
14623
|
+
How many retries the plugin should attempt for failed rollup jobs. Defaults to 5.
|
|
14624
|
+
"""
|
|
14625
|
+
return pulumi.get(self, "rollup_search_backoff_count")
|
|
14626
|
+
|
|
14627
|
+
@property
|
|
14628
|
+
@pulumi.getter(name="rollupSearchBackoffMillis")
|
|
14629
|
+
def rollup_search_backoff_millis(self) -> Optional[int]:
|
|
14630
|
+
"""
|
|
14631
|
+
The backoff time between retries for failed rollup jobs. Defaults to 1000ms.
|
|
14632
|
+
"""
|
|
14633
|
+
return pulumi.get(self, "rollup_search_backoff_millis")
|
|
14634
|
+
|
|
14635
|
+
@property
|
|
14636
|
+
@pulumi.getter(name="rollupSearchSearchAllJobs")
|
|
14637
|
+
def rollup_search_search_all_jobs(self) -> Optional[bool]:
|
|
14638
|
+
"""
|
|
14639
|
+
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.
|
|
14640
|
+
"""
|
|
14641
|
+
return pulumi.get(self, "rollup_search_search_all_jobs")
|
|
14642
|
+
|
|
14643
|
+
|
|
14164
14644
|
@pulumi.output_type
|
|
14165
14645
|
class OpenSearchOpensearchUserConfigIndexTemplate(dict):
|
|
14166
14646
|
@staticmethod
|
|
@@ -14304,8 +14784,8 @@ class OpenSearchOpensearchUserConfigOpenid(dict):
|
|
|
14304
14784
|
scope: Optional[str] = None,
|
|
14305
14785
|
subject_key: Optional[str] = None):
|
|
14306
14786
|
"""
|
|
14307
|
-
:param str client_id: The ID of the OpenID Connect client configured in your IdP. Required.
|
|
14308
|
-
:param str client_secret: The client secret of the OpenID Connect client configured in your IdP. Required.
|
|
14787
|
+
:param str client_id: The ID of the OpenID Connect client configured in your IdP. Required.
|
|
14788
|
+
:param str client_secret: The client secret of the OpenID Connect client configured in your IdP. Required.
|
|
14309
14789
|
:param 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`.
|
|
14310
14790
|
:param bool enabled: Enables or disables OpenID Connect authentication for OpenSearch. When enabled, users can authenticate using OpenID Connect with an Identity Provider. Default: `true`.
|
|
14311
14791
|
:param str header: HTTP header name of the JWT token. Optional. Default is Authorization. Default: `Authorization`.
|
|
@@ -14314,7 +14794,7 @@ class OpenSearchOpensearchUserConfigOpenid(dict):
|
|
|
14314
14794
|
:param int refresh_rate_limit_count: The maximum number of unknown key IDs in the time frame. Default is 10. Optional. Default: `10`.
|
|
14315
14795
|
:param 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`.
|
|
14316
14796
|
:param 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`.
|
|
14317
|
-
:param str scope: The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone.
|
|
14797
|
+
:param str scope: The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone.
|
|
14318
14798
|
:param 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`.
|
|
14319
14799
|
"""
|
|
14320
14800
|
pulumi.set(__self__, "client_id", client_id)
|
|
@@ -14342,7 +14822,7 @@ class OpenSearchOpensearchUserConfigOpenid(dict):
|
|
|
14342
14822
|
@pulumi.getter(name="clientId")
|
|
14343
14823
|
def client_id(self) -> str:
|
|
14344
14824
|
"""
|
|
14345
|
-
The ID of the OpenID Connect client configured in your IdP. Required.
|
|
14825
|
+
The ID of the OpenID Connect client configured in your IdP. Required.
|
|
14346
14826
|
"""
|
|
14347
14827
|
return pulumi.get(self, "client_id")
|
|
14348
14828
|
|
|
@@ -14350,7 +14830,7 @@ class OpenSearchOpensearchUserConfigOpenid(dict):
|
|
|
14350
14830
|
@pulumi.getter(name="clientSecret")
|
|
14351
14831
|
def client_secret(self) -> str:
|
|
14352
14832
|
"""
|
|
14353
|
-
The client secret of the OpenID Connect client configured in your IdP. Required.
|
|
14833
|
+
The client secret of the OpenID Connect client configured in your IdP. Required.
|
|
14354
14834
|
"""
|
|
14355
14835
|
return pulumi.get(self, "client_secret")
|
|
14356
14836
|
|
|
@@ -14422,7 +14902,7 @@ class OpenSearchOpensearchUserConfigOpenid(dict):
|
|
|
14422
14902
|
@pulumi.getter
|
|
14423
14903
|
def scope(self) -> Optional[str]:
|
|
14424
14904
|
"""
|
|
14425
|
-
The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone.
|
|
14905
|
+
The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone.
|
|
14426
14906
|
"""
|
|
14427
14907
|
return pulumi.get(self, "scope")
|
|
14428
14908
|
|
|
@@ -14594,7 +15074,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
14594
15074
|
:param str email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. Example: `alert-sender`.
|
|
14595
15075
|
:param str email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Example: `very-secure-mail-password`.
|
|
14596
15076
|
:param str email_sender_username: Sender username for Opensearch alerts. Example: `jane@example.com`.
|
|
14597
|
-
:param bool enable_security_audit: Enable/Disable security audit.
|
|
15077
|
+
:param bool enable_security_audit: Enable/Disable security audit.
|
|
14598
15078
|
:param int http_max_content_length: Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes.
|
|
14599
15079
|
:param int http_max_header_size: The max size of allowed headers, in bytes. Example: `8192`.
|
|
14600
15080
|
:param int http_max_initial_line_length: The max length of an HTTP URL, in bytes. Example: `4096`.
|
|
@@ -14606,14 +15086,14 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
14606
15086
|
:param 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.
|
|
14607
15087
|
:param 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.
|
|
14608
15088
|
:param int indices_recovery_max_concurrent_file_chunks: Number of file chunks sent in parallel for each recovery. Defaults to 2.
|
|
14609
|
-
:param bool ism_enabled: Specifies whether ISM is enabled or not.
|
|
14610
|
-
:param bool ism_history_enabled: Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document.
|
|
14611
|
-
:param int ism_history_max_age: The maximum age before rolling over the audit history index in hours.
|
|
14612
|
-
:param int ism_history_max_docs: The maximum number of documents before rolling over the audit history index.
|
|
14613
|
-
:param int ism_history_rollover_check_period: The time between rollover checks for the audit history index in hours.
|
|
14614
|
-
:param int ism_history_rollover_retention_period: How long audit history indices are kept in days.
|
|
14615
|
-
:param bool knn_memory_circuit_breaker_enabled: Enable or disable KNN memory circuit breaker. Defaults to true.
|
|
14616
|
-
:param 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.
|
|
15089
|
+
:param bool ism_enabled: Specifies whether ISM is enabled or not.
|
|
15090
|
+
:param bool ism_history_enabled: Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document.
|
|
15091
|
+
:param int ism_history_max_age: The maximum age before rolling over the audit history index in hours. Example: `24`.
|
|
15092
|
+
:param int ism_history_max_docs: The maximum number of documents before rolling over the audit history index. Example: `2500000`.
|
|
15093
|
+
:param int ism_history_rollover_check_period: The time between rollover checks for the audit history index in hours. Example: `8`.
|
|
15094
|
+
:param int ism_history_rollover_retention_period: How long audit history indices are kept in days. Example: `30`.
|
|
15095
|
+
:param bool knn_memory_circuit_breaker_enabled: Enable or disable KNN memory circuit breaker. Defaults to true.
|
|
15096
|
+
:param 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.
|
|
14617
15097
|
:param bool override_main_response_version: Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false.
|
|
14618
15098
|
:param bool plugins_alerting_filter_by_backend_roles: Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false.
|
|
14619
15099
|
:param Sequence[str] reindex_remote_whitelists: Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart.
|
|
@@ -14788,7 +15268,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
14788
15268
|
@pulumi.getter(name="enableSecurityAudit")
|
|
14789
15269
|
def enable_security_audit(self) -> Optional[bool]:
|
|
14790
15270
|
"""
|
|
14791
|
-
Enable/Disable security audit.
|
|
15271
|
+
Enable/Disable security audit.
|
|
14792
15272
|
"""
|
|
14793
15273
|
return pulumi.get(self, "enable_security_audit")
|
|
14794
15274
|
|
|
@@ -14884,7 +15364,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
14884
15364
|
@pulumi.getter(name="ismEnabled")
|
|
14885
15365
|
def ism_enabled(self) -> Optional[bool]:
|
|
14886
15366
|
"""
|
|
14887
|
-
Specifies whether ISM is enabled or not.
|
|
15367
|
+
Specifies whether ISM is enabled or not.
|
|
14888
15368
|
"""
|
|
14889
15369
|
return pulumi.get(self, "ism_enabled")
|
|
14890
15370
|
|
|
@@ -14892,7 +15372,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
14892
15372
|
@pulumi.getter(name="ismHistoryEnabled")
|
|
14893
15373
|
def ism_history_enabled(self) -> Optional[bool]:
|
|
14894
15374
|
"""
|
|
14895
|
-
Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document.
|
|
15375
|
+
Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document.
|
|
14896
15376
|
"""
|
|
14897
15377
|
return pulumi.get(self, "ism_history_enabled")
|
|
14898
15378
|
|
|
@@ -14900,7 +15380,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
14900
15380
|
@pulumi.getter(name="ismHistoryMaxAge")
|
|
14901
15381
|
def ism_history_max_age(self) -> Optional[int]:
|
|
14902
15382
|
"""
|
|
14903
|
-
The maximum age before rolling over the audit history index in hours.
|
|
15383
|
+
The maximum age before rolling over the audit history index in hours. Example: `24`.
|
|
14904
15384
|
"""
|
|
14905
15385
|
return pulumi.get(self, "ism_history_max_age")
|
|
14906
15386
|
|
|
@@ -14908,7 +15388,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
14908
15388
|
@pulumi.getter(name="ismHistoryMaxDocs")
|
|
14909
15389
|
def ism_history_max_docs(self) -> Optional[int]:
|
|
14910
15390
|
"""
|
|
14911
|
-
The maximum number of documents before rolling over the audit history index.
|
|
15391
|
+
The maximum number of documents before rolling over the audit history index. Example: `2500000`.
|
|
14912
15392
|
"""
|
|
14913
15393
|
return pulumi.get(self, "ism_history_max_docs")
|
|
14914
15394
|
|
|
@@ -14916,7 +15396,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
14916
15396
|
@pulumi.getter(name="ismHistoryRolloverCheckPeriod")
|
|
14917
15397
|
def ism_history_rollover_check_period(self) -> Optional[int]:
|
|
14918
15398
|
"""
|
|
14919
|
-
The time between rollover checks for the audit history index in hours.
|
|
15399
|
+
The time between rollover checks for the audit history index in hours. Example: `8`.
|
|
14920
15400
|
"""
|
|
14921
15401
|
return pulumi.get(self, "ism_history_rollover_check_period")
|
|
14922
15402
|
|
|
@@ -14924,7 +15404,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
14924
15404
|
@pulumi.getter(name="ismHistoryRolloverRetentionPeriod")
|
|
14925
15405
|
def ism_history_rollover_retention_period(self) -> Optional[int]:
|
|
14926
15406
|
"""
|
|
14927
|
-
How long audit history indices are kept in days.
|
|
15407
|
+
How long audit history indices are kept in days. Example: `30`.
|
|
14928
15408
|
"""
|
|
14929
15409
|
return pulumi.get(self, "ism_history_rollover_retention_period")
|
|
14930
15410
|
|
|
@@ -14932,7 +15412,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
14932
15412
|
@pulumi.getter(name="knnMemoryCircuitBreakerEnabled")
|
|
14933
15413
|
def knn_memory_circuit_breaker_enabled(self) -> Optional[bool]:
|
|
14934
15414
|
"""
|
|
14935
|
-
Enable or disable KNN memory circuit breaker. Defaults to true.
|
|
15415
|
+
Enable or disable KNN memory circuit breaker. Defaults to true.
|
|
14936
15416
|
"""
|
|
14937
15417
|
return pulumi.get(self, "knn_memory_circuit_breaker_enabled")
|
|
14938
15418
|
|
|
@@ -14940,7 +15420,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
14940
15420
|
@pulumi.getter(name="knnMemoryCircuitBreakerLimit")
|
|
14941
15421
|
def knn_memory_circuit_breaker_limit(self) -> Optional[int]:
|
|
14942
15422
|
"""
|
|
14943
|
-
Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size.
|
|
15423
|
+
Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size.
|
|
14944
15424
|
"""
|
|
14945
15425
|
return pulumi.get(self, "knn_memory_circuit_breaker_limit")
|
|
14946
15426
|
|
|
@@ -15583,6 +16063,154 @@ class OpenSearchOpensearchUserConfigPublicAccess(dict):
|
|
|
15583
16063
|
return pulumi.get(self, "prometheus")
|
|
15584
16064
|
|
|
15585
16065
|
|
|
16066
|
+
@pulumi.output_type
|
|
16067
|
+
class OpenSearchOpensearchUserConfigS3Migration(dict):
|
|
16068
|
+
@staticmethod
|
|
16069
|
+
def __key_warning(key: str):
|
|
16070
|
+
suggest = None
|
|
16071
|
+
if key == "accessKey":
|
|
16072
|
+
suggest = "access_key"
|
|
16073
|
+
elif key == "basePath":
|
|
16074
|
+
suggest = "base_path"
|
|
16075
|
+
elif key == "secretKey":
|
|
16076
|
+
suggest = "secret_key"
|
|
16077
|
+
elif key == "snapshotName":
|
|
16078
|
+
suggest = "snapshot_name"
|
|
16079
|
+
elif key == "chunkSize":
|
|
16080
|
+
suggest = "chunk_size"
|
|
16081
|
+
elif key == "serverSideEncryption":
|
|
16082
|
+
suggest = "server_side_encryption"
|
|
16083
|
+
|
|
16084
|
+
if suggest:
|
|
16085
|
+
pulumi.log.warn(f"Key '{key}' not found in OpenSearchOpensearchUserConfigS3Migration. Access the value via the '{suggest}' property getter instead.")
|
|
16086
|
+
|
|
16087
|
+
def __getitem__(self, key: str) -> Any:
|
|
16088
|
+
OpenSearchOpensearchUserConfigS3Migration.__key_warning(key)
|
|
16089
|
+
return super().__getitem__(key)
|
|
16090
|
+
|
|
16091
|
+
def get(self, key: str, default = None) -> Any:
|
|
16092
|
+
OpenSearchOpensearchUserConfigS3Migration.__key_warning(key)
|
|
16093
|
+
return super().get(key, default)
|
|
16094
|
+
|
|
16095
|
+
def __init__(__self__, *,
|
|
16096
|
+
access_key: str,
|
|
16097
|
+
base_path: str,
|
|
16098
|
+
bucket: str,
|
|
16099
|
+
region: str,
|
|
16100
|
+
secret_key: str,
|
|
16101
|
+
snapshot_name: str,
|
|
16102
|
+
chunk_size: Optional[str] = None,
|
|
16103
|
+
compress: Optional[bool] = None,
|
|
16104
|
+
endpoint: Optional[str] = None,
|
|
16105
|
+
server_side_encryption: Optional[bool] = None):
|
|
16106
|
+
"""
|
|
16107
|
+
:param str access_key: AWS Access key.
|
|
16108
|
+
:param str base_path: The path to the repository data within its container. The value of this setting should not start or end with a /.
|
|
16109
|
+
:param str bucket: S3 bucket name.
|
|
16110
|
+
:param str region: S3 region.
|
|
16111
|
+
:param str secret_key: AWS secret key.
|
|
16112
|
+
:param str snapshot_name: The snapshot name to restore from.
|
|
16113
|
+
:param 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.
|
|
16114
|
+
:param bool compress: When set to true metadata files are stored in compressed format.
|
|
16115
|
+
:param 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.
|
|
16116
|
+
:param bool server_side_encryption: When set to true files are encrypted on server side.
|
|
16117
|
+
"""
|
|
16118
|
+
pulumi.set(__self__, "access_key", access_key)
|
|
16119
|
+
pulumi.set(__self__, "base_path", base_path)
|
|
16120
|
+
pulumi.set(__self__, "bucket", bucket)
|
|
16121
|
+
pulumi.set(__self__, "region", region)
|
|
16122
|
+
pulumi.set(__self__, "secret_key", secret_key)
|
|
16123
|
+
pulumi.set(__self__, "snapshot_name", snapshot_name)
|
|
16124
|
+
if chunk_size is not None:
|
|
16125
|
+
pulumi.set(__self__, "chunk_size", chunk_size)
|
|
16126
|
+
if compress is not None:
|
|
16127
|
+
pulumi.set(__self__, "compress", compress)
|
|
16128
|
+
if endpoint is not None:
|
|
16129
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
|
16130
|
+
if server_side_encryption is not None:
|
|
16131
|
+
pulumi.set(__self__, "server_side_encryption", server_side_encryption)
|
|
16132
|
+
|
|
16133
|
+
@property
|
|
16134
|
+
@pulumi.getter(name="accessKey")
|
|
16135
|
+
def access_key(self) -> str:
|
|
16136
|
+
"""
|
|
16137
|
+
AWS Access key.
|
|
16138
|
+
"""
|
|
16139
|
+
return pulumi.get(self, "access_key")
|
|
16140
|
+
|
|
16141
|
+
@property
|
|
16142
|
+
@pulumi.getter(name="basePath")
|
|
16143
|
+
def base_path(self) -> str:
|
|
16144
|
+
"""
|
|
16145
|
+
The path to the repository data within its container. The value of this setting should not start or end with a /.
|
|
16146
|
+
"""
|
|
16147
|
+
return pulumi.get(self, "base_path")
|
|
16148
|
+
|
|
16149
|
+
@property
|
|
16150
|
+
@pulumi.getter
|
|
16151
|
+
def bucket(self) -> str:
|
|
16152
|
+
"""
|
|
16153
|
+
S3 bucket name.
|
|
16154
|
+
"""
|
|
16155
|
+
return pulumi.get(self, "bucket")
|
|
16156
|
+
|
|
16157
|
+
@property
|
|
16158
|
+
@pulumi.getter
|
|
16159
|
+
def region(self) -> str:
|
|
16160
|
+
"""
|
|
16161
|
+
S3 region.
|
|
16162
|
+
"""
|
|
16163
|
+
return pulumi.get(self, "region")
|
|
16164
|
+
|
|
16165
|
+
@property
|
|
16166
|
+
@pulumi.getter(name="secretKey")
|
|
16167
|
+
def secret_key(self) -> str:
|
|
16168
|
+
"""
|
|
16169
|
+
AWS secret key.
|
|
16170
|
+
"""
|
|
16171
|
+
return pulumi.get(self, "secret_key")
|
|
16172
|
+
|
|
16173
|
+
@property
|
|
16174
|
+
@pulumi.getter(name="snapshotName")
|
|
16175
|
+
def snapshot_name(self) -> str:
|
|
16176
|
+
"""
|
|
16177
|
+
The snapshot name to restore from.
|
|
16178
|
+
"""
|
|
16179
|
+
return pulumi.get(self, "snapshot_name")
|
|
16180
|
+
|
|
16181
|
+
@property
|
|
16182
|
+
@pulumi.getter(name="chunkSize")
|
|
16183
|
+
def chunk_size(self) -> Optional[str]:
|
|
16184
|
+
"""
|
|
16185
|
+
Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
|
|
16186
|
+
"""
|
|
16187
|
+
return pulumi.get(self, "chunk_size")
|
|
16188
|
+
|
|
16189
|
+
@property
|
|
16190
|
+
@pulumi.getter
|
|
16191
|
+
def compress(self) -> Optional[bool]:
|
|
16192
|
+
"""
|
|
16193
|
+
When set to true metadata files are stored in compressed format.
|
|
16194
|
+
"""
|
|
16195
|
+
return pulumi.get(self, "compress")
|
|
16196
|
+
|
|
16197
|
+
@property
|
|
16198
|
+
@pulumi.getter
|
|
16199
|
+
def endpoint(self) -> Optional[str]:
|
|
16200
|
+
"""
|
|
16201
|
+
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.
|
|
16202
|
+
"""
|
|
16203
|
+
return pulumi.get(self, "endpoint")
|
|
16204
|
+
|
|
16205
|
+
@property
|
|
16206
|
+
@pulumi.getter(name="serverSideEncryption")
|
|
16207
|
+
def server_side_encryption(self) -> Optional[bool]:
|
|
16208
|
+
"""
|
|
16209
|
+
When set to true files are encrypted on server side.
|
|
16210
|
+
"""
|
|
16211
|
+
return pulumi.get(self, "server_side_encryption")
|
|
16212
|
+
|
|
16213
|
+
|
|
15586
16214
|
@pulumi.output_type
|
|
15587
16215
|
class OpenSearchOpensearchUserConfigSaml(dict):
|
|
15588
16216
|
@staticmethod
|
|
@@ -16126,20 +16754,20 @@ class PgPg(dict):
|
|
|
16126
16754
|
uris: Optional[Sequence[str]] = None,
|
|
16127
16755
|
user: Optional[str] = None):
|
|
16128
16756
|
"""
|
|
16129
|
-
:param str bouncer:
|
|
16130
|
-
:param str dbname: Primary PostgreSQL database name
|
|
16131
|
-
:param str host: PostgreSQL
|
|
16132
|
-
:param int max_connections:
|
|
16133
|
-
:param Sequence['PgPgParamArgs'] params: PostgreSQL connection parameters
|
|
16134
|
-
:param str password: PostgreSQL admin user password
|
|
16135
|
-
:param int port: PostgreSQL port
|
|
16136
|
-
:param str replica_uri: PostgreSQL replica URI for services with a replica
|
|
16137
|
-
:param str sslmode: PostgreSQL
|
|
16138
|
-
:param Sequence[str] standby_uris: PostgreSQL standby connection URIs
|
|
16139
|
-
:param Sequence[str] syncing_uris: PostgreSQL syncing connection URIs
|
|
16140
|
-
:param str uri: PostgreSQL
|
|
16141
|
-
:param Sequence[str] uris: PostgreSQL
|
|
16142
|
-
:param str user: PostgreSQL admin user name
|
|
16757
|
+
:param str bouncer: PgBouncer connection details for [connection pooling](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling).
|
|
16758
|
+
:param str dbname: Primary PostgreSQL database name.
|
|
16759
|
+
:param str host: PostgreSQL primary node host IP or name.
|
|
16760
|
+
:param int max_connections: The [number of allowed connections](https://aiven.io/docs/products/postgresql/reference/pg-connection-limits). Varies based on the service plan.
|
|
16761
|
+
:param Sequence['PgPgParamArgs'] params: PostgreSQL connection parameters.
|
|
16762
|
+
:param str password: PostgreSQL admin user password.
|
|
16763
|
+
:param int port: PostgreSQL port.
|
|
16764
|
+
:param str replica_uri: PostgreSQL replica URI for services with a replica.
|
|
16765
|
+
:param str sslmode: PostgreSQL SSL mode setting.
|
|
16766
|
+
:param Sequence[str] standby_uris: PostgreSQL standby connection URIs.
|
|
16767
|
+
:param Sequence[str] syncing_uris: PostgreSQL syncing connection URIs.
|
|
16768
|
+
:param str uri: PostgreSQL primary connection URI.
|
|
16769
|
+
:param Sequence[str] uris: PostgreSQL primary connection URIs.
|
|
16770
|
+
:param str user: PostgreSQL admin user name.
|
|
16143
16771
|
"""
|
|
16144
16772
|
if bouncer is not None:
|
|
16145
16773
|
pulumi.set(__self__, "bouncer", bouncer)
|
|
@@ -16174,7 +16802,7 @@ class PgPg(dict):
|
|
|
16174
16802
|
@pulumi.getter
|
|
16175
16803
|
def bouncer(self) -> Optional[str]:
|
|
16176
16804
|
"""
|
|
16177
|
-
|
|
16805
|
+
PgBouncer connection details for [connection pooling](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling).
|
|
16178
16806
|
"""
|
|
16179
16807
|
return pulumi.get(self, "bouncer")
|
|
16180
16808
|
|
|
@@ -16182,7 +16810,7 @@ class PgPg(dict):
|
|
|
16182
16810
|
@pulumi.getter
|
|
16183
16811
|
def dbname(self) -> Optional[str]:
|
|
16184
16812
|
"""
|
|
16185
|
-
Primary PostgreSQL database name
|
|
16813
|
+
Primary PostgreSQL database name.
|
|
16186
16814
|
"""
|
|
16187
16815
|
return pulumi.get(self, "dbname")
|
|
16188
16816
|
|
|
@@ -16190,7 +16818,7 @@ class PgPg(dict):
|
|
|
16190
16818
|
@pulumi.getter
|
|
16191
16819
|
def host(self) -> Optional[str]:
|
|
16192
16820
|
"""
|
|
16193
|
-
PostgreSQL
|
|
16821
|
+
PostgreSQL primary node host IP or name.
|
|
16194
16822
|
"""
|
|
16195
16823
|
return pulumi.get(self, "host")
|
|
16196
16824
|
|
|
@@ -16198,7 +16826,7 @@ class PgPg(dict):
|
|
|
16198
16826
|
@pulumi.getter(name="maxConnections")
|
|
16199
16827
|
def max_connections(self) -> Optional[int]:
|
|
16200
16828
|
"""
|
|
16201
|
-
|
|
16829
|
+
The [number of allowed connections](https://aiven.io/docs/products/postgresql/reference/pg-connection-limits). Varies based on the service plan.
|
|
16202
16830
|
"""
|
|
16203
16831
|
return pulumi.get(self, "max_connections")
|
|
16204
16832
|
|
|
@@ -16206,7 +16834,7 @@ class PgPg(dict):
|
|
|
16206
16834
|
@pulumi.getter
|
|
16207
16835
|
def params(self) -> Optional[Sequence['outputs.PgPgParam']]:
|
|
16208
16836
|
"""
|
|
16209
|
-
PostgreSQL connection parameters
|
|
16837
|
+
PostgreSQL connection parameters.
|
|
16210
16838
|
"""
|
|
16211
16839
|
return pulumi.get(self, "params")
|
|
16212
16840
|
|
|
@@ -16214,7 +16842,7 @@ class PgPg(dict):
|
|
|
16214
16842
|
@pulumi.getter
|
|
16215
16843
|
def password(self) -> Optional[str]:
|
|
16216
16844
|
"""
|
|
16217
|
-
PostgreSQL admin user password
|
|
16845
|
+
PostgreSQL admin user password.
|
|
16218
16846
|
"""
|
|
16219
16847
|
return pulumi.get(self, "password")
|
|
16220
16848
|
|
|
@@ -16222,7 +16850,7 @@ class PgPg(dict):
|
|
|
16222
16850
|
@pulumi.getter
|
|
16223
16851
|
def port(self) -> Optional[int]:
|
|
16224
16852
|
"""
|
|
16225
|
-
PostgreSQL port
|
|
16853
|
+
PostgreSQL port.
|
|
16226
16854
|
"""
|
|
16227
16855
|
return pulumi.get(self, "port")
|
|
16228
16856
|
|
|
@@ -16230,7 +16858,7 @@ class PgPg(dict):
|
|
|
16230
16858
|
@pulumi.getter(name="replicaUri")
|
|
16231
16859
|
def replica_uri(self) -> Optional[str]:
|
|
16232
16860
|
"""
|
|
16233
|
-
PostgreSQL replica URI for services with a replica
|
|
16861
|
+
PostgreSQL replica URI for services with a replica.
|
|
16234
16862
|
"""
|
|
16235
16863
|
return pulumi.get(self, "replica_uri")
|
|
16236
16864
|
|
|
@@ -16238,7 +16866,7 @@ class PgPg(dict):
|
|
|
16238
16866
|
@pulumi.getter
|
|
16239
16867
|
def sslmode(self) -> Optional[str]:
|
|
16240
16868
|
"""
|
|
16241
|
-
PostgreSQL
|
|
16869
|
+
PostgreSQL SSL mode setting.
|
|
16242
16870
|
"""
|
|
16243
16871
|
return pulumi.get(self, "sslmode")
|
|
16244
16872
|
|
|
@@ -16246,7 +16874,7 @@ class PgPg(dict):
|
|
|
16246
16874
|
@pulumi.getter(name="standbyUris")
|
|
16247
16875
|
def standby_uris(self) -> Optional[Sequence[str]]:
|
|
16248
16876
|
"""
|
|
16249
|
-
PostgreSQL standby connection URIs
|
|
16877
|
+
PostgreSQL standby connection URIs.
|
|
16250
16878
|
"""
|
|
16251
16879
|
return pulumi.get(self, "standby_uris")
|
|
16252
16880
|
|
|
@@ -16254,7 +16882,7 @@ class PgPg(dict):
|
|
|
16254
16882
|
@pulumi.getter(name="syncingUris")
|
|
16255
16883
|
def syncing_uris(self) -> Optional[Sequence[str]]:
|
|
16256
16884
|
"""
|
|
16257
|
-
PostgreSQL syncing connection URIs
|
|
16885
|
+
PostgreSQL syncing connection URIs.
|
|
16258
16886
|
"""
|
|
16259
16887
|
return pulumi.get(self, "syncing_uris")
|
|
16260
16888
|
|
|
@@ -16262,7 +16890,7 @@ class PgPg(dict):
|
|
|
16262
16890
|
@pulumi.getter
|
|
16263
16891
|
def uri(self) -> Optional[str]:
|
|
16264
16892
|
"""
|
|
16265
|
-
PostgreSQL
|
|
16893
|
+
PostgreSQL primary connection URI.
|
|
16266
16894
|
"""
|
|
16267
16895
|
return pulumi.get(self, "uri")
|
|
16268
16896
|
|
|
@@ -16270,7 +16898,7 @@ class PgPg(dict):
|
|
|
16270
16898
|
@pulumi.getter
|
|
16271
16899
|
def uris(self) -> Optional[Sequence[str]]:
|
|
16272
16900
|
"""
|
|
16273
|
-
PostgreSQL
|
|
16901
|
+
PostgreSQL primary connection URIs.
|
|
16274
16902
|
"""
|
|
16275
16903
|
return pulumi.get(self, "uris")
|
|
16276
16904
|
|
|
@@ -16278,7 +16906,7 @@ class PgPg(dict):
|
|
|
16278
16906
|
@pulumi.getter
|
|
16279
16907
|
def user(self) -> Optional[str]:
|
|
16280
16908
|
"""
|
|
16281
|
-
PostgreSQL admin user name
|
|
16909
|
+
PostgreSQL admin user name.
|
|
16282
16910
|
"""
|
|
16283
16911
|
return pulumi.get(self, "user")
|
|
16284
16912
|
|
|
@@ -16310,12 +16938,12 @@ class PgPgParam(dict):
|
|
|
16310
16938
|
sslmode: Optional[str] = None,
|
|
16311
16939
|
user: Optional[str] = None):
|
|
16312
16940
|
"""
|
|
16313
|
-
:param str database_name: Primary PostgreSQL database name
|
|
16314
|
-
:param str host: PostgreSQL host IP or name
|
|
16315
|
-
:param str password: PostgreSQL admin user password
|
|
16316
|
-
:param int port: PostgreSQL port
|
|
16317
|
-
:param str sslmode: PostgreSQL
|
|
16318
|
-
:param str user: PostgreSQL admin user name
|
|
16941
|
+
:param str database_name: Primary PostgreSQL database name.
|
|
16942
|
+
:param str host: PostgreSQL host IP or name.
|
|
16943
|
+
:param str password: PostgreSQL admin user password.
|
|
16944
|
+
:param int port: PostgreSQL port.
|
|
16945
|
+
:param str sslmode: PostgreSQL SSL mode setting.
|
|
16946
|
+
:param str user: PostgreSQL admin user name.
|
|
16319
16947
|
"""
|
|
16320
16948
|
if database_name is not None:
|
|
16321
16949
|
pulumi.set(__self__, "database_name", database_name)
|
|
@@ -16334,7 +16962,7 @@ class PgPgParam(dict):
|
|
|
16334
16962
|
@pulumi.getter(name="databaseName")
|
|
16335
16963
|
def database_name(self) -> Optional[str]:
|
|
16336
16964
|
"""
|
|
16337
|
-
Primary PostgreSQL database name
|
|
16965
|
+
Primary PostgreSQL database name.
|
|
16338
16966
|
"""
|
|
16339
16967
|
return pulumi.get(self, "database_name")
|
|
16340
16968
|
|
|
@@ -16342,7 +16970,7 @@ class PgPgParam(dict):
|
|
|
16342
16970
|
@pulumi.getter
|
|
16343
16971
|
def host(self) -> Optional[str]:
|
|
16344
16972
|
"""
|
|
16345
|
-
PostgreSQL host IP or name
|
|
16973
|
+
PostgreSQL host IP or name.
|
|
16346
16974
|
"""
|
|
16347
16975
|
return pulumi.get(self, "host")
|
|
16348
16976
|
|
|
@@ -16350,7 +16978,7 @@ class PgPgParam(dict):
|
|
|
16350
16978
|
@pulumi.getter
|
|
16351
16979
|
def password(self) -> Optional[str]:
|
|
16352
16980
|
"""
|
|
16353
|
-
PostgreSQL admin user password
|
|
16981
|
+
PostgreSQL admin user password.
|
|
16354
16982
|
"""
|
|
16355
16983
|
return pulumi.get(self, "password")
|
|
16356
16984
|
|
|
@@ -16358,7 +16986,7 @@ class PgPgParam(dict):
|
|
|
16358
16986
|
@pulumi.getter
|
|
16359
16987
|
def port(self) -> Optional[int]:
|
|
16360
16988
|
"""
|
|
16361
|
-
PostgreSQL port
|
|
16989
|
+
PostgreSQL port.
|
|
16362
16990
|
"""
|
|
16363
16991
|
return pulumi.get(self, "port")
|
|
16364
16992
|
|
|
@@ -16366,7 +16994,7 @@ class PgPgParam(dict):
|
|
|
16366
16994
|
@pulumi.getter
|
|
16367
16995
|
def sslmode(self) -> Optional[str]:
|
|
16368
16996
|
"""
|
|
16369
|
-
PostgreSQL
|
|
16997
|
+
PostgreSQL SSL mode setting.
|
|
16370
16998
|
"""
|
|
16371
16999
|
return pulumi.get(self, "sslmode")
|
|
16372
17000
|
|
|
@@ -16374,7 +17002,7 @@ class PgPgParam(dict):
|
|
|
16374
17002
|
@pulumi.getter
|
|
16375
17003
|
def user(self) -> Optional[str]:
|
|
16376
17004
|
"""
|
|
16377
|
-
PostgreSQL admin user name
|
|
17005
|
+
PostgreSQL admin user name.
|
|
16378
17006
|
"""
|
|
16379
17007
|
return pulumi.get(self, "user")
|
|
16380
17008
|
|
|
@@ -27084,7 +27712,8 @@ class GetGrafanaGrafanaUserConfigResult(dict):
|
|
|
27084
27712
|
unified_alerting_enabled: Optional[bool] = None,
|
|
27085
27713
|
user_auto_assign_org: Optional[bool] = None,
|
|
27086
27714
|
user_auto_assign_org_role: Optional[str] = None,
|
|
27087
|
-
viewers_can_edit: Optional[bool] = None
|
|
27715
|
+
viewers_can_edit: Optional[bool] = None,
|
|
27716
|
+
wal: Optional[bool] = None):
|
|
27088
27717
|
"""
|
|
27089
27718
|
:param str additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
27090
27719
|
:param bool alerting_enabled: Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified_alerting_enabled.
|
|
@@ -27128,6 +27757,7 @@ class GetGrafanaGrafanaUserConfigResult(dict):
|
|
|
27128
27757
|
:param bool user_auto_assign_org: Auto-assign new users on signup to main organization. Defaults to false.
|
|
27129
27758
|
:param str user_auto_assign_org_role: Enum: `Viewer`, `Admin`, `Editor`. Set role for new signups. Defaults to Viewer.
|
|
27130
27759
|
:param bool viewers_can_edit: Users with view-only permission can edit but not save dashboards.
|
|
27760
|
+
:param bool wal: Setting to enable/disable Write-Ahead Logging. The default value is false (disabled).
|
|
27131
27761
|
"""
|
|
27132
27762
|
if additional_backup_regions is not None:
|
|
27133
27763
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
@@ -27213,6 +27843,8 @@ class GetGrafanaGrafanaUserConfigResult(dict):
|
|
|
27213
27843
|
pulumi.set(__self__, "user_auto_assign_org_role", user_auto_assign_org_role)
|
|
27214
27844
|
if viewers_can_edit is not None:
|
|
27215
27845
|
pulumi.set(__self__, "viewers_can_edit", viewers_can_edit)
|
|
27846
|
+
if wal is not None:
|
|
27847
|
+
pulumi.set(__self__, "wal", wal)
|
|
27216
27848
|
|
|
27217
27849
|
@property
|
|
27218
27850
|
@pulumi.getter(name="additionalBackupRegions")
|
|
@@ -27551,6 +28183,14 @@ class GetGrafanaGrafanaUserConfigResult(dict):
|
|
|
27551
28183
|
"""
|
|
27552
28184
|
return pulumi.get(self, "viewers_can_edit")
|
|
27553
28185
|
|
|
28186
|
+
@property
|
|
28187
|
+
@pulumi.getter
|
|
28188
|
+
def wal(self) -> Optional[bool]:
|
|
28189
|
+
"""
|
|
28190
|
+
Setting to enable/disable Write-Ahead Logging. The default value is false (disabled).
|
|
28191
|
+
"""
|
|
28192
|
+
return pulumi.get(self, "wal")
|
|
28193
|
+
|
|
27554
28194
|
|
|
27555
28195
|
@pulumi.output_type
|
|
27556
28196
|
class GetGrafanaGrafanaUserConfigAuthAzureadResult(dict):
|
|
@@ -30001,6 +30641,7 @@ class GetKafkaKafkaUserConfigResult(dict):
|
|
|
30001
30641
|
kafka_rest: Optional[bool] = None,
|
|
30002
30642
|
kafka_rest_authorization: Optional[bool] = None,
|
|
30003
30643
|
kafka_rest_config: Optional['outputs.GetKafkaKafkaUserConfigKafkaRestConfigResult'] = None,
|
|
30644
|
+
kafka_sasl_mechanisms: Optional['outputs.GetKafkaKafkaUserConfigKafkaSaslMechanismsResult'] = None,
|
|
30004
30645
|
kafka_version: Optional[str] = None,
|
|
30005
30646
|
letsencrypt_sasl_privatelink: Optional[bool] = None,
|
|
30006
30647
|
private_access: Optional['outputs.GetKafkaKafkaUserConfigPrivateAccessResult'] = None,
|
|
@@ -30026,6 +30667,7 @@ class GetKafkaKafkaUserConfigResult(dict):
|
|
|
30026
30667
|
:param bool kafka_rest: Enable Kafka-REST service. Default: `false`.
|
|
30027
30668
|
:param bool kafka_rest_authorization: Enable authorization in Kafka-REST service.
|
|
30028
30669
|
:param 'GetKafkaKafkaUserConfigKafkaRestConfigArgs' kafka_rest_config: Kafka REST configuration
|
|
30670
|
+
:param 'GetKafkaKafkaUserConfigKafkaSaslMechanismsArgs' kafka_sasl_mechanisms: Kafka SASL mechanisms
|
|
30029
30671
|
:param str kafka_version: Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, and newer. Kafka major version.
|
|
30030
30672
|
:param bool letsencrypt_sasl_privatelink: Use Letsencrypt CA for Kafka SASL via Privatelink.
|
|
30031
30673
|
:param 'GetKafkaKafkaUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
@@ -30067,6 +30709,8 @@ class GetKafkaKafkaUserConfigResult(dict):
|
|
|
30067
30709
|
pulumi.set(__self__, "kafka_rest_authorization", kafka_rest_authorization)
|
|
30068
30710
|
if kafka_rest_config is not None:
|
|
30069
30711
|
pulumi.set(__self__, "kafka_rest_config", kafka_rest_config)
|
|
30712
|
+
if kafka_sasl_mechanisms is not None:
|
|
30713
|
+
pulumi.set(__self__, "kafka_sasl_mechanisms", kafka_sasl_mechanisms)
|
|
30070
30714
|
if kafka_version is not None:
|
|
30071
30715
|
pulumi.set(__self__, "kafka_version", kafka_version)
|
|
30072
30716
|
if letsencrypt_sasl_privatelink is not None:
|
|
@@ -30207,6 +30851,14 @@ class GetKafkaKafkaUserConfigResult(dict):
|
|
|
30207
30851
|
"""
|
|
30208
30852
|
return pulumi.get(self, "kafka_rest_config")
|
|
30209
30853
|
|
|
30854
|
+
@property
|
|
30855
|
+
@pulumi.getter(name="kafkaSaslMechanisms")
|
|
30856
|
+
def kafka_sasl_mechanisms(self) -> Optional['outputs.GetKafkaKafkaUserConfigKafkaSaslMechanismsResult']:
|
|
30857
|
+
"""
|
|
30858
|
+
Kafka SASL mechanisms
|
|
30859
|
+
"""
|
|
30860
|
+
return pulumi.get(self, "kafka_sasl_mechanisms")
|
|
30861
|
+
|
|
30210
30862
|
@property
|
|
30211
30863
|
@pulumi.getter(name="kafkaVersion")
|
|
30212
30864
|
def kafka_version(self) -> Optional[str]:
|
|
@@ -30430,7 +31082,7 @@ class GetKafkaKafkaUserConfigKafkaResult(dict):
|
|
|
30430
31082
|
:param 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).
|
|
30431
31083
|
:param str sasl_oauthbearer_sub_claim_name: Name of the scope from which to extract the subject claim from the JWT.(Default: sub).
|
|
30432
31084
|
:param int socket_request_max_bytes: The maximum number of bytes in a socket request (Default: 104857600 bytes).
|
|
30433
|
-
:param 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:
|
|
31085
|
+
:param 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).
|
|
30434
31086
|
:param 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`.
|
|
30435
31087
|
:param 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`.
|
|
30436
31088
|
"""
|
|
@@ -30875,7 +31527,7 @@ class GetKafkaKafkaUserConfigKafkaResult(dict):
|
|
|
30875
31527
|
@pulumi.getter(name="transactionPartitionVerificationEnable")
|
|
30876
31528
|
def transaction_partition_verification_enable(self) -> Optional[bool]:
|
|
30877
31529
|
"""
|
|
30878
|
-
Enable verification that checks that the partition has been added to the transaction before writing transactional records to the partition. (Default:
|
|
31530
|
+
Enable verification that checks that the partition has been added to the transaction before writing transactional records to the partition. (Default: true).
|
|
30879
31531
|
"""
|
|
30880
31532
|
return pulumi.get(self, "transaction_partition_verification_enable")
|
|
30881
31533
|
|
|
@@ -31401,6 +32053,49 @@ class GetKafkaKafkaUserConfigKafkaRestConfigResult(dict):
|
|
|
31401
32053
|
return pulumi.get(self, "simpleconsumer_pool_size_max")
|
|
31402
32054
|
|
|
31403
32055
|
|
|
32056
|
+
@pulumi.output_type
|
|
32057
|
+
class GetKafkaKafkaUserConfigKafkaSaslMechanismsResult(dict):
|
|
32058
|
+
def __init__(__self__, *,
|
|
32059
|
+
plain: Optional[bool] = None,
|
|
32060
|
+
scram_sha256: Optional[bool] = None,
|
|
32061
|
+
scram_sha512: Optional[bool] = None):
|
|
32062
|
+
"""
|
|
32063
|
+
:param bool plain: Enable PLAIN mechanism. Default: `true`.
|
|
32064
|
+
:param bool scram_sha256: Enable SCRAM-SHA-256 mechanism. Default: `true`.
|
|
32065
|
+
:param bool scram_sha512: Enable SCRAM-SHA-512 mechanism. Default: `true`.
|
|
32066
|
+
"""
|
|
32067
|
+
if plain is not None:
|
|
32068
|
+
pulumi.set(__self__, "plain", plain)
|
|
32069
|
+
if scram_sha256 is not None:
|
|
32070
|
+
pulumi.set(__self__, "scram_sha256", scram_sha256)
|
|
32071
|
+
if scram_sha512 is not None:
|
|
32072
|
+
pulumi.set(__self__, "scram_sha512", scram_sha512)
|
|
32073
|
+
|
|
32074
|
+
@property
|
|
32075
|
+
@pulumi.getter
|
|
32076
|
+
def plain(self) -> Optional[bool]:
|
|
32077
|
+
"""
|
|
32078
|
+
Enable PLAIN mechanism. Default: `true`.
|
|
32079
|
+
"""
|
|
32080
|
+
return pulumi.get(self, "plain")
|
|
32081
|
+
|
|
32082
|
+
@property
|
|
32083
|
+
@pulumi.getter(name="scramSha256")
|
|
32084
|
+
def scram_sha256(self) -> Optional[bool]:
|
|
32085
|
+
"""
|
|
32086
|
+
Enable SCRAM-SHA-256 mechanism. Default: `true`.
|
|
32087
|
+
"""
|
|
32088
|
+
return pulumi.get(self, "scram_sha256")
|
|
32089
|
+
|
|
32090
|
+
@property
|
|
32091
|
+
@pulumi.getter(name="scramSha512")
|
|
32092
|
+
def scram_sha512(self) -> Optional[bool]:
|
|
32093
|
+
"""
|
|
32094
|
+
Enable SCRAM-SHA-512 mechanism. Default: `true`.
|
|
32095
|
+
"""
|
|
32096
|
+
return pulumi.get(self, "scram_sha512")
|
|
32097
|
+
|
|
32098
|
+
|
|
31404
32099
|
@pulumi.output_type
|
|
31405
32100
|
class GetKafkaKafkaUserConfigPrivateAccessResult(dict):
|
|
31406
32101
|
def __init__(__self__, *,
|
|
@@ -31918,6 +32613,7 @@ class GetKafkaMirrorMakerKafkaMirrormakerUserConfigIpFilterObjectResult(dict):
|
|
|
31918
32613
|
@pulumi.output_type
|
|
31919
32614
|
class GetKafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormakerResult(dict):
|
|
31920
32615
|
def __init__(__self__, *,
|
|
32616
|
+
admin_timeout_ms: Optional[int] = None,
|
|
31921
32617
|
emit_checkpoints_enabled: Optional[bool] = None,
|
|
31922
32618
|
emit_checkpoints_interval_seconds: Optional[int] = None,
|
|
31923
32619
|
groups: Optional[str] = None,
|
|
@@ -31932,6 +32628,7 @@ class GetKafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormakerResult(dict):
|
|
|
31932
32628
|
sync_topic_configs_enabled: Optional[bool] = None,
|
|
31933
32629
|
tasks_max_per_cpu: Optional[int] = None):
|
|
31934
32630
|
"""
|
|
32631
|
+
:param 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).
|
|
31935
32632
|
:param bool emit_checkpoints_enabled: Whether to emit consumer group offset checkpoints to target cluster periodically (default: true).
|
|
31936
32633
|
:param int emit_checkpoints_interval_seconds: Frequency at which consumer group offset checkpoints are emitted (default: 60, every minute). Example: `60`.
|
|
31937
32634
|
:param str groups: Consumer groups to replicate. Supports comma-separated group IDs and regexes. Example: `.*`.
|
|
@@ -31946,6 +32643,8 @@ class GetKafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormakerResult(dict):
|
|
|
31946
32643
|
:param bool sync_topic_configs_enabled: Whether to periodically configure remote topics to match their corresponding upstream topics.
|
|
31947
32644
|
:param int tasks_max_per_cpu: `tasks.max` is set to this multiplied by the number of CPUs in the service. Default: `1`.
|
|
31948
32645
|
"""
|
|
32646
|
+
if admin_timeout_ms is not None:
|
|
32647
|
+
pulumi.set(__self__, "admin_timeout_ms", admin_timeout_ms)
|
|
31949
32648
|
if emit_checkpoints_enabled is not None:
|
|
31950
32649
|
pulumi.set(__self__, "emit_checkpoints_enabled", emit_checkpoints_enabled)
|
|
31951
32650
|
if emit_checkpoints_interval_seconds is not None:
|
|
@@ -31973,6 +32672,14 @@ class GetKafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormakerResult(dict):
|
|
|
31973
32672
|
if tasks_max_per_cpu is not None:
|
|
31974
32673
|
pulumi.set(__self__, "tasks_max_per_cpu", tasks_max_per_cpu)
|
|
31975
32674
|
|
|
32675
|
+
@property
|
|
32676
|
+
@pulumi.getter(name="adminTimeoutMs")
|
|
32677
|
+
def admin_timeout_ms(self) -> Optional[int]:
|
|
32678
|
+
"""
|
|
32679
|
+
Timeout for administrative tasks, e.g. detecting new topics, loading of consumer group and offsets. Defaults to 60000 milliseconds (1 minute).
|
|
32680
|
+
"""
|
|
32681
|
+
return pulumi.get(self, "admin_timeout_ms")
|
|
32682
|
+
|
|
31976
32683
|
@property
|
|
31977
32684
|
@pulumi.getter(name="emitCheckpointsEnabled")
|
|
31978
32685
|
def emit_checkpoints_enabled(self) -> Optional[bool]:
|
|
@@ -35288,9 +35995,12 @@ class GetOpenSearchOpensearchResult(dict):
|
|
|
35288
35995
|
class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
35289
35996
|
def __init__(__self__, *,
|
|
35290
35997
|
additional_backup_regions: Optional[str] = None,
|
|
35998
|
+
azure_migration: Optional['outputs.GetOpenSearchOpensearchUserConfigAzureMigrationResult'] = None,
|
|
35291
35999
|
custom_domain: Optional[str] = None,
|
|
35292
36000
|
disable_replication_factor_adjustment: Optional[bool] = None,
|
|
36001
|
+
gcs_migration: Optional['outputs.GetOpenSearchOpensearchUserConfigGcsMigrationResult'] = None,
|
|
35293
36002
|
index_patterns: Optional[Sequence['outputs.GetOpenSearchOpensearchUserConfigIndexPatternResult']] = None,
|
|
36003
|
+
index_rollup: Optional['outputs.GetOpenSearchOpensearchUserConfigIndexRollupResult'] = None,
|
|
35294
36004
|
index_template: Optional['outputs.GetOpenSearchOpensearchUserConfigIndexTemplateResult'] = None,
|
|
35295
36005
|
ip_filter_objects: Optional[Sequence['outputs.GetOpenSearchOpensearchUserConfigIpFilterObjectResult']] = None,
|
|
35296
36006
|
ip_filter_strings: Optional[Sequence[str]] = None,
|
|
@@ -35306,6 +36016,7 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
|
35306
36016
|
project_to_fork_from: Optional[str] = None,
|
|
35307
36017
|
public_access: Optional['outputs.GetOpenSearchOpensearchUserConfigPublicAccessResult'] = None,
|
|
35308
36018
|
recovery_basebackup_name: Optional[str] = None,
|
|
36019
|
+
s3_migration: Optional['outputs.GetOpenSearchOpensearchUserConfigS3MigrationResult'] = None,
|
|
35309
36020
|
saml: Optional['outputs.GetOpenSearchOpensearchUserConfigSamlResult'] = None,
|
|
35310
36021
|
service_log: Optional[bool] = None,
|
|
35311
36022
|
service_to_fork_from: Optional[str] = None,
|
|
@@ -35315,6 +36026,7 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
|
35315
36026
|
:param str custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
|
|
35316
36027
|
:param bool disable_replication_factor_adjustment: Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can no longer be activated.
|
|
35317
36028
|
:param Sequence['GetOpenSearchOpensearchUserConfigIndexPatternArgs'] index_patterns: Index patterns
|
|
36029
|
+
:param 'GetOpenSearchOpensearchUserConfigIndexRollupArgs' index_rollup: Index rollup settings
|
|
35318
36030
|
:param 'GetOpenSearchOpensearchUserConfigIndexTemplateArgs' index_template: Template settings for all new indexes
|
|
35319
36031
|
:param Sequence['GetOpenSearchOpensearchUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
35320
36032
|
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
@@ -35337,12 +36049,18 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
|
35337
36049
|
"""
|
|
35338
36050
|
if additional_backup_regions is not None:
|
|
35339
36051
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
36052
|
+
if azure_migration is not None:
|
|
36053
|
+
pulumi.set(__self__, "azure_migration", azure_migration)
|
|
35340
36054
|
if custom_domain is not None:
|
|
35341
36055
|
pulumi.set(__self__, "custom_domain", custom_domain)
|
|
35342
36056
|
if disable_replication_factor_adjustment is not None:
|
|
35343
36057
|
pulumi.set(__self__, "disable_replication_factor_adjustment", disable_replication_factor_adjustment)
|
|
36058
|
+
if gcs_migration is not None:
|
|
36059
|
+
pulumi.set(__self__, "gcs_migration", gcs_migration)
|
|
35344
36060
|
if index_patterns is not None:
|
|
35345
36061
|
pulumi.set(__self__, "index_patterns", index_patterns)
|
|
36062
|
+
if index_rollup is not None:
|
|
36063
|
+
pulumi.set(__self__, "index_rollup", index_rollup)
|
|
35346
36064
|
if index_template is not None:
|
|
35347
36065
|
pulumi.set(__self__, "index_template", index_template)
|
|
35348
36066
|
if ip_filter_objects is not None:
|
|
@@ -35373,6 +36091,8 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
|
35373
36091
|
pulumi.set(__self__, "public_access", public_access)
|
|
35374
36092
|
if recovery_basebackup_name is not None:
|
|
35375
36093
|
pulumi.set(__self__, "recovery_basebackup_name", recovery_basebackup_name)
|
|
36094
|
+
if s3_migration is not None:
|
|
36095
|
+
pulumi.set(__self__, "s3_migration", s3_migration)
|
|
35376
36096
|
if saml is not None:
|
|
35377
36097
|
pulumi.set(__self__, "saml", saml)
|
|
35378
36098
|
if service_log is not None:
|
|
@@ -35390,6 +36110,11 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
|
35390
36110
|
"""
|
|
35391
36111
|
return pulumi.get(self, "additional_backup_regions")
|
|
35392
36112
|
|
|
36113
|
+
@property
|
|
36114
|
+
@pulumi.getter(name="azureMigration")
|
|
36115
|
+
def azure_migration(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigAzureMigrationResult']:
|
|
36116
|
+
return pulumi.get(self, "azure_migration")
|
|
36117
|
+
|
|
35393
36118
|
@property
|
|
35394
36119
|
@pulumi.getter(name="customDomain")
|
|
35395
36120
|
def custom_domain(self) -> Optional[str]:
|
|
@@ -35406,6 +36131,11 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
|
35406
36131
|
"""
|
|
35407
36132
|
return pulumi.get(self, "disable_replication_factor_adjustment")
|
|
35408
36133
|
|
|
36134
|
+
@property
|
|
36135
|
+
@pulumi.getter(name="gcsMigration")
|
|
36136
|
+
def gcs_migration(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigGcsMigrationResult']:
|
|
36137
|
+
return pulumi.get(self, "gcs_migration")
|
|
36138
|
+
|
|
35409
36139
|
@property
|
|
35410
36140
|
@pulumi.getter(name="indexPatterns")
|
|
35411
36141
|
def index_patterns(self) -> Optional[Sequence['outputs.GetOpenSearchOpensearchUserConfigIndexPatternResult']]:
|
|
@@ -35414,6 +36144,14 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
|
35414
36144
|
"""
|
|
35415
36145
|
return pulumi.get(self, "index_patterns")
|
|
35416
36146
|
|
|
36147
|
+
@property
|
|
36148
|
+
@pulumi.getter(name="indexRollup")
|
|
36149
|
+
def index_rollup(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigIndexRollupResult']:
|
|
36150
|
+
"""
|
|
36151
|
+
Index rollup settings
|
|
36152
|
+
"""
|
|
36153
|
+
return pulumi.get(self, "index_rollup")
|
|
36154
|
+
|
|
35417
36155
|
@property
|
|
35418
36156
|
@pulumi.getter(name="indexTemplate")
|
|
35419
36157
|
def index_template(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigIndexTemplateResult']:
|
|
@@ -35535,6 +36273,11 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
|
35535
36273
|
"""
|
|
35536
36274
|
return pulumi.get(self, "recovery_basebackup_name")
|
|
35537
36275
|
|
|
36276
|
+
@property
|
|
36277
|
+
@pulumi.getter(name="s3Migration")
|
|
36278
|
+
def s3_migration(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigS3MigrationResult']:
|
|
36279
|
+
return pulumi.get(self, "s3_migration")
|
|
36280
|
+
|
|
35538
36281
|
@property
|
|
35539
36282
|
@pulumi.getter
|
|
35540
36283
|
def saml(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigSamlResult']:
|
|
@@ -35568,6 +36311,192 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
|
35568
36311
|
return pulumi.get(self, "static_ips")
|
|
35569
36312
|
|
|
35570
36313
|
|
|
36314
|
+
@pulumi.output_type
|
|
36315
|
+
class GetOpenSearchOpensearchUserConfigAzureMigrationResult(dict):
|
|
36316
|
+
def __init__(__self__, *,
|
|
36317
|
+
account: str,
|
|
36318
|
+
base_path: str,
|
|
36319
|
+
container: str,
|
|
36320
|
+
snapshot_name: str,
|
|
36321
|
+
chunk_size: Optional[str] = None,
|
|
36322
|
+
compress: Optional[bool] = None,
|
|
36323
|
+
endpoint_suffix: Optional[str] = None,
|
|
36324
|
+
key: Optional[str] = None,
|
|
36325
|
+
sas_token: Optional[str] = None):
|
|
36326
|
+
"""
|
|
36327
|
+
:param str account: Azure account name.
|
|
36328
|
+
:param str base_path: The path to the repository data within its container. The value of this setting should not start or end with a /.
|
|
36329
|
+
:param str container: Azure container name.
|
|
36330
|
+
:param str snapshot_name: The snapshot name to restore from.
|
|
36331
|
+
:param 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.
|
|
36332
|
+
:param bool compress: When set to true metadata files are stored in compressed format.
|
|
36333
|
+
:param str endpoint_suffix: Defines the DNS suffix for Azure Storage endpoints.
|
|
36334
|
+
:param str key: Azure account secret key. One of key or sas_token should be specified.
|
|
36335
|
+
:param str sas_token: A shared access signatures (SAS) token. One of key or sas_token should be specified.
|
|
36336
|
+
"""
|
|
36337
|
+
pulumi.set(__self__, "account", account)
|
|
36338
|
+
pulumi.set(__self__, "base_path", base_path)
|
|
36339
|
+
pulumi.set(__self__, "container", container)
|
|
36340
|
+
pulumi.set(__self__, "snapshot_name", snapshot_name)
|
|
36341
|
+
if chunk_size is not None:
|
|
36342
|
+
pulumi.set(__self__, "chunk_size", chunk_size)
|
|
36343
|
+
if compress is not None:
|
|
36344
|
+
pulumi.set(__self__, "compress", compress)
|
|
36345
|
+
if endpoint_suffix is not None:
|
|
36346
|
+
pulumi.set(__self__, "endpoint_suffix", endpoint_suffix)
|
|
36347
|
+
if key is not None:
|
|
36348
|
+
pulumi.set(__self__, "key", key)
|
|
36349
|
+
if sas_token is not None:
|
|
36350
|
+
pulumi.set(__self__, "sas_token", sas_token)
|
|
36351
|
+
|
|
36352
|
+
@property
|
|
36353
|
+
@pulumi.getter
|
|
36354
|
+
def account(self) -> str:
|
|
36355
|
+
"""
|
|
36356
|
+
Azure account name.
|
|
36357
|
+
"""
|
|
36358
|
+
return pulumi.get(self, "account")
|
|
36359
|
+
|
|
36360
|
+
@property
|
|
36361
|
+
@pulumi.getter(name="basePath")
|
|
36362
|
+
def base_path(self) -> str:
|
|
36363
|
+
"""
|
|
36364
|
+
The path to the repository data within its container. The value of this setting should not start or end with a /.
|
|
36365
|
+
"""
|
|
36366
|
+
return pulumi.get(self, "base_path")
|
|
36367
|
+
|
|
36368
|
+
@property
|
|
36369
|
+
@pulumi.getter
|
|
36370
|
+
def container(self) -> str:
|
|
36371
|
+
"""
|
|
36372
|
+
Azure container name.
|
|
36373
|
+
"""
|
|
36374
|
+
return pulumi.get(self, "container")
|
|
36375
|
+
|
|
36376
|
+
@property
|
|
36377
|
+
@pulumi.getter(name="snapshotName")
|
|
36378
|
+
def snapshot_name(self) -> str:
|
|
36379
|
+
"""
|
|
36380
|
+
The snapshot name to restore from.
|
|
36381
|
+
"""
|
|
36382
|
+
return pulumi.get(self, "snapshot_name")
|
|
36383
|
+
|
|
36384
|
+
@property
|
|
36385
|
+
@pulumi.getter(name="chunkSize")
|
|
36386
|
+
def chunk_size(self) -> Optional[str]:
|
|
36387
|
+
"""
|
|
36388
|
+
Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
|
|
36389
|
+
"""
|
|
36390
|
+
return pulumi.get(self, "chunk_size")
|
|
36391
|
+
|
|
36392
|
+
@property
|
|
36393
|
+
@pulumi.getter
|
|
36394
|
+
def compress(self) -> Optional[bool]:
|
|
36395
|
+
"""
|
|
36396
|
+
When set to true metadata files are stored in compressed format.
|
|
36397
|
+
"""
|
|
36398
|
+
return pulumi.get(self, "compress")
|
|
36399
|
+
|
|
36400
|
+
@property
|
|
36401
|
+
@pulumi.getter(name="endpointSuffix")
|
|
36402
|
+
def endpoint_suffix(self) -> Optional[str]:
|
|
36403
|
+
"""
|
|
36404
|
+
Defines the DNS suffix for Azure Storage endpoints.
|
|
36405
|
+
"""
|
|
36406
|
+
return pulumi.get(self, "endpoint_suffix")
|
|
36407
|
+
|
|
36408
|
+
@property
|
|
36409
|
+
@pulumi.getter
|
|
36410
|
+
def key(self) -> Optional[str]:
|
|
36411
|
+
"""
|
|
36412
|
+
Azure account secret key. One of key or sas_token should be specified.
|
|
36413
|
+
"""
|
|
36414
|
+
return pulumi.get(self, "key")
|
|
36415
|
+
|
|
36416
|
+
@property
|
|
36417
|
+
@pulumi.getter(name="sasToken")
|
|
36418
|
+
def sas_token(self) -> Optional[str]:
|
|
36419
|
+
"""
|
|
36420
|
+
A shared access signatures (SAS) token. One of key or sas_token should be specified.
|
|
36421
|
+
"""
|
|
36422
|
+
return pulumi.get(self, "sas_token")
|
|
36423
|
+
|
|
36424
|
+
|
|
36425
|
+
@pulumi.output_type
|
|
36426
|
+
class GetOpenSearchOpensearchUserConfigGcsMigrationResult(dict):
|
|
36427
|
+
def __init__(__self__, *,
|
|
36428
|
+
base_path: str,
|
|
36429
|
+
bucket: str,
|
|
36430
|
+
credentials: str,
|
|
36431
|
+
snapshot_name: str,
|
|
36432
|
+
chunk_size: Optional[str] = None,
|
|
36433
|
+
compress: Optional[bool] = None):
|
|
36434
|
+
"""
|
|
36435
|
+
:param str base_path: The path to the repository data within its container. The value of this setting should not start or end with a /.
|
|
36436
|
+
:param str bucket: The path to the repository data within its container.
|
|
36437
|
+
:param str credentials: Google Cloud Storage credentials file content.
|
|
36438
|
+
:param str snapshot_name: The snapshot name to restore from.
|
|
36439
|
+
:param 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.
|
|
36440
|
+
:param bool compress: When set to true metadata files are stored in compressed format.
|
|
36441
|
+
"""
|
|
36442
|
+
pulumi.set(__self__, "base_path", base_path)
|
|
36443
|
+
pulumi.set(__self__, "bucket", bucket)
|
|
36444
|
+
pulumi.set(__self__, "credentials", credentials)
|
|
36445
|
+
pulumi.set(__self__, "snapshot_name", snapshot_name)
|
|
36446
|
+
if chunk_size is not None:
|
|
36447
|
+
pulumi.set(__self__, "chunk_size", chunk_size)
|
|
36448
|
+
if compress is not None:
|
|
36449
|
+
pulumi.set(__self__, "compress", compress)
|
|
36450
|
+
|
|
36451
|
+
@property
|
|
36452
|
+
@pulumi.getter(name="basePath")
|
|
36453
|
+
def base_path(self) -> str:
|
|
36454
|
+
"""
|
|
36455
|
+
The path to the repository data within its container. The value of this setting should not start or end with a /.
|
|
36456
|
+
"""
|
|
36457
|
+
return pulumi.get(self, "base_path")
|
|
36458
|
+
|
|
36459
|
+
@property
|
|
36460
|
+
@pulumi.getter
|
|
36461
|
+
def bucket(self) -> str:
|
|
36462
|
+
"""
|
|
36463
|
+
The path to the repository data within its container.
|
|
36464
|
+
"""
|
|
36465
|
+
return pulumi.get(self, "bucket")
|
|
36466
|
+
|
|
36467
|
+
@property
|
|
36468
|
+
@pulumi.getter
|
|
36469
|
+
def credentials(self) -> str:
|
|
36470
|
+
"""
|
|
36471
|
+
Google Cloud Storage credentials file content.
|
|
36472
|
+
"""
|
|
36473
|
+
return pulumi.get(self, "credentials")
|
|
36474
|
+
|
|
36475
|
+
@property
|
|
36476
|
+
@pulumi.getter(name="snapshotName")
|
|
36477
|
+
def snapshot_name(self) -> str:
|
|
36478
|
+
"""
|
|
36479
|
+
The snapshot name to restore from.
|
|
36480
|
+
"""
|
|
36481
|
+
return pulumi.get(self, "snapshot_name")
|
|
36482
|
+
|
|
36483
|
+
@property
|
|
36484
|
+
@pulumi.getter(name="chunkSize")
|
|
36485
|
+
def chunk_size(self) -> Optional[str]:
|
|
36486
|
+
"""
|
|
36487
|
+
Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
|
|
36488
|
+
"""
|
|
36489
|
+
return pulumi.get(self, "chunk_size")
|
|
36490
|
+
|
|
36491
|
+
@property
|
|
36492
|
+
@pulumi.getter
|
|
36493
|
+
def compress(self) -> Optional[bool]:
|
|
36494
|
+
"""
|
|
36495
|
+
When set to true metadata files are stored in compressed format.
|
|
36496
|
+
"""
|
|
36497
|
+
return pulumi.get(self, "compress")
|
|
36498
|
+
|
|
36499
|
+
|
|
35571
36500
|
@pulumi.output_type
|
|
35572
36501
|
class GetOpenSearchOpensearchUserConfigIndexPatternResult(dict):
|
|
35573
36502
|
def __init__(__self__, *,
|
|
@@ -35609,6 +36538,73 @@ class GetOpenSearchOpensearchUserConfigIndexPatternResult(dict):
|
|
|
35609
36538
|
return pulumi.get(self, "sorting_algorithm")
|
|
35610
36539
|
|
|
35611
36540
|
|
|
36541
|
+
@pulumi.output_type
|
|
36542
|
+
class GetOpenSearchOpensearchUserConfigIndexRollupResult(dict):
|
|
36543
|
+
def __init__(__self__, *,
|
|
36544
|
+
rollup_dashboards_enabled: Optional[bool] = None,
|
|
36545
|
+
rollup_enabled: Optional[bool] = None,
|
|
36546
|
+
rollup_search_backoff_count: Optional[int] = None,
|
|
36547
|
+
rollup_search_backoff_millis: Optional[int] = None,
|
|
36548
|
+
rollup_search_search_all_jobs: Optional[bool] = None):
|
|
36549
|
+
"""
|
|
36550
|
+
:param bool rollup_dashboards_enabled: Whether rollups are enabled in OpenSearch Dashboards. Defaults to true.
|
|
36551
|
+
:param bool rollup_enabled: Whether the rollup plugin is enabled. Defaults to true.
|
|
36552
|
+
:param int rollup_search_backoff_count: How many retries the plugin should attempt for failed rollup jobs. Defaults to 5.
|
|
36553
|
+
:param int rollup_search_backoff_millis: The backoff time between retries for failed rollup jobs. Defaults to 1000ms.
|
|
36554
|
+
:param 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.
|
|
36555
|
+
"""
|
|
36556
|
+
if rollup_dashboards_enabled is not None:
|
|
36557
|
+
pulumi.set(__self__, "rollup_dashboards_enabled", rollup_dashboards_enabled)
|
|
36558
|
+
if rollup_enabled is not None:
|
|
36559
|
+
pulumi.set(__self__, "rollup_enabled", rollup_enabled)
|
|
36560
|
+
if rollup_search_backoff_count is not None:
|
|
36561
|
+
pulumi.set(__self__, "rollup_search_backoff_count", rollup_search_backoff_count)
|
|
36562
|
+
if rollup_search_backoff_millis is not None:
|
|
36563
|
+
pulumi.set(__self__, "rollup_search_backoff_millis", rollup_search_backoff_millis)
|
|
36564
|
+
if rollup_search_search_all_jobs is not None:
|
|
36565
|
+
pulumi.set(__self__, "rollup_search_search_all_jobs", rollup_search_search_all_jobs)
|
|
36566
|
+
|
|
36567
|
+
@property
|
|
36568
|
+
@pulumi.getter(name="rollupDashboardsEnabled")
|
|
36569
|
+
def rollup_dashboards_enabled(self) -> Optional[bool]:
|
|
36570
|
+
"""
|
|
36571
|
+
Whether rollups are enabled in OpenSearch Dashboards. Defaults to true.
|
|
36572
|
+
"""
|
|
36573
|
+
return pulumi.get(self, "rollup_dashboards_enabled")
|
|
36574
|
+
|
|
36575
|
+
@property
|
|
36576
|
+
@pulumi.getter(name="rollupEnabled")
|
|
36577
|
+
def rollup_enabled(self) -> Optional[bool]:
|
|
36578
|
+
"""
|
|
36579
|
+
Whether the rollup plugin is enabled. Defaults to true.
|
|
36580
|
+
"""
|
|
36581
|
+
return pulumi.get(self, "rollup_enabled")
|
|
36582
|
+
|
|
36583
|
+
@property
|
|
36584
|
+
@pulumi.getter(name="rollupSearchBackoffCount")
|
|
36585
|
+
def rollup_search_backoff_count(self) -> Optional[int]:
|
|
36586
|
+
"""
|
|
36587
|
+
How many retries the plugin should attempt for failed rollup jobs. Defaults to 5.
|
|
36588
|
+
"""
|
|
36589
|
+
return pulumi.get(self, "rollup_search_backoff_count")
|
|
36590
|
+
|
|
36591
|
+
@property
|
|
36592
|
+
@pulumi.getter(name="rollupSearchBackoffMillis")
|
|
36593
|
+
def rollup_search_backoff_millis(self) -> Optional[int]:
|
|
36594
|
+
"""
|
|
36595
|
+
The backoff time between retries for failed rollup jobs. Defaults to 1000ms.
|
|
36596
|
+
"""
|
|
36597
|
+
return pulumi.get(self, "rollup_search_backoff_millis")
|
|
36598
|
+
|
|
36599
|
+
@property
|
|
36600
|
+
@pulumi.getter(name="rollupSearchSearchAllJobs")
|
|
36601
|
+
def rollup_search_search_all_jobs(self) -> Optional[bool]:
|
|
36602
|
+
"""
|
|
36603
|
+
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.
|
|
36604
|
+
"""
|
|
36605
|
+
return pulumi.get(self, "rollup_search_search_all_jobs")
|
|
36606
|
+
|
|
36607
|
+
|
|
35612
36608
|
@pulumi.output_type
|
|
35613
36609
|
class GetOpenSearchOpensearchUserConfigIndexTemplateResult(dict):
|
|
35614
36610
|
def __init__(__self__, *,
|
|
@@ -35698,8 +36694,8 @@ class GetOpenSearchOpensearchUserConfigOpenidResult(dict):
|
|
|
35698
36694
|
scope: Optional[str] = None,
|
|
35699
36695
|
subject_key: Optional[str] = None):
|
|
35700
36696
|
"""
|
|
35701
|
-
:param str client_id: The ID of the OpenID Connect client configured in your IdP. Required.
|
|
35702
|
-
:param str client_secret: The client secret of the OpenID Connect client configured in your IdP. Required.
|
|
36697
|
+
:param str client_id: The ID of the OpenID Connect client configured in your IdP. Required.
|
|
36698
|
+
:param str client_secret: The client secret of the OpenID Connect client configured in your IdP. Required.
|
|
35703
36699
|
:param 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`.
|
|
35704
36700
|
:param bool enabled: Enables or disables OpenID Connect authentication for OpenSearch. When enabled, users can authenticate using OpenID Connect with an Identity Provider. Default: `true`.
|
|
35705
36701
|
:param str header: HTTP header name of the JWT token. Optional. Default is Authorization. Default: `Authorization`.
|
|
@@ -35708,7 +36704,7 @@ class GetOpenSearchOpensearchUserConfigOpenidResult(dict):
|
|
|
35708
36704
|
:param int refresh_rate_limit_count: The maximum number of unknown key IDs in the time frame. Default is 10. Optional. Default: `10`.
|
|
35709
36705
|
:param 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`.
|
|
35710
36706
|
:param 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`.
|
|
35711
|
-
:param str scope: The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone.
|
|
36707
|
+
:param str scope: The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone.
|
|
35712
36708
|
:param 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`.
|
|
35713
36709
|
"""
|
|
35714
36710
|
pulumi.set(__self__, "client_id", client_id)
|
|
@@ -35736,7 +36732,7 @@ class GetOpenSearchOpensearchUserConfigOpenidResult(dict):
|
|
|
35736
36732
|
@pulumi.getter(name="clientId")
|
|
35737
36733
|
def client_id(self) -> str:
|
|
35738
36734
|
"""
|
|
35739
|
-
The ID of the OpenID Connect client configured in your IdP. Required.
|
|
36735
|
+
The ID of the OpenID Connect client configured in your IdP. Required.
|
|
35740
36736
|
"""
|
|
35741
36737
|
return pulumi.get(self, "client_id")
|
|
35742
36738
|
|
|
@@ -35744,7 +36740,7 @@ class GetOpenSearchOpensearchUserConfigOpenidResult(dict):
|
|
|
35744
36740
|
@pulumi.getter(name="clientSecret")
|
|
35745
36741
|
def client_secret(self) -> str:
|
|
35746
36742
|
"""
|
|
35747
|
-
The client secret of the OpenID Connect client configured in your IdP. Required.
|
|
36743
|
+
The client secret of the OpenID Connect client configured in your IdP. Required.
|
|
35748
36744
|
"""
|
|
35749
36745
|
return pulumi.get(self, "client_secret")
|
|
35750
36746
|
|
|
@@ -35816,7 +36812,7 @@ class GetOpenSearchOpensearchUserConfigOpenidResult(dict):
|
|
|
35816
36812
|
@pulumi.getter
|
|
35817
36813
|
def scope(self) -> Optional[str]:
|
|
35818
36814
|
"""
|
|
35819
|
-
The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone.
|
|
36815
|
+
The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone.
|
|
35820
36816
|
"""
|
|
35821
36817
|
return pulumi.get(self, "scope")
|
|
35822
36818
|
|
|
@@ -35885,7 +36881,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
35885
36881
|
:param str email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. Example: `alert-sender`.
|
|
35886
36882
|
:param str email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Example: `very-secure-mail-password`.
|
|
35887
36883
|
:param str email_sender_username: Sender username for Opensearch alerts. Example: `jane@example.com`.
|
|
35888
|
-
:param bool enable_security_audit: Enable/Disable security audit.
|
|
36884
|
+
:param bool enable_security_audit: Enable/Disable security audit.
|
|
35889
36885
|
:param int http_max_content_length: Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes.
|
|
35890
36886
|
:param int http_max_header_size: The max size of allowed headers, in bytes. Example: `8192`.
|
|
35891
36887
|
:param int http_max_initial_line_length: The max length of an HTTP URL, in bytes. Example: `4096`.
|
|
@@ -35897,14 +36893,14 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
35897
36893
|
:param 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.
|
|
35898
36894
|
:param 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.
|
|
35899
36895
|
:param int indices_recovery_max_concurrent_file_chunks: Number of file chunks sent in parallel for each recovery. Defaults to 2.
|
|
35900
|
-
:param bool ism_enabled: Specifies whether ISM is enabled or not.
|
|
35901
|
-
:param bool ism_history_enabled: Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document.
|
|
35902
|
-
:param int ism_history_max_age: The maximum age before rolling over the audit history index in hours.
|
|
35903
|
-
:param int ism_history_max_docs: The maximum number of documents before rolling over the audit history index.
|
|
35904
|
-
:param int ism_history_rollover_check_period: The time between rollover checks for the audit history index in hours.
|
|
35905
|
-
:param int ism_history_rollover_retention_period: How long audit history indices are kept in days.
|
|
35906
|
-
:param bool knn_memory_circuit_breaker_enabled: Enable or disable KNN memory circuit breaker. Defaults to true.
|
|
35907
|
-
:param 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.
|
|
36896
|
+
:param bool ism_enabled: Specifies whether ISM is enabled or not.
|
|
36897
|
+
:param bool ism_history_enabled: Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document.
|
|
36898
|
+
:param int ism_history_max_age: The maximum age before rolling over the audit history index in hours. Example: `24`.
|
|
36899
|
+
:param int ism_history_max_docs: The maximum number of documents before rolling over the audit history index. Example: `2500000`.
|
|
36900
|
+
:param int ism_history_rollover_check_period: The time between rollover checks for the audit history index in hours. Example: `8`.
|
|
36901
|
+
:param int ism_history_rollover_retention_period: How long audit history indices are kept in days. Example: `30`.
|
|
36902
|
+
:param bool knn_memory_circuit_breaker_enabled: Enable or disable KNN memory circuit breaker. Defaults to true.
|
|
36903
|
+
:param 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.
|
|
35908
36904
|
:param bool override_main_response_version: Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false.
|
|
35909
36905
|
:param bool plugins_alerting_filter_by_backend_roles: Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false.
|
|
35910
36906
|
:param Sequence[str] reindex_remote_whitelists: Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart.
|
|
@@ -36079,7 +37075,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
36079
37075
|
@pulumi.getter(name="enableSecurityAudit")
|
|
36080
37076
|
def enable_security_audit(self) -> Optional[bool]:
|
|
36081
37077
|
"""
|
|
36082
|
-
Enable/Disable security audit.
|
|
37078
|
+
Enable/Disable security audit.
|
|
36083
37079
|
"""
|
|
36084
37080
|
return pulumi.get(self, "enable_security_audit")
|
|
36085
37081
|
|
|
@@ -36175,7 +37171,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
36175
37171
|
@pulumi.getter(name="ismEnabled")
|
|
36176
37172
|
def ism_enabled(self) -> Optional[bool]:
|
|
36177
37173
|
"""
|
|
36178
|
-
Specifies whether ISM is enabled or not.
|
|
37174
|
+
Specifies whether ISM is enabled or not.
|
|
36179
37175
|
"""
|
|
36180
37176
|
return pulumi.get(self, "ism_enabled")
|
|
36181
37177
|
|
|
@@ -36183,7 +37179,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
36183
37179
|
@pulumi.getter(name="ismHistoryEnabled")
|
|
36184
37180
|
def ism_history_enabled(self) -> Optional[bool]:
|
|
36185
37181
|
"""
|
|
36186
|
-
Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document.
|
|
37182
|
+
Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document.
|
|
36187
37183
|
"""
|
|
36188
37184
|
return pulumi.get(self, "ism_history_enabled")
|
|
36189
37185
|
|
|
@@ -36191,7 +37187,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
36191
37187
|
@pulumi.getter(name="ismHistoryMaxAge")
|
|
36192
37188
|
def ism_history_max_age(self) -> Optional[int]:
|
|
36193
37189
|
"""
|
|
36194
|
-
The maximum age before rolling over the audit history index in hours.
|
|
37190
|
+
The maximum age before rolling over the audit history index in hours. Example: `24`.
|
|
36195
37191
|
"""
|
|
36196
37192
|
return pulumi.get(self, "ism_history_max_age")
|
|
36197
37193
|
|
|
@@ -36199,7 +37195,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
36199
37195
|
@pulumi.getter(name="ismHistoryMaxDocs")
|
|
36200
37196
|
def ism_history_max_docs(self) -> Optional[int]:
|
|
36201
37197
|
"""
|
|
36202
|
-
The maximum number of documents before rolling over the audit history index.
|
|
37198
|
+
The maximum number of documents before rolling over the audit history index. Example: `2500000`.
|
|
36203
37199
|
"""
|
|
36204
37200
|
return pulumi.get(self, "ism_history_max_docs")
|
|
36205
37201
|
|
|
@@ -36207,7 +37203,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
36207
37203
|
@pulumi.getter(name="ismHistoryRolloverCheckPeriod")
|
|
36208
37204
|
def ism_history_rollover_check_period(self) -> Optional[int]:
|
|
36209
37205
|
"""
|
|
36210
|
-
The time between rollover checks for the audit history index in hours.
|
|
37206
|
+
The time between rollover checks for the audit history index in hours. Example: `8`.
|
|
36211
37207
|
"""
|
|
36212
37208
|
return pulumi.get(self, "ism_history_rollover_check_period")
|
|
36213
37209
|
|
|
@@ -36215,7 +37211,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
36215
37211
|
@pulumi.getter(name="ismHistoryRolloverRetentionPeriod")
|
|
36216
37212
|
def ism_history_rollover_retention_period(self) -> Optional[int]:
|
|
36217
37213
|
"""
|
|
36218
|
-
How long audit history indices are kept in days.
|
|
37214
|
+
How long audit history indices are kept in days. Example: `30`.
|
|
36219
37215
|
"""
|
|
36220
37216
|
return pulumi.get(self, "ism_history_rollover_retention_period")
|
|
36221
37217
|
|
|
@@ -36223,7 +37219,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
36223
37219
|
@pulumi.getter(name="knnMemoryCircuitBreakerEnabled")
|
|
36224
37220
|
def knn_memory_circuit_breaker_enabled(self) -> Optional[bool]:
|
|
36225
37221
|
"""
|
|
36226
|
-
Enable or disable KNN memory circuit breaker. Defaults to true.
|
|
37222
|
+
Enable or disable KNN memory circuit breaker. Defaults to true.
|
|
36227
37223
|
"""
|
|
36228
37224
|
return pulumi.get(self, "knn_memory_circuit_breaker_enabled")
|
|
36229
37225
|
|
|
@@ -36231,7 +37227,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
36231
37227
|
@pulumi.getter(name="knnMemoryCircuitBreakerLimit")
|
|
36232
37228
|
def knn_memory_circuit_breaker_limit(self) -> Optional[int]:
|
|
36233
37229
|
"""
|
|
36234
|
-
Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size.
|
|
37230
|
+
Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size.
|
|
36235
37231
|
"""
|
|
36236
37232
|
return pulumi.get(self, "knn_memory_circuit_breaker_limit")
|
|
36237
37233
|
|
|
@@ -36733,6 +37729,127 @@ class GetOpenSearchOpensearchUserConfigPublicAccessResult(dict):
|
|
|
36733
37729
|
return pulumi.get(self, "prometheus")
|
|
36734
37730
|
|
|
36735
37731
|
|
|
37732
|
+
@pulumi.output_type
|
|
37733
|
+
class GetOpenSearchOpensearchUserConfigS3MigrationResult(dict):
|
|
37734
|
+
def __init__(__self__, *,
|
|
37735
|
+
access_key: str,
|
|
37736
|
+
base_path: str,
|
|
37737
|
+
bucket: str,
|
|
37738
|
+
region: str,
|
|
37739
|
+
secret_key: str,
|
|
37740
|
+
snapshot_name: str,
|
|
37741
|
+
chunk_size: Optional[str] = None,
|
|
37742
|
+
compress: Optional[bool] = None,
|
|
37743
|
+
endpoint: Optional[str] = None,
|
|
37744
|
+
server_side_encryption: Optional[bool] = None):
|
|
37745
|
+
"""
|
|
37746
|
+
:param str access_key: AWS Access key.
|
|
37747
|
+
:param str base_path: The path to the repository data within its container. The value of this setting should not start or end with a /.
|
|
37748
|
+
:param str bucket: S3 bucket name.
|
|
37749
|
+
:param str region: S3 region.
|
|
37750
|
+
:param str secret_key: AWS secret key.
|
|
37751
|
+
:param str snapshot_name: The snapshot name to restore from.
|
|
37752
|
+
:param 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.
|
|
37753
|
+
:param bool compress: When set to true metadata files are stored in compressed format.
|
|
37754
|
+
:param 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.
|
|
37755
|
+
:param bool server_side_encryption: When set to true files are encrypted on server side.
|
|
37756
|
+
"""
|
|
37757
|
+
pulumi.set(__self__, "access_key", access_key)
|
|
37758
|
+
pulumi.set(__self__, "base_path", base_path)
|
|
37759
|
+
pulumi.set(__self__, "bucket", bucket)
|
|
37760
|
+
pulumi.set(__self__, "region", region)
|
|
37761
|
+
pulumi.set(__self__, "secret_key", secret_key)
|
|
37762
|
+
pulumi.set(__self__, "snapshot_name", snapshot_name)
|
|
37763
|
+
if chunk_size is not None:
|
|
37764
|
+
pulumi.set(__self__, "chunk_size", chunk_size)
|
|
37765
|
+
if compress is not None:
|
|
37766
|
+
pulumi.set(__self__, "compress", compress)
|
|
37767
|
+
if endpoint is not None:
|
|
37768
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
|
37769
|
+
if server_side_encryption is not None:
|
|
37770
|
+
pulumi.set(__self__, "server_side_encryption", server_side_encryption)
|
|
37771
|
+
|
|
37772
|
+
@property
|
|
37773
|
+
@pulumi.getter(name="accessKey")
|
|
37774
|
+
def access_key(self) -> str:
|
|
37775
|
+
"""
|
|
37776
|
+
AWS Access key.
|
|
37777
|
+
"""
|
|
37778
|
+
return pulumi.get(self, "access_key")
|
|
37779
|
+
|
|
37780
|
+
@property
|
|
37781
|
+
@pulumi.getter(name="basePath")
|
|
37782
|
+
def base_path(self) -> str:
|
|
37783
|
+
"""
|
|
37784
|
+
The path to the repository data within its container. The value of this setting should not start or end with a /.
|
|
37785
|
+
"""
|
|
37786
|
+
return pulumi.get(self, "base_path")
|
|
37787
|
+
|
|
37788
|
+
@property
|
|
37789
|
+
@pulumi.getter
|
|
37790
|
+
def bucket(self) -> str:
|
|
37791
|
+
"""
|
|
37792
|
+
S3 bucket name.
|
|
37793
|
+
"""
|
|
37794
|
+
return pulumi.get(self, "bucket")
|
|
37795
|
+
|
|
37796
|
+
@property
|
|
37797
|
+
@pulumi.getter
|
|
37798
|
+
def region(self) -> str:
|
|
37799
|
+
"""
|
|
37800
|
+
S3 region.
|
|
37801
|
+
"""
|
|
37802
|
+
return pulumi.get(self, "region")
|
|
37803
|
+
|
|
37804
|
+
@property
|
|
37805
|
+
@pulumi.getter(name="secretKey")
|
|
37806
|
+
def secret_key(self) -> str:
|
|
37807
|
+
"""
|
|
37808
|
+
AWS secret key.
|
|
37809
|
+
"""
|
|
37810
|
+
return pulumi.get(self, "secret_key")
|
|
37811
|
+
|
|
37812
|
+
@property
|
|
37813
|
+
@pulumi.getter(name="snapshotName")
|
|
37814
|
+
def snapshot_name(self) -> str:
|
|
37815
|
+
"""
|
|
37816
|
+
The snapshot name to restore from.
|
|
37817
|
+
"""
|
|
37818
|
+
return pulumi.get(self, "snapshot_name")
|
|
37819
|
+
|
|
37820
|
+
@property
|
|
37821
|
+
@pulumi.getter(name="chunkSize")
|
|
37822
|
+
def chunk_size(self) -> Optional[str]:
|
|
37823
|
+
"""
|
|
37824
|
+
Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
|
|
37825
|
+
"""
|
|
37826
|
+
return pulumi.get(self, "chunk_size")
|
|
37827
|
+
|
|
37828
|
+
@property
|
|
37829
|
+
@pulumi.getter
|
|
37830
|
+
def compress(self) -> Optional[bool]:
|
|
37831
|
+
"""
|
|
37832
|
+
When set to true metadata files are stored in compressed format.
|
|
37833
|
+
"""
|
|
37834
|
+
return pulumi.get(self, "compress")
|
|
37835
|
+
|
|
37836
|
+
@property
|
|
37837
|
+
@pulumi.getter
|
|
37838
|
+
def endpoint(self) -> Optional[str]:
|
|
37839
|
+
"""
|
|
37840
|
+
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.
|
|
37841
|
+
"""
|
|
37842
|
+
return pulumi.get(self, "endpoint")
|
|
37843
|
+
|
|
37844
|
+
@property
|
|
37845
|
+
@pulumi.getter(name="serverSideEncryption")
|
|
37846
|
+
def server_side_encryption(self) -> Optional[bool]:
|
|
37847
|
+
"""
|
|
37848
|
+
When set to true files are encrypted on server side.
|
|
37849
|
+
"""
|
|
37850
|
+
return pulumi.get(self, "server_side_encryption")
|
|
37851
|
+
|
|
37852
|
+
|
|
36736
37853
|
@pulumi.output_type
|
|
36737
37854
|
class GetOpenSearchOpensearchUserConfigSamlResult(dict):
|
|
36738
37855
|
def __init__(__self__, *,
|
|
@@ -37015,20 +38132,20 @@ class GetPgPgResult(dict):
|
|
|
37015
38132
|
uris: Sequence[str],
|
|
37016
38133
|
user: str):
|
|
37017
38134
|
"""
|
|
37018
|
-
:param str bouncer:
|
|
37019
|
-
:param str dbname: Primary PostgreSQL database name
|
|
37020
|
-
:param str host: PostgreSQL
|
|
37021
|
-
:param int max_connections:
|
|
37022
|
-
:param Sequence['GetPgPgParamArgs'] params: PostgreSQL connection parameters
|
|
37023
|
-
:param str password: PostgreSQL admin user password
|
|
37024
|
-
:param int port: PostgreSQL port
|
|
37025
|
-
:param str replica_uri: PostgreSQL replica URI for services with a replica
|
|
37026
|
-
:param str sslmode: PostgreSQL
|
|
37027
|
-
:param Sequence[str] standby_uris: PostgreSQL standby connection URIs
|
|
37028
|
-
:param Sequence[str] syncing_uris: PostgreSQL syncing connection URIs
|
|
37029
|
-
:param str uri: PostgreSQL
|
|
37030
|
-
:param Sequence[str] uris: PostgreSQL
|
|
37031
|
-
:param str user: PostgreSQL admin user name
|
|
38135
|
+
:param str bouncer: PgBouncer connection details for [connection pooling](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling).
|
|
38136
|
+
:param str dbname: Primary PostgreSQL database name.
|
|
38137
|
+
:param str host: PostgreSQL primary node host IP or name.
|
|
38138
|
+
:param int max_connections: The [number of allowed connections](https://aiven.io/docs/products/postgresql/reference/pg-connection-limits). Varies based on the service plan.
|
|
38139
|
+
:param Sequence['GetPgPgParamArgs'] params: PostgreSQL connection parameters.
|
|
38140
|
+
:param str password: PostgreSQL admin user password.
|
|
38141
|
+
:param int port: PostgreSQL port.
|
|
38142
|
+
:param str replica_uri: PostgreSQL replica URI for services with a replica.
|
|
38143
|
+
:param str sslmode: PostgreSQL SSL mode setting.
|
|
38144
|
+
:param Sequence[str] standby_uris: PostgreSQL standby connection URIs.
|
|
38145
|
+
:param Sequence[str] syncing_uris: PostgreSQL syncing connection URIs.
|
|
38146
|
+
:param str uri: PostgreSQL primary connection URI.
|
|
38147
|
+
:param Sequence[str] uris: PostgreSQL primary connection URIs.
|
|
38148
|
+
:param str user: PostgreSQL admin user name.
|
|
37032
38149
|
"""
|
|
37033
38150
|
pulumi.set(__self__, "bouncer", bouncer)
|
|
37034
38151
|
pulumi.set(__self__, "dbname", dbname)
|
|
@@ -37049,7 +38166,7 @@ class GetPgPgResult(dict):
|
|
|
37049
38166
|
@pulumi.getter
|
|
37050
38167
|
def bouncer(self) -> str:
|
|
37051
38168
|
"""
|
|
37052
|
-
|
|
38169
|
+
PgBouncer connection details for [connection pooling](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling).
|
|
37053
38170
|
"""
|
|
37054
38171
|
return pulumi.get(self, "bouncer")
|
|
37055
38172
|
|
|
@@ -37057,7 +38174,7 @@ class GetPgPgResult(dict):
|
|
|
37057
38174
|
@pulumi.getter
|
|
37058
38175
|
def dbname(self) -> str:
|
|
37059
38176
|
"""
|
|
37060
|
-
Primary PostgreSQL database name
|
|
38177
|
+
Primary PostgreSQL database name.
|
|
37061
38178
|
"""
|
|
37062
38179
|
return pulumi.get(self, "dbname")
|
|
37063
38180
|
|
|
@@ -37065,7 +38182,7 @@ class GetPgPgResult(dict):
|
|
|
37065
38182
|
@pulumi.getter
|
|
37066
38183
|
def host(self) -> str:
|
|
37067
38184
|
"""
|
|
37068
|
-
PostgreSQL
|
|
38185
|
+
PostgreSQL primary node host IP or name.
|
|
37069
38186
|
"""
|
|
37070
38187
|
return pulumi.get(self, "host")
|
|
37071
38188
|
|
|
@@ -37073,7 +38190,7 @@ class GetPgPgResult(dict):
|
|
|
37073
38190
|
@pulumi.getter(name="maxConnections")
|
|
37074
38191
|
def max_connections(self) -> int:
|
|
37075
38192
|
"""
|
|
37076
|
-
|
|
38193
|
+
The [number of allowed connections](https://aiven.io/docs/products/postgresql/reference/pg-connection-limits). Varies based on the service plan.
|
|
37077
38194
|
"""
|
|
37078
38195
|
return pulumi.get(self, "max_connections")
|
|
37079
38196
|
|
|
@@ -37081,7 +38198,7 @@ class GetPgPgResult(dict):
|
|
|
37081
38198
|
@pulumi.getter
|
|
37082
38199
|
def params(self) -> Sequence['outputs.GetPgPgParamResult']:
|
|
37083
38200
|
"""
|
|
37084
|
-
PostgreSQL connection parameters
|
|
38201
|
+
PostgreSQL connection parameters.
|
|
37085
38202
|
"""
|
|
37086
38203
|
return pulumi.get(self, "params")
|
|
37087
38204
|
|
|
@@ -37089,7 +38206,7 @@ class GetPgPgResult(dict):
|
|
|
37089
38206
|
@pulumi.getter
|
|
37090
38207
|
def password(self) -> str:
|
|
37091
38208
|
"""
|
|
37092
|
-
PostgreSQL admin user password
|
|
38209
|
+
PostgreSQL admin user password.
|
|
37093
38210
|
"""
|
|
37094
38211
|
return pulumi.get(self, "password")
|
|
37095
38212
|
|
|
@@ -37097,7 +38214,7 @@ class GetPgPgResult(dict):
|
|
|
37097
38214
|
@pulumi.getter
|
|
37098
38215
|
def port(self) -> int:
|
|
37099
38216
|
"""
|
|
37100
|
-
PostgreSQL port
|
|
38217
|
+
PostgreSQL port.
|
|
37101
38218
|
"""
|
|
37102
38219
|
return pulumi.get(self, "port")
|
|
37103
38220
|
|
|
@@ -37105,7 +38222,7 @@ class GetPgPgResult(dict):
|
|
|
37105
38222
|
@pulumi.getter(name="replicaUri")
|
|
37106
38223
|
def replica_uri(self) -> str:
|
|
37107
38224
|
"""
|
|
37108
|
-
PostgreSQL replica URI for services with a replica
|
|
38225
|
+
PostgreSQL replica URI for services with a replica.
|
|
37109
38226
|
"""
|
|
37110
38227
|
return pulumi.get(self, "replica_uri")
|
|
37111
38228
|
|
|
@@ -37113,7 +38230,7 @@ class GetPgPgResult(dict):
|
|
|
37113
38230
|
@pulumi.getter
|
|
37114
38231
|
def sslmode(self) -> str:
|
|
37115
38232
|
"""
|
|
37116
|
-
PostgreSQL
|
|
38233
|
+
PostgreSQL SSL mode setting.
|
|
37117
38234
|
"""
|
|
37118
38235
|
return pulumi.get(self, "sslmode")
|
|
37119
38236
|
|
|
@@ -37121,7 +38238,7 @@ class GetPgPgResult(dict):
|
|
|
37121
38238
|
@pulumi.getter(name="standbyUris")
|
|
37122
38239
|
def standby_uris(self) -> Sequence[str]:
|
|
37123
38240
|
"""
|
|
37124
|
-
PostgreSQL standby connection URIs
|
|
38241
|
+
PostgreSQL standby connection URIs.
|
|
37125
38242
|
"""
|
|
37126
38243
|
return pulumi.get(self, "standby_uris")
|
|
37127
38244
|
|
|
@@ -37129,7 +38246,7 @@ class GetPgPgResult(dict):
|
|
|
37129
38246
|
@pulumi.getter(name="syncingUris")
|
|
37130
38247
|
def syncing_uris(self) -> Sequence[str]:
|
|
37131
38248
|
"""
|
|
37132
|
-
PostgreSQL syncing connection URIs
|
|
38249
|
+
PostgreSQL syncing connection URIs.
|
|
37133
38250
|
"""
|
|
37134
38251
|
return pulumi.get(self, "syncing_uris")
|
|
37135
38252
|
|
|
@@ -37137,7 +38254,7 @@ class GetPgPgResult(dict):
|
|
|
37137
38254
|
@pulumi.getter
|
|
37138
38255
|
def uri(self) -> str:
|
|
37139
38256
|
"""
|
|
37140
|
-
PostgreSQL
|
|
38257
|
+
PostgreSQL primary connection URI.
|
|
37141
38258
|
"""
|
|
37142
38259
|
return pulumi.get(self, "uri")
|
|
37143
38260
|
|
|
@@ -37145,7 +38262,7 @@ class GetPgPgResult(dict):
|
|
|
37145
38262
|
@pulumi.getter
|
|
37146
38263
|
def uris(self) -> Sequence[str]:
|
|
37147
38264
|
"""
|
|
37148
|
-
PostgreSQL
|
|
38265
|
+
PostgreSQL primary connection URIs.
|
|
37149
38266
|
"""
|
|
37150
38267
|
return pulumi.get(self, "uris")
|
|
37151
38268
|
|
|
@@ -37153,7 +38270,7 @@ class GetPgPgResult(dict):
|
|
|
37153
38270
|
@pulumi.getter
|
|
37154
38271
|
def user(self) -> str:
|
|
37155
38272
|
"""
|
|
37156
|
-
PostgreSQL admin user name
|
|
38273
|
+
PostgreSQL admin user name.
|
|
37157
38274
|
"""
|
|
37158
38275
|
return pulumi.get(self, "user")
|
|
37159
38276
|
|
|
@@ -37168,12 +38285,12 @@ class GetPgPgParamResult(dict):
|
|
|
37168
38285
|
sslmode: str,
|
|
37169
38286
|
user: str):
|
|
37170
38287
|
"""
|
|
37171
|
-
:param str database_name: Primary PostgreSQL database name
|
|
37172
|
-
:param str host: PostgreSQL host IP or name
|
|
37173
|
-
:param str password: PostgreSQL admin user password
|
|
37174
|
-
:param int port: PostgreSQL port
|
|
37175
|
-
:param str sslmode: PostgreSQL
|
|
37176
|
-
:param str user: PostgreSQL admin user name
|
|
38288
|
+
:param str database_name: Primary PostgreSQL database name.
|
|
38289
|
+
:param str host: PostgreSQL host IP or name.
|
|
38290
|
+
:param str password: PostgreSQL admin user password.
|
|
38291
|
+
:param int port: PostgreSQL port.
|
|
38292
|
+
:param str sslmode: PostgreSQL SSL mode setting.
|
|
38293
|
+
:param str user: PostgreSQL admin user name.
|
|
37177
38294
|
"""
|
|
37178
38295
|
pulumi.set(__self__, "database_name", database_name)
|
|
37179
38296
|
pulumi.set(__self__, "host", host)
|
|
@@ -37186,7 +38303,7 @@ class GetPgPgParamResult(dict):
|
|
|
37186
38303
|
@pulumi.getter(name="databaseName")
|
|
37187
38304
|
def database_name(self) -> str:
|
|
37188
38305
|
"""
|
|
37189
|
-
Primary PostgreSQL database name
|
|
38306
|
+
Primary PostgreSQL database name.
|
|
37190
38307
|
"""
|
|
37191
38308
|
return pulumi.get(self, "database_name")
|
|
37192
38309
|
|
|
@@ -37194,7 +38311,7 @@ class GetPgPgParamResult(dict):
|
|
|
37194
38311
|
@pulumi.getter
|
|
37195
38312
|
def host(self) -> str:
|
|
37196
38313
|
"""
|
|
37197
|
-
PostgreSQL host IP or name
|
|
38314
|
+
PostgreSQL host IP or name.
|
|
37198
38315
|
"""
|
|
37199
38316
|
return pulumi.get(self, "host")
|
|
37200
38317
|
|
|
@@ -37202,7 +38319,7 @@ class GetPgPgParamResult(dict):
|
|
|
37202
38319
|
@pulumi.getter
|
|
37203
38320
|
def password(self) -> str:
|
|
37204
38321
|
"""
|
|
37205
|
-
PostgreSQL admin user password
|
|
38322
|
+
PostgreSQL admin user password.
|
|
37206
38323
|
"""
|
|
37207
38324
|
return pulumi.get(self, "password")
|
|
37208
38325
|
|
|
@@ -37210,7 +38327,7 @@ class GetPgPgParamResult(dict):
|
|
|
37210
38327
|
@pulumi.getter
|
|
37211
38328
|
def port(self) -> int:
|
|
37212
38329
|
"""
|
|
37213
|
-
PostgreSQL port
|
|
38330
|
+
PostgreSQL port.
|
|
37214
38331
|
"""
|
|
37215
38332
|
return pulumi.get(self, "port")
|
|
37216
38333
|
|
|
@@ -37218,7 +38335,7 @@ class GetPgPgParamResult(dict):
|
|
|
37218
38335
|
@pulumi.getter
|
|
37219
38336
|
def sslmode(self) -> str:
|
|
37220
38337
|
"""
|
|
37221
|
-
PostgreSQL
|
|
38338
|
+
PostgreSQL SSL mode setting.
|
|
37222
38339
|
"""
|
|
37223
38340
|
return pulumi.get(self, "sslmode")
|
|
37224
38341
|
|
|
@@ -37226,7 +38343,7 @@ class GetPgPgParamResult(dict):
|
|
|
37226
38343
|
@pulumi.getter
|
|
37227
38344
|
def user(self) -> str:
|
|
37228
38345
|
"""
|
|
37229
|
-
PostgreSQL admin user name
|
|
38346
|
+
PostgreSQL admin user name.
|
|
37230
38347
|
"""
|
|
37231
38348
|
return pulumi.get(self, "user")
|
|
37232
38349
|
|