InstanceMasterUserSecret

data class InstanceMasterUserSecret(val kmsKeyId: String? = null, val secretArn: String? = null, val secretStatus: String? = null)

Constructors

Link copied to clipboard
constructor(kmsKeyId: String? = null, secretArn: String? = null, secretStatus: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyId: String? = null

The ARN for the KMS encryption key. If creating an encrypted replica, set this to the destination KMS ARN.

Link copied to clipboard
val secretArn: String? = null

The Amazon Resource Name (ARN) of the secret.

Link copied to clipboard
val secretStatus: String? = null

The status of the secret. Valid Values: creating | active | rotating | impaired.