DbInstanceMasterUserSecretArgs

data class DbInstanceMasterUserSecretArgs(val kmsKeyId: Output<String>? = null, val secretArn: Output<String>? = null) : ConvertibleToJava<DbInstanceMasterUserSecretArgs>

The `MasterUserSecret` return value specifies the secret managed by RDS in AWS Secrets Manager for the master user password. For more information, see Password management with Secrets Manager in the Amazon RDS User Guide and Password management with Secrets Manager in the Amazon Aurora User Guide.

Constructors

Link copied to clipboard
constructor(kmsKeyId: Output<String>? = null, secretArn: Output<String>? = null)

Properties

Link copied to clipboard
val kmsKeyId: Output<String>? = null

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

Link copied to clipboard
val secretArn: Output<String>? = null

The Amazon Resource Name (ARN) of the secret. This parameter is a return value that you can retrieve using the `Fn::GetAtt` intrinsic function. For more information, see Return values.

Functions

Link copied to clipboard
open override fun toJava(): DbInstanceMasterUserSecretArgs