Encryption Properties Args
data class EncryptionPropertiesArgs(val encryptionIdentity: Output<EncryptionIdentityArgs>? = null, val keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null) : ConvertibleToJava<EncryptionPropertiesArgs>
The encryption settings on the volume group.
Constructors
Link copied to clipboard
constructor(encryptionIdentity: Output<EncryptionIdentityArgs>? = null, keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null)