class Aws::Glue::Types::EncryptionAtRest

Specifies the encryption-at-rest configuration for the Data Catalog.

@note When making an API call, you may pass EncryptionAtRest

data as a hash:

    {
      catalog_encryption_mode: "DISABLED", # required, accepts DISABLED, SSE-KMS
      sse_aws_kms_key_id: "NameString",
    }

@!attribute [rw] catalog_encryption_mode

The encryption-at-rest mode for encrypting Data Catalog data.
@return [String]

@!attribute [rw] sse_aws_kms_key_id

The ID of the KMS key to use for encryption at rest.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/EncryptionAtRest AWS API Documentation

Constants

SENSITIVE