GetDomainEncryptionAtRest

data class GetDomainEncryptionAtRest(val enabled: Boolean, val kmsKeyId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether node to node encryption is enabled.

Link copied to clipboard

The KMS key id used to encrypt data at rest.