CacheEncryptionSettingsArgs

data class CacheEncryptionSettingsArgs(val keyEncryptionKey: Output<KeyVaultKeyReferenceArgs>? = null) : ConvertibleToJava<CacheEncryptionSettingsArgs>

Cache encryption settings.

Constructors

Link copied to clipboard
constructor(keyEncryptionKey: Output<KeyVaultKeyReferenceArgs>? = null)

Properties

Link copied to clipboard

Specifies the location of the key encryption key in Key Vault.

Functions

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