Encryption Args
    data class EncryptionArgs(val keySource: Output<Either<String, KeySource>>? = null, val keyVaultProperties: Output<List<KeyVaultPropertiesArgs>>? = null, val requireInfrastructureEncryption: Output<Boolean>? = null) : ConvertibleToJava<EncryptionArgs> 
Properties to configure Encryption
Constructors
Link copied to clipboard
                fun EncryptionArgs(keySource: Output<Either<String, KeySource>>? = null, keyVaultProperties: Output<List<KeyVaultPropertiesArgs>>? = null, requireInfrastructureEncryption: Output<Boolean>? = null)