MasterUserSecretArgs

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

Definition of MasterUserSecret

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.

Functions

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