EncryptionPropertyArgs

data class EncryptionPropertyArgs(val identity: Output<IdentityForCmkArgs>? = null, val keyVaultProperties: Output<EncryptionKeyVaultPropertiesArgs>, val status: Output<Either<String, EncryptionStatus>>) : ConvertibleToJava<EncryptionPropertyArgs>

Constructors

Link copied to clipboard
constructor(identity: Output<IdentityForCmkArgs>? = null, keyVaultProperties: Output<EncryptionKeyVaultPropertiesArgs>, status: Output<Either<String, EncryptionStatus>>)

Properties

Link copied to clipboard
val identity: Output<IdentityForCmkArgs>? = null

The identity that will be used to access the key vault for encryption at rest.

Link copied to clipboard

Customer Key vault properties.

Link copied to clipboard
val status: Output<Either<String, EncryptionStatus>>

Indicates whether or not the encryption is enabled for the workspace.

Functions

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