Cache Encryption Settings Args
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)