MasterUserSecretResponse

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

Definition of MasterUserSecret

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyId: String? = null

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

Link copied to clipboard
val secretArn: String? = null

The Amazon Resource Name (ARN) of the secret.