TransparentDataEncryptionResponse

data class TransparentDataEncryptionResponse(val enableAutoRotation: Boolean? = null, val keyUri: String? = null, val keys: List<String>? = null)

Transparent Data Encryption properties.

Constructors

Link copied to clipboard
constructor(enableAutoRotation: Boolean? = null, keyUri: String? = null, keys: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enable key auto rotation

Link copied to clipboard
val keys: List<String>? = null

Additional Keys

Link copied to clipboard
val keyUri: String? = null

Customer Managed Key (CMK) Uri.