GetInstanceMasterUserSecret

data class GetInstanceMasterUserSecret(val kmsKeyId: String, val secretArn: String, val secretStatus: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The Amazon Resource Name (ARN) of the secret.

Link copied to clipboard

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