Properties Encryption Args
data class PropertiesEncryptionArgs(val keyVault: Output<KeyVaultPropertiesArgs>? = null, val state: Output<Either<String, State>>? = null) : ConvertibleToJava<PropertiesEncryptionArgs>
The encryption settings for a configuration store.
Constructors
Link copied to clipboard
constructor(keyVault: Output<KeyVaultPropertiesArgs>? = null, state: Output<Either<String, State>>? = null)