CacheEncryptionSettingsArgs

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

Cache encryption settings.

Constructors

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

Functions

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

Properties

Link copied to clipboard

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