EncryptionAtRestOptionsResponse

data class EncryptionAtRestOptionsResponse(val enabled: Boolean? = null, val kmsKeyId: String? = null)

Definition of EncryptionAtRestOptions

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, kmsKeyId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

True to enable encryption at rest.

Link copied to clipboard
val kmsKeyId: String? = null

The KMS key ID. Takes the form 1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a.