Encryption Args
data class EncryptionArgs(val customerManagedKeyEncryption: Output<EncryptionCustomerManagedKeyEncryptionArgs>? = null) : ConvertibleToJava<EncryptionArgs>
Settings to encrypt a service
Constructors
Link copied to clipboard
constructor(customerManagedKeyEncryption: Output<EncryptionCustomerManagedKeyEncryptionArgs>? = null)