You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Specifies whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window.
5220
5220
* By default, minor engine upgrades are applied automatically.</p>
5221
-
* <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB cluster</p>
5221
+
* <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB cluster.</p>
5222
+
* <p>For more information about automatic minor version upgrades, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html#USER_UpgradeDBInstance.Upgrading.AutoMinorVersionUpgrades">Automatically upgrading the minor engine version</a>.</p>
* <p>Indicates whether minor version patches are applied automatically.</p>
6416
6417
* <p>This setting is for Aurora DB clusters and Multi-AZ DB clusters.</p>
6418
+
* <p>For more information about automatic minor version upgrades, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html#USER_UpgradeDBInstance.Upgrading.AutoMinorVersionUpgrades">Automatically upgrading the minor engine version</a>.</p>
* By default, minor engine upgrades are applied automatically.</p>
8058
8060
* <p>If you create an RDS Custom DB instance, you must set <code>AutoMinorVersionUpgrade</code> to
8059
8061
* <code>false</code>.</p>
8062
+
* <p>For more information about automatic minor version upgrades, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html#USER_UpgradeDBInstance.Upgrading.AutoMinorVersionUpgrades">Automatically upgrading the minor engine version</a>.</p>
* <p>Indicates whether minor version patches are applied automatically.</p>
9429
+
* <p>For more information about automatic minor version upgrades, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html#USER_UpgradeDBInstance.Upgrading.AutoMinorVersionUpgrades">Automatically upgrading the minor engine version</a>.</p>
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
10154
10158
* <p>Default: Inherits the value from the source DB instance.</p>
10159
+
* <p>For more information about automatic minor version upgrades, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html#USER_UpgradeDBInstance.Upgrading.AutoMinorVersionUpgrades">Automatically upgrading the minor engine version</a>.</p>
* <p>Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.</p>
13208
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html">Password management with Amazon Web Services Secrets Manager</a>
13209
+
* in the <i>Amazon RDS User Guide.</i>
13210
+
* </p>
13211
+
* <p>Constraints:</p>
13212
+
* <ul>
13213
+
* <li>
13214
+
* <p>Can't manage the master user password with Amazon Web Services Secrets Manager if <code>MasterUserPassword</code>
13215
+
* is specified.</p>
13216
+
* </li>
13217
+
* </ul>
13218
+
* @public
13219
+
*/
13220
+
ManageMasterUserPassword?: boolean | undefined;
13221
+
13222
+
/**
13223
+
* <p>The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and
13224
+
* managed in Amazon Web Services Secrets Manager.</p>
13225
+
* <p>This setting is valid only if the master user password is managed by RDS in Amazon Web Services Secrets
13226
+
* Manager for the DB instance.</p>
13227
+
* <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
13228
+
* To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.</p>
13229
+
* <p>If you don't specify <code>MasterUserSecretKmsKeyId</code>, then the <code>aws/secretsmanager</code>
13230
+
* KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't
13231
+
* use the <code>aws/secretsmanager</code> KMS key to encrypt the secret, and you must use a customer
13232
+
* managed KMS key.</p>
13233
+
* <p>There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account
13234
+
* has a different default KMS key for each Amazon Web Services Region.</p>
* <p>Contains the secret managed by RDS in Amazon Web Services Secrets Manager for the master user password.</p>
13349
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html">Password management with Amazon Web Services Secrets Manager</a>
13350
+
* in the <i>Amazon RDS User Guide</i> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html">Password management with Amazon Web Services Secrets Manager</a>
0 commit comments