CacheEncryptionSettingsArgs

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

Cache encryption settings.

Constructors

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

Properties

Link copied to clipboard

Specifies the location of the key encryption key in key vault.

Link copied to clipboard

Specifies whether the service will automatically rotate to the newest version of the key in the key vault.

Functions

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