DomainEncryptionAtRestOptions

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null
Link copied to clipboard
val kmsKeyId: String? = null