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