DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsEncryptionAtRest

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

Constructors

constructor(catalogEncryptionMode: String, catalogEncryptionServiceRole: String? = null, 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: DISABLED, SSE-KMS, SSE-KMS-WITH-SERVICE-ROLE.

Link copied to clipboard

The ARN of the AWS IAM role used for accessing encrypted Data Catalog data.

Link copied to clipboard
val sseAwsKmsKeyId: String? = null

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