EncryptionArgs

data class EncryptionArgs(val keyVaultProperties: Output<EncryptionKeyVaultPropertiesArgs>? = null, val status: Output<Either<String, EncryptionState>>? = null) : ConvertibleToJava<EncryptionArgs>

The properties of customer managed encryption key

Constructors

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

Properties

Link copied to clipboard

The key vault where the encryption key is stored

Link copied to clipboard
val status: Output<Either<String, EncryptionState>>? = null

Status of customer managed encryption key

Functions

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