EncryptionPropertiesArgs

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)

Properties

Link copied to clipboard

The identity to be used with service-side encryption at rest.

Link copied to clipboard

Properties provided by key vault.

Functions

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