AWS::RDS::DBCluster MasterUserSecret - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::RDS::DBCluster MasterUserSecret

The MasterUserSecret return value specifies the secret managed by RDS in Amazon Secrets Manager for the master user password.

For more information, see Password management with Amazon Secrets Manager in the Amazon RDS User Guide and Password management with Amazon Secrets Manager in the Amazon Aurora User Guide.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "KmsKeyId" : String, "SecretArn" : String }

YAML

KmsKeyId: String SecretArn: String

Properties

KmsKeyId

The Amazon KMS key identifier that is used to encrypt the secret.

Required: No

Type: String

Update requires: No interruption

SecretArn

The Amazon Resource Name (ARN) of the secret.

Required: No

Type: String

Update requires: No interruption