Encryption Properties Args
data class EncryptionPropertiesArgs(val keySource: Output<KeySource>? = null, val keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null) : ConvertibleToJava<EncryptionPropertiesArgs>
Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead.
Constructors
Link copied to clipboard
constructor(keySource: Output<KeySource>? = null, keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null)