Vault Properties Encryption Args
data class VaultPropertiesEncryptionArgs(val infrastructureEncryption: Output<Either<String, InfrastructureEncryptionState>>? = null, val kekIdentity: Output<CmkKekIdentityArgs>? = null, val keyVaultProperties: Output<CmkKeyVaultPropertiesArgs>? = null) : ConvertibleToJava<VaultPropertiesEncryptionArgs>
Customer Managed Key details of the resource.
Constructors
Link copied to clipboard
constructor(infrastructureEncryption: Output<Either<String, InfrastructureEncryptionState>>? = null, kekIdentity: Output<CmkKekIdentityArgs>? = null, keyVaultProperties: Output<CmkKeyVaultPropertiesArgs>? = null)