pulumi-aws 7.9.1__py3-none-any.whl → 7.10.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.
- pulumi_aws/__init__.py +40 -0
- pulumi_aws/_inputs.py +40 -0
- pulumi_aws/appstream/_inputs.py +54 -0
- pulumi_aws/appstream/directory_config.py +55 -0
- pulumi_aws/appstream/outputs.py +49 -0
- pulumi_aws/bedrock/__init__.py +5 -0
- pulumi_aws/bedrock/_inputs.py +2097 -0
- pulumi_aws/bedrock/agent_agent.py +9 -7
- pulumi_aws/bedrock/agentcore_api_key_credential_provider.py +122 -1
- pulumi_aws/bedrock/agentcore_memory.py +614 -0
- pulumi_aws/bedrock/agentcore_memory_strategy.py +800 -0
- pulumi_aws/bedrock/agentcore_oauth2_credential_provider.py +477 -0
- pulumi_aws/bedrock/agentcore_token_vault_cmk.py +291 -0
- pulumi_aws/bedrock/agentcore_workload_identity.py +359 -0
- pulumi_aws/bedrock/outputs.py +1739 -0
- pulumi_aws/cloudtrail/trail.py +7 -7
- pulumi_aws/config/outputs.py +24 -0
- pulumi_aws/docdb/cluster.py +109 -1
- pulumi_aws/ec2/route.py +12 -0
- pulumi_aws/ecs/task_definition.py +7 -7
- pulumi_aws/fis/_inputs.py +3 -3
- pulumi_aws/fis/outputs.py +2 -2
- pulumi_aws/kms/key_policy.py +7 -7
- pulumi_aws/odb/network.py +47 -0
- pulumi_aws/organizations/_inputs.py +170 -42
- pulumi_aws/organizations/account.py +57 -8
- pulumi_aws/organizations/get_organization.py +7 -7
- pulumi_aws/organizations/organization.py +27 -27
- pulumi_aws/organizations/outputs.py +310 -62
- pulumi_aws/pulumi-plugin.json +1 -1
- pulumi_aws/rds/cluster.py +102 -1
- pulumi_aws/rds/instance.py +102 -1
- pulumi_aws/redshift/cluster.py +130 -1
- pulumi_aws/redshiftserverless/namespace.py +109 -1
- pulumi_aws/secretsmanager/secret_version.py +122 -1
- pulumi_aws/ssm/parameter.py +145 -2
- pulumi_aws/transfer/host_key.py +75 -1
- pulumi_aws/workspaces/get_workspace.py +19 -0
- {pulumi_aws-7.9.1.dist-info → pulumi_aws-7.10.0.dist-info}/METADATA +1 -1
- {pulumi_aws-7.9.1.dist-info → pulumi_aws-7.10.0.dist-info}/RECORD +42 -37
- {pulumi_aws-7.9.1.dist-info → pulumi_aws-7.10.0.dist-info}/WHEEL +0 -0
- {pulumi_aws-7.9.1.dist-info → pulumi_aws-7.10.0.dist-info}/top_level.txt +0 -0
pulumi_aws/pulumi-plugin.json
CHANGED
pulumi_aws/rds/cluster.py
CHANGED
|
@@ -61,6 +61,8 @@ class ClusterArgs:
|
|
|
61
61
|
kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
62
62
|
manage_master_user_password: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
63
63
|
master_password: Optional[pulumi.Input[_builtins.str]] = None,
|
|
64
|
+
master_password_wo: Optional[pulumi.Input[_builtins.str]] = None,
|
|
65
|
+
master_password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
|
64
66
|
master_user_secret_kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
65
67
|
master_username: Optional[pulumi.Input[_builtins.str]] = None,
|
|
66
68
|
monitoring_interval: Optional[pulumi.Input[_builtins.int]] = None,
|
|
@@ -132,6 +134,9 @@ class ClusterArgs:
|
|
|
132
134
|
:param pulumi.Input[_builtins.str] kms_key_id: ARN for the KMS encryption key. When specifying `kms_key_id`, `storage_encrypted` needs to be set to true.
|
|
133
135
|
:param pulumi.Input[_builtins.bool] manage_master_user_password: Set to true to allow RDS to manage the master user password in Secrets Manager. Cannot be set if `master_password` is provided.
|
|
134
136
|
:param pulumi.Input[_builtins.str] master_password: Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file. Please refer to the [RDS Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints). Cannot be set if `manage_master_user_password` is set to `true`.
|
|
137
|
+
:param pulumi.Input[_builtins.str] master_password_wo: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
138
|
+
Password for the master DB user. Note that this may show up in logs. Please refer to the [RDS Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints). Cannot be set if `manage_master_user_password` is set to `true`.
|
|
139
|
+
:param pulumi.Input[_builtins.int] master_password_wo_version: Used together with `master_password_wo` to trigger an update. Increment this value when an update to the `master_password_wo` is required.
|
|
135
140
|
:param pulumi.Input[_builtins.str] master_user_secret_kms_key_id: Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. If not specified, the default KMS key for your Amazon Web Services account is used.
|
|
136
141
|
:param pulumi.Input[_builtins.str] master_username: Username for the master DB user. Please refer to the [RDS Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints). This argument does not support in-place updates and cannot be changed during a restore from snapshot.
|
|
137
142
|
:param pulumi.Input[_builtins.int] monitoring_interval: Interval, in seconds, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0. Valid Values: 0, 1, 5, 10, 15, 30, 60.
|
|
@@ -239,6 +244,10 @@ class ClusterArgs:
|
|
|
239
244
|
pulumi.set(__self__, "manage_master_user_password", manage_master_user_password)
|
|
240
245
|
if master_password is not None:
|
|
241
246
|
pulumi.set(__self__, "master_password", master_password)
|
|
247
|
+
if master_password_wo is not None:
|
|
248
|
+
pulumi.set(__self__, "master_password_wo", master_password_wo)
|
|
249
|
+
if master_password_wo_version is not None:
|
|
250
|
+
pulumi.set(__self__, "master_password_wo_version", master_password_wo_version)
|
|
242
251
|
if master_user_secret_kms_key_id is not None:
|
|
243
252
|
pulumi.set(__self__, "master_user_secret_kms_key_id", master_user_secret_kms_key_id)
|
|
244
253
|
if master_username is not None:
|
|
@@ -762,6 +771,31 @@ class ClusterArgs:
|
|
|
762
771
|
def master_password(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
763
772
|
pulumi.set(self, "master_password", value)
|
|
764
773
|
|
|
774
|
+
@_builtins.property
|
|
775
|
+
@pulumi.getter(name="masterPasswordWo")
|
|
776
|
+
def master_password_wo(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
777
|
+
"""
|
|
778
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
779
|
+
Password for the master DB user. Note that this may show up in logs. Please refer to the [RDS Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints). Cannot be set if `manage_master_user_password` is set to `true`.
|
|
780
|
+
"""
|
|
781
|
+
return pulumi.get(self, "master_password_wo")
|
|
782
|
+
|
|
783
|
+
@master_password_wo.setter
|
|
784
|
+
def master_password_wo(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
785
|
+
pulumi.set(self, "master_password_wo", value)
|
|
786
|
+
|
|
787
|
+
@_builtins.property
|
|
788
|
+
@pulumi.getter(name="masterPasswordWoVersion")
|
|
789
|
+
def master_password_wo_version(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
790
|
+
"""
|
|
791
|
+
Used together with `master_password_wo` to trigger an update. Increment this value when an update to the `master_password_wo` is required.
|
|
792
|
+
"""
|
|
793
|
+
return pulumi.get(self, "master_password_wo_version")
|
|
794
|
+
|
|
795
|
+
@master_password_wo_version.setter
|
|
796
|
+
def master_password_wo_version(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
797
|
+
pulumi.set(self, "master_password_wo_version", value)
|
|
798
|
+
|
|
765
799
|
@_builtins.property
|
|
766
800
|
@pulumi.getter(name="masterUserSecretKmsKeyId")
|
|
767
801
|
def master_user_secret_kms_key_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -1102,6 +1136,8 @@ class _ClusterState:
|
|
|
1102
1136
|
kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1103
1137
|
manage_master_user_password: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1104
1138
|
master_password: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1139
|
+
master_password_wo: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1140
|
+
master_password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1105
1141
|
master_user_secret_kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1106
1142
|
master_user_secrets: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterMasterUserSecretArgs']]]] = None,
|
|
1107
1143
|
master_username: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -1182,6 +1218,9 @@ class _ClusterState:
|
|
|
1182
1218
|
:param pulumi.Input[_builtins.str] kms_key_id: ARN for the KMS encryption key. When specifying `kms_key_id`, `storage_encrypted` needs to be set to true.
|
|
1183
1219
|
:param pulumi.Input[_builtins.bool] manage_master_user_password: Set to true to allow RDS to manage the master user password in Secrets Manager. Cannot be set if `master_password` is provided.
|
|
1184
1220
|
:param pulumi.Input[_builtins.str] master_password: Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file. Please refer to the [RDS Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints). Cannot be set if `manage_master_user_password` is set to `true`.
|
|
1221
|
+
:param pulumi.Input[_builtins.str] master_password_wo: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
1222
|
+
Password for the master DB user. Note that this may show up in logs. Please refer to the [RDS Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints). Cannot be set if `manage_master_user_password` is set to `true`.
|
|
1223
|
+
:param pulumi.Input[_builtins.int] master_password_wo_version: Used together with `master_password_wo` to trigger an update. Increment this value when an update to the `master_password_wo` is required.
|
|
1185
1224
|
:param pulumi.Input[_builtins.str] master_user_secret_kms_key_id: Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. If not specified, the default KMS key for your Amazon Web Services account is used.
|
|
1186
1225
|
:param pulumi.Input[Sequence[pulumi.Input['ClusterMasterUserSecretArgs']]] master_user_secrets: Block that specifies the master user secret. Only available when `manage_master_user_password` is set to true. Documented below.
|
|
1187
1226
|
:param pulumi.Input[_builtins.str] master_username: Username for the master DB user. Please refer to the [RDS Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints). This argument does not support in-place updates and cannot be changed during a restore from snapshot.
|
|
@@ -1306,6 +1345,10 @@ class _ClusterState:
|
|
|
1306
1345
|
pulumi.set(__self__, "manage_master_user_password", manage_master_user_password)
|
|
1307
1346
|
if master_password is not None:
|
|
1308
1347
|
pulumi.set(__self__, "master_password", master_password)
|
|
1348
|
+
if master_password_wo is not None:
|
|
1349
|
+
pulumi.set(__self__, "master_password_wo", master_password_wo)
|
|
1350
|
+
if master_password_wo_version is not None:
|
|
1351
|
+
pulumi.set(__self__, "master_password_wo_version", master_password_wo_version)
|
|
1309
1352
|
if master_user_secret_kms_key_id is not None:
|
|
1310
1353
|
pulumi.set(__self__, "master_user_secret_kms_key_id", master_user_secret_kms_key_id)
|
|
1311
1354
|
if master_user_secrets is not None:
|
|
@@ -1907,6 +1950,31 @@ class _ClusterState:
|
|
|
1907
1950
|
def master_password(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1908
1951
|
pulumi.set(self, "master_password", value)
|
|
1909
1952
|
|
|
1953
|
+
@_builtins.property
|
|
1954
|
+
@pulumi.getter(name="masterPasswordWo")
|
|
1955
|
+
def master_password_wo(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1956
|
+
"""
|
|
1957
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
1958
|
+
Password for the master DB user. Note that this may show up in logs. Please refer to the [RDS Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints). Cannot be set if `manage_master_user_password` is set to `true`.
|
|
1959
|
+
"""
|
|
1960
|
+
return pulumi.get(self, "master_password_wo")
|
|
1961
|
+
|
|
1962
|
+
@master_password_wo.setter
|
|
1963
|
+
def master_password_wo(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1964
|
+
pulumi.set(self, "master_password_wo", value)
|
|
1965
|
+
|
|
1966
|
+
@_builtins.property
|
|
1967
|
+
@pulumi.getter(name="masterPasswordWoVersion")
|
|
1968
|
+
def master_password_wo_version(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1969
|
+
"""
|
|
1970
|
+
Used together with `master_password_wo` to trigger an update. Increment this value when an update to the `master_password_wo` is required.
|
|
1971
|
+
"""
|
|
1972
|
+
return pulumi.get(self, "master_password_wo_version")
|
|
1973
|
+
|
|
1974
|
+
@master_password_wo_version.setter
|
|
1975
|
+
def master_password_wo_version(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1976
|
+
pulumi.set(self, "master_password_wo_version", value)
|
|
1977
|
+
|
|
1910
1978
|
@_builtins.property
|
|
1911
1979
|
@pulumi.getter(name="masterUserSecretKmsKeyId")
|
|
1912
1980
|
def master_user_secret_kms_key_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -2281,6 +2349,8 @@ class Cluster(pulumi.CustomResource):
|
|
|
2281
2349
|
kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2282
2350
|
manage_master_user_password: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
2283
2351
|
master_password: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2352
|
+
master_password_wo: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2353
|
+
master_password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2284
2354
|
master_user_secret_kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2285
2355
|
master_username: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2286
2356
|
monitoring_interval: Optional[pulumi.Input[_builtins.int]] = None,
|
|
@@ -2557,6 +2627,9 @@ class Cluster(pulumi.CustomResource):
|
|
|
2557
2627
|
:param pulumi.Input[_builtins.str] kms_key_id: ARN for the KMS encryption key. When specifying `kms_key_id`, `storage_encrypted` needs to be set to true.
|
|
2558
2628
|
:param pulumi.Input[_builtins.bool] manage_master_user_password: Set to true to allow RDS to manage the master user password in Secrets Manager. Cannot be set if `master_password` is provided.
|
|
2559
2629
|
:param pulumi.Input[_builtins.str] master_password: Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file. Please refer to the [RDS Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints). Cannot be set if `manage_master_user_password` is set to `true`.
|
|
2630
|
+
:param pulumi.Input[_builtins.str] master_password_wo: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
2631
|
+
Password for the master DB user. Note that this may show up in logs. Please refer to the [RDS Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints). Cannot be set if `manage_master_user_password` is set to `true`.
|
|
2632
|
+
:param pulumi.Input[_builtins.int] master_password_wo_version: Used together with `master_password_wo` to trigger an update. Increment this value when an update to the `master_password_wo` is required.
|
|
2560
2633
|
:param pulumi.Input[_builtins.str] master_user_secret_kms_key_id: Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. If not specified, the default KMS key for your Amazon Web Services account is used.
|
|
2561
2634
|
:param pulumi.Input[_builtins.str] master_username: Username for the master DB user. Please refer to the [RDS Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints). This argument does not support in-place updates and cannot be changed during a restore from snapshot.
|
|
2562
2635
|
:param pulumi.Input[_builtins.int] monitoring_interval: Interval, in seconds, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0. Valid Values: 0, 1, 5, 10, 15, 30, 60.
|
|
@@ -2851,6 +2924,8 @@ class Cluster(pulumi.CustomResource):
|
|
|
2851
2924
|
kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2852
2925
|
manage_master_user_password: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
2853
2926
|
master_password: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2927
|
+
master_password_wo: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2928
|
+
master_password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2854
2929
|
master_user_secret_kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2855
2930
|
master_username: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2856
2931
|
monitoring_interval: Optional[pulumi.Input[_builtins.int]] = None,
|
|
@@ -2925,6 +3000,8 @@ class Cluster(pulumi.CustomResource):
|
|
|
2925
3000
|
__props__.__dict__["kms_key_id"] = kms_key_id
|
|
2926
3001
|
__props__.__dict__["manage_master_user_password"] = manage_master_user_password
|
|
2927
3002
|
__props__.__dict__["master_password"] = None if master_password is None else pulumi.Output.secret(master_password)
|
|
3003
|
+
__props__.__dict__["master_password_wo"] = None if master_password_wo is None else pulumi.Output.secret(master_password_wo)
|
|
3004
|
+
__props__.__dict__["master_password_wo_version"] = master_password_wo_version
|
|
2928
3005
|
__props__.__dict__["master_user_secret_kms_key_id"] = master_user_secret_kms_key_id
|
|
2929
3006
|
__props__.__dict__["master_username"] = master_username
|
|
2930
3007
|
__props__.__dict__["monitoring_interval"] = monitoring_interval
|
|
@@ -2958,7 +3035,7 @@ class Cluster(pulumi.CustomResource):
|
|
|
2958
3035
|
__props__.__dict__["master_user_secrets"] = None
|
|
2959
3036
|
__props__.__dict__["reader_endpoint"] = None
|
|
2960
3037
|
__props__.__dict__["tags_all"] = None
|
|
2961
|
-
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["masterPassword"])
|
|
3038
|
+
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["masterPassword", "masterPasswordWo"])
|
|
2962
3039
|
opts = pulumi.ResourceOptions.merge(opts, secret_opts)
|
|
2963
3040
|
super(Cluster, __self__).__init__(
|
|
2964
3041
|
'aws:rds/cluster:Cluster',
|
|
@@ -3015,6 +3092,8 @@ class Cluster(pulumi.CustomResource):
|
|
|
3015
3092
|
kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3016
3093
|
manage_master_user_password: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3017
3094
|
master_password: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3095
|
+
master_password_wo: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3096
|
+
master_password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3018
3097
|
master_user_secret_kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3019
3098
|
master_user_secrets: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClusterMasterUserSecretArgs', 'ClusterMasterUserSecretArgsDict']]]]] = None,
|
|
3020
3099
|
master_username: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -3100,6 +3179,9 @@ class Cluster(pulumi.CustomResource):
|
|
|
3100
3179
|
:param pulumi.Input[_builtins.str] kms_key_id: ARN for the KMS encryption key. When specifying `kms_key_id`, `storage_encrypted` needs to be set to true.
|
|
3101
3180
|
:param pulumi.Input[_builtins.bool] manage_master_user_password: Set to true to allow RDS to manage the master user password in Secrets Manager. Cannot be set if `master_password` is provided.
|
|
3102
3181
|
:param pulumi.Input[_builtins.str] master_password: Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file. Please refer to the [RDS Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints). Cannot be set if `manage_master_user_password` is set to `true`.
|
|
3182
|
+
:param pulumi.Input[_builtins.str] master_password_wo: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
3183
|
+
Password for the master DB user. Note that this may show up in logs. Please refer to the [RDS Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints). Cannot be set if `manage_master_user_password` is set to `true`.
|
|
3184
|
+
:param pulumi.Input[_builtins.int] master_password_wo_version: Used together with `master_password_wo` to trigger an update. Increment this value when an update to the `master_password_wo` is required.
|
|
3103
3185
|
:param pulumi.Input[_builtins.str] master_user_secret_kms_key_id: Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. If not specified, the default KMS key for your Amazon Web Services account is used.
|
|
3104
3186
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ClusterMasterUserSecretArgs', 'ClusterMasterUserSecretArgsDict']]]] master_user_secrets: Block that specifies the master user secret. Only available when `manage_master_user_password` is set to true. Documented below.
|
|
3105
3187
|
:param pulumi.Input[_builtins.str] master_username: Username for the master DB user. Please refer to the [RDS Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints). This argument does not support in-place updates and cannot be changed during a restore from snapshot.
|
|
@@ -3183,6 +3265,8 @@ class Cluster(pulumi.CustomResource):
|
|
|
3183
3265
|
__props__.__dict__["kms_key_id"] = kms_key_id
|
|
3184
3266
|
__props__.__dict__["manage_master_user_password"] = manage_master_user_password
|
|
3185
3267
|
__props__.__dict__["master_password"] = master_password
|
|
3268
|
+
__props__.__dict__["master_password_wo"] = master_password_wo
|
|
3269
|
+
__props__.__dict__["master_password_wo_version"] = master_password_wo_version
|
|
3186
3270
|
__props__.__dict__["master_user_secret_kms_key_id"] = master_user_secret_kms_key_id
|
|
3187
3271
|
__props__.__dict__["master_user_secrets"] = master_user_secrets
|
|
3188
3272
|
__props__.__dict__["master_username"] = master_username
|
|
@@ -3578,6 +3662,23 @@ class Cluster(pulumi.CustomResource):
|
|
|
3578
3662
|
"""
|
|
3579
3663
|
return pulumi.get(self, "master_password")
|
|
3580
3664
|
|
|
3665
|
+
@_builtins.property
|
|
3666
|
+
@pulumi.getter(name="masterPasswordWo")
|
|
3667
|
+
def master_password_wo(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
3668
|
+
"""
|
|
3669
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
3670
|
+
Password for the master DB user. Note that this may show up in logs. Please refer to the [RDS Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints). Cannot be set if `manage_master_user_password` is set to `true`.
|
|
3671
|
+
"""
|
|
3672
|
+
return pulumi.get(self, "master_password_wo")
|
|
3673
|
+
|
|
3674
|
+
@_builtins.property
|
|
3675
|
+
@pulumi.getter(name="masterPasswordWoVersion")
|
|
3676
|
+
def master_password_wo_version(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
3677
|
+
"""
|
|
3678
|
+
Used together with `master_password_wo` to trigger an update. Increment this value when an update to the `master_password_wo` is required.
|
|
3679
|
+
"""
|
|
3680
|
+
return pulumi.get(self, "master_password_wo_version")
|
|
3681
|
+
|
|
3581
3682
|
@_builtins.property
|
|
3582
3683
|
@pulumi.getter(name="masterUserSecretKmsKeyId")
|
|
3583
3684
|
def master_user_secret_kms_key_id(self) -> pulumi.Output[_builtins.str]:
|
pulumi_aws/rds/instance.py
CHANGED
|
@@ -72,6 +72,8 @@ class InstanceArgs:
|
|
|
72
72
|
option_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
73
73
|
parameter_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
74
74
|
password: Optional[pulumi.Input[_builtins.str]] = None,
|
|
75
|
+
password_wo: Optional[pulumi.Input[_builtins.str]] = None,
|
|
76
|
+
password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
|
75
77
|
performance_insights_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
76
78
|
performance_insights_kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
77
79
|
performance_insights_retention_period: Optional[pulumi.Input[_builtins.int]] = None,
|
|
@@ -198,6 +200,9 @@ class InstanceArgs:
|
|
|
198
200
|
:param pulumi.Input[_builtins.str] option_group_name: Name of the DB option group to associate.
|
|
199
201
|
:param pulumi.Input[_builtins.str] parameter_group_name: Name of the DB parameter group to associate.
|
|
200
202
|
:param pulumi.Input[_builtins.str] password: Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file. Cannot be set if `manage_master_user_password` is set to `true`.
|
|
203
|
+
:param pulumi.Input[_builtins.str] password_wo: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
204
|
+
Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file. Cannot be set if `manage_master_user_password` is set to `true`.
|
|
205
|
+
:param pulumi.Input[_builtins.int] password_wo_version: Used together with `password_wo` to trigger an update. Increment this value when an update to `password_wo` is required.
|
|
201
206
|
:param pulumi.Input[_builtins.bool] performance_insights_enabled: Specifies whether Performance Insights are enabled. Defaults to false.
|
|
202
207
|
:param pulumi.Input[_builtins.str] performance_insights_kms_key_id: The ARN for the KMS key to encrypt Performance Insights data. When specifying `performance_insights_kms_key_id`, `performance_insights_enabled` needs to be set to true. Once KMS key is set, it can never be changed.
|
|
203
208
|
:param pulumi.Input[_builtins.int] performance_insights_retention_period: Amount of time in days to retain Performance Insights data. Valid values are `7`, `731` (2 years) or a multiple of `31`. When specifying `performance_insights_retention_period`, `performance_insights_enabled` needs to be set to true. Defaults to '7'.
|
|
@@ -345,6 +350,10 @@ class InstanceArgs:
|
|
|
345
350
|
pulumi.set(__self__, "parameter_group_name", parameter_group_name)
|
|
346
351
|
if password is not None:
|
|
347
352
|
pulumi.set(__self__, "password", password)
|
|
353
|
+
if password_wo is not None:
|
|
354
|
+
pulumi.set(__self__, "password_wo", password_wo)
|
|
355
|
+
if password_wo_version is not None:
|
|
356
|
+
pulumi.set(__self__, "password_wo_version", password_wo_version)
|
|
348
357
|
if performance_insights_enabled is not None:
|
|
349
358
|
pulumi.set(__self__, "performance_insights_enabled", performance_insights_enabled)
|
|
350
359
|
if performance_insights_kms_key_id is not None:
|
|
@@ -1040,6 +1049,31 @@ class InstanceArgs:
|
|
|
1040
1049
|
def password(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1041
1050
|
pulumi.set(self, "password", value)
|
|
1042
1051
|
|
|
1052
|
+
@_builtins.property
|
|
1053
|
+
@pulumi.getter(name="passwordWo")
|
|
1054
|
+
def password_wo(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1055
|
+
"""
|
|
1056
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
1057
|
+
Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file. Cannot be set if `manage_master_user_password` is set to `true`.
|
|
1058
|
+
"""
|
|
1059
|
+
return pulumi.get(self, "password_wo")
|
|
1060
|
+
|
|
1061
|
+
@password_wo.setter
|
|
1062
|
+
def password_wo(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1063
|
+
pulumi.set(self, "password_wo", value)
|
|
1064
|
+
|
|
1065
|
+
@_builtins.property
|
|
1066
|
+
@pulumi.getter(name="passwordWoVersion")
|
|
1067
|
+
def password_wo_version(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1068
|
+
"""
|
|
1069
|
+
Used together with `password_wo` to trigger an update. Increment this value when an update to `password_wo` is required.
|
|
1070
|
+
"""
|
|
1071
|
+
return pulumi.get(self, "password_wo_version")
|
|
1072
|
+
|
|
1073
|
+
@password_wo_version.setter
|
|
1074
|
+
def password_wo_version(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1075
|
+
pulumi.set(self, "password_wo_version", value)
|
|
1076
|
+
|
|
1043
1077
|
@_builtins.property
|
|
1044
1078
|
@pulumi.getter(name="performanceInsightsEnabled")
|
|
1045
1079
|
def performance_insights_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
@@ -1369,6 +1403,8 @@ class _InstanceState:
|
|
|
1369
1403
|
option_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1370
1404
|
parameter_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1371
1405
|
password: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1406
|
+
password_wo: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1407
|
+
password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1372
1408
|
performance_insights_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1373
1409
|
performance_insights_kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1374
1410
|
performance_insights_retention_period: Optional[pulumi.Input[_builtins.int]] = None,
|
|
@@ -1507,6 +1543,9 @@ class _InstanceState:
|
|
|
1507
1543
|
:param pulumi.Input[_builtins.str] option_group_name: Name of the DB option group to associate.
|
|
1508
1544
|
:param pulumi.Input[_builtins.str] parameter_group_name: Name of the DB parameter group to associate.
|
|
1509
1545
|
:param pulumi.Input[_builtins.str] password: Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file. Cannot be set if `manage_master_user_password` is set to `true`.
|
|
1546
|
+
:param pulumi.Input[_builtins.str] password_wo: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
1547
|
+
Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file. Cannot be set if `manage_master_user_password` is set to `true`.
|
|
1548
|
+
:param pulumi.Input[_builtins.int] password_wo_version: Used together with `password_wo` to trigger an update. Increment this value when an update to `password_wo` is required.
|
|
1510
1549
|
:param pulumi.Input[_builtins.bool] performance_insights_enabled: Specifies whether Performance Insights are enabled. Defaults to false.
|
|
1511
1550
|
:param pulumi.Input[_builtins.str] performance_insights_kms_key_id: The ARN for the KMS key to encrypt Performance Insights data. When specifying `performance_insights_kms_key_id`, `performance_insights_enabled` needs to be set to true. Once KMS key is set, it can never be changed.
|
|
1512
1551
|
:param pulumi.Input[_builtins.int] performance_insights_retention_period: Amount of time in days to retain Performance Insights data. Valid values are `7`, `731` (2 years) or a multiple of `31`. When specifying `performance_insights_retention_period`, `performance_insights_enabled` needs to be set to true. Defaults to '7'.
|
|
@@ -1674,6 +1713,10 @@ class _InstanceState:
|
|
|
1674
1713
|
pulumi.set(__self__, "parameter_group_name", parameter_group_name)
|
|
1675
1714
|
if password is not None:
|
|
1676
1715
|
pulumi.set(__self__, "password", password)
|
|
1716
|
+
if password_wo is not None:
|
|
1717
|
+
pulumi.set(__self__, "password_wo", password_wo)
|
|
1718
|
+
if password_wo_version is not None:
|
|
1719
|
+
pulumi.set(__self__, "password_wo_version", password_wo_version)
|
|
1677
1720
|
if performance_insights_enabled is not None:
|
|
1678
1721
|
pulumi.set(__self__, "performance_insights_enabled", performance_insights_enabled)
|
|
1679
1722
|
if performance_insights_kms_key_id is not None:
|
|
@@ -2473,6 +2516,31 @@ class _InstanceState:
|
|
|
2473
2516
|
def password(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2474
2517
|
pulumi.set(self, "password", value)
|
|
2475
2518
|
|
|
2519
|
+
@_builtins.property
|
|
2520
|
+
@pulumi.getter(name="passwordWo")
|
|
2521
|
+
def password_wo(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2522
|
+
"""
|
|
2523
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
2524
|
+
Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file. Cannot be set if `manage_master_user_password` is set to `true`.
|
|
2525
|
+
"""
|
|
2526
|
+
return pulumi.get(self, "password_wo")
|
|
2527
|
+
|
|
2528
|
+
@password_wo.setter
|
|
2529
|
+
def password_wo(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2530
|
+
pulumi.set(self, "password_wo", value)
|
|
2531
|
+
|
|
2532
|
+
@_builtins.property
|
|
2533
|
+
@pulumi.getter(name="passwordWoVersion")
|
|
2534
|
+
def password_wo_version(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2535
|
+
"""
|
|
2536
|
+
Used together with `password_wo` to trigger an update. Increment this value when an update to `password_wo` is required.
|
|
2537
|
+
"""
|
|
2538
|
+
return pulumi.get(self, "password_wo_version")
|
|
2539
|
+
|
|
2540
|
+
@password_wo_version.setter
|
|
2541
|
+
def password_wo_version(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2542
|
+
pulumi.set(self, "password_wo_version", value)
|
|
2543
|
+
|
|
2476
2544
|
@_builtins.property
|
|
2477
2545
|
@pulumi.getter(name="performanceInsightsEnabled")
|
|
2478
2546
|
def performance_insights_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
@@ -2842,6 +2910,8 @@ class Instance(pulumi.CustomResource):
|
|
|
2842
2910
|
option_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2843
2911
|
parameter_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2844
2912
|
password: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2913
|
+
password_wo: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2914
|
+
password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2845
2915
|
performance_insights_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
2846
2916
|
performance_insights_kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2847
2917
|
performance_insights_retention_period: Optional[pulumi.Input[_builtins.int]] = None,
|
|
@@ -3222,6 +3292,9 @@ class Instance(pulumi.CustomResource):
|
|
|
3222
3292
|
:param pulumi.Input[_builtins.str] option_group_name: Name of the DB option group to associate.
|
|
3223
3293
|
:param pulumi.Input[_builtins.str] parameter_group_name: Name of the DB parameter group to associate.
|
|
3224
3294
|
:param pulumi.Input[_builtins.str] password: Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file. Cannot be set if `manage_master_user_password` is set to `true`.
|
|
3295
|
+
:param pulumi.Input[_builtins.str] password_wo: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
3296
|
+
Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file. Cannot be set if `manage_master_user_password` is set to `true`.
|
|
3297
|
+
:param pulumi.Input[_builtins.int] password_wo_version: Used together with `password_wo` to trigger an update. Increment this value when an update to `password_wo` is required.
|
|
3225
3298
|
:param pulumi.Input[_builtins.bool] performance_insights_enabled: Specifies whether Performance Insights are enabled. Defaults to false.
|
|
3226
3299
|
:param pulumi.Input[_builtins.str] performance_insights_kms_key_id: The ARN for the KMS key to encrypt Performance Insights data. When specifying `performance_insights_kms_key_id`, `performance_insights_enabled` needs to be set to true. Once KMS key is set, it can never be changed.
|
|
3227
3300
|
:param pulumi.Input[_builtins.int] performance_insights_retention_period: Amount of time in days to retain Performance Insights data. Valid values are `7`, `731` (2 years) or a multiple of `31`. When specifying `performance_insights_retention_period`, `performance_insights_enabled` needs to be set to true. Defaults to '7'.
|
|
@@ -3594,6 +3667,8 @@ class Instance(pulumi.CustomResource):
|
|
|
3594
3667
|
option_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3595
3668
|
parameter_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3596
3669
|
password: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3670
|
+
password_wo: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3671
|
+
password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3597
3672
|
performance_insights_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3598
3673
|
performance_insights_kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3599
3674
|
performance_insights_retention_period: Optional[pulumi.Input[_builtins.int]] = None,
|
|
@@ -3675,6 +3750,8 @@ class Instance(pulumi.CustomResource):
|
|
|
3675
3750
|
__props__.__dict__["option_group_name"] = option_group_name
|
|
3676
3751
|
__props__.__dict__["parameter_group_name"] = parameter_group_name
|
|
3677
3752
|
__props__.__dict__["password"] = None if password is None else pulumi.Output.secret(password)
|
|
3753
|
+
__props__.__dict__["password_wo"] = None if password_wo is None else pulumi.Output.secret(password_wo)
|
|
3754
|
+
__props__.__dict__["password_wo_version"] = password_wo_version
|
|
3678
3755
|
__props__.__dict__["performance_insights_enabled"] = performance_insights_enabled
|
|
3679
3756
|
__props__.__dict__["performance_insights_kms_key_id"] = performance_insights_kms_key_id
|
|
3680
3757
|
__props__.__dict__["performance_insights_retention_period"] = performance_insights_retention_period
|
|
@@ -3707,7 +3784,7 @@ class Instance(pulumi.CustomResource):
|
|
|
3707
3784
|
__props__.__dict__["resource_id"] = None
|
|
3708
3785
|
__props__.__dict__["status"] = None
|
|
3709
3786
|
__props__.__dict__["tags_all"] = None
|
|
3710
|
-
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["password"])
|
|
3787
|
+
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["password", "passwordWo"])
|
|
3711
3788
|
opts = pulumi.ResourceOptions.merge(opts, secret_opts)
|
|
3712
3789
|
super(Instance, __self__).__init__(
|
|
3713
3790
|
'aws:rds/instance:Instance',
|
|
@@ -3777,6 +3854,8 @@ class Instance(pulumi.CustomResource):
|
|
|
3777
3854
|
option_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3778
3855
|
parameter_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3779
3856
|
password: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3857
|
+
password_wo: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3858
|
+
password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3780
3859
|
performance_insights_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3781
3860
|
performance_insights_kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3782
3861
|
performance_insights_retention_period: Optional[pulumi.Input[_builtins.int]] = None,
|
|
@@ -3920,6 +3999,9 @@ class Instance(pulumi.CustomResource):
|
|
|
3920
3999
|
:param pulumi.Input[_builtins.str] option_group_name: Name of the DB option group to associate.
|
|
3921
4000
|
:param pulumi.Input[_builtins.str] parameter_group_name: Name of the DB parameter group to associate.
|
|
3922
4001
|
:param pulumi.Input[_builtins.str] password: Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file. Cannot be set if `manage_master_user_password` is set to `true`.
|
|
4002
|
+
:param pulumi.Input[_builtins.str] password_wo: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
4003
|
+
Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file. Cannot be set if `manage_master_user_password` is set to `true`.
|
|
4004
|
+
:param pulumi.Input[_builtins.int] password_wo_version: Used together with `password_wo` to trigger an update. Increment this value when an update to `password_wo` is required.
|
|
3923
4005
|
:param pulumi.Input[_builtins.bool] performance_insights_enabled: Specifies whether Performance Insights are enabled. Defaults to false.
|
|
3924
4006
|
:param pulumi.Input[_builtins.str] performance_insights_kms_key_id: The ARN for the KMS key to encrypt Performance Insights data. When specifying `performance_insights_kms_key_id`, `performance_insights_enabled` needs to be set to true. Once KMS key is set, it can never be changed.
|
|
3925
4007
|
:param pulumi.Input[_builtins.int] performance_insights_retention_period: Amount of time in days to retain Performance Insights data. Valid values are `7`, `731` (2 years) or a multiple of `31`. When specifying `performance_insights_retention_period`, `performance_insights_enabled` needs to be set to true. Defaults to '7'.
|
|
@@ -4033,6 +4115,8 @@ class Instance(pulumi.CustomResource):
|
|
|
4033
4115
|
__props__.__dict__["option_group_name"] = option_group_name
|
|
4034
4116
|
__props__.__dict__["parameter_group_name"] = parameter_group_name
|
|
4035
4117
|
__props__.__dict__["password"] = password
|
|
4118
|
+
__props__.__dict__["password_wo"] = password_wo
|
|
4119
|
+
__props__.__dict__["password_wo_version"] = password_wo_version
|
|
4036
4120
|
__props__.__dict__["performance_insights_enabled"] = performance_insights_enabled
|
|
4037
4121
|
__props__.__dict__["performance_insights_kms_key_id"] = performance_insights_kms_key_id
|
|
4038
4122
|
__props__.__dict__["performance_insights_retention_period"] = performance_insights_retention_period
|
|
@@ -4577,6 +4661,23 @@ class Instance(pulumi.CustomResource):
|
|
|
4577
4661
|
"""
|
|
4578
4662
|
return pulumi.get(self, "password")
|
|
4579
4663
|
|
|
4664
|
+
@_builtins.property
|
|
4665
|
+
@pulumi.getter(name="passwordWo")
|
|
4666
|
+
def password_wo(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4667
|
+
"""
|
|
4668
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
4669
|
+
Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file. Cannot be set if `manage_master_user_password` is set to `true`.
|
|
4670
|
+
"""
|
|
4671
|
+
return pulumi.get(self, "password_wo")
|
|
4672
|
+
|
|
4673
|
+
@_builtins.property
|
|
4674
|
+
@pulumi.getter(name="passwordWoVersion")
|
|
4675
|
+
def password_wo_version(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
4676
|
+
"""
|
|
4677
|
+
Used together with `password_wo` to trigger an update. Increment this value when an update to `password_wo` is required.
|
|
4678
|
+
"""
|
|
4679
|
+
return pulumi.get(self, "password_wo_version")
|
|
4680
|
+
|
|
4580
4681
|
@_builtins.property
|
|
4581
4682
|
@pulumi.getter(name="performanceInsightsEnabled")
|
|
4582
4683
|
def performance_insights_enabled(self) -> pulumi.Output[Optional[_builtins.bool]]:
|