EncryptionPropertiesArgs

data class EncryptionPropertiesArgs(val keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null) : ConvertibleToJava<EncryptionPropertiesArgs>

The encryption settings for a configuration store.

Constructors

Link copied to clipboard
fun EncryptionPropertiesArgs(keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null)

Functions

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

Properties

Link copied to clipboard

Key vault properties.