ClusterMasterUserSecret

data class ClusterMasterUserSecret(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. When specifying kms_key_id, storage_encrypted needs to be set to true.

Link copied to clipboard
val secretArn: String? = null
Link copied to clipboard
val secretStatus: String? = null