DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsEncryptionAtRest

data class DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsEncryptionAtRest(val catalogEncryptionMode: String, val sseAwsKmsKeyId: String? = null)

Constructors

constructor(catalogEncryptionMode: String, sseAwsKmsKeyId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The encryption-at-rest mode for encrypting Data Catalog data. Valid values are DISABLED and SSE-KMS.

Link copied to clipboard
val sseAwsKmsKeyId: String? = null

The ARN of the AWS KMS key to use for encryption at rest.