Encryption Properties Args
data class EncryptionPropertiesArgs(val customerManagedKeyEncryption: Output<CustomerManagedKeyEncryptionPropertiesArgs>? = null) : ConvertibleToJava<EncryptionPropertiesArgs>
All encryption configuration for a resource.
Constructors
Link copied to clipboard
constructor(customerManagedKeyEncryption: Output<CustomerManagedKeyEncryptionPropertiesArgs>? = null)