PropertiesEncryptionArgs

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)

Properties

Link copied to clipboard
val keyVault: Output<KeyVaultPropertiesArgs>? = null

Key vault properties.

Link copied to clipboard
val state: Output<Either<String, State>>? = null

The state of onboarding, which only appears in the response.

Functions

Link copied to clipboard
open override fun toJava(): PropertiesEncryptionArgs