You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::EncryptionAtRest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing EncryptionAtRest as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_encryption_modeString

The encryption-at-rest mode for encrypting Data Catalog data.

Possible values:

  • DISABLED
  • SSE-KMS

Returns:

  • (String)

    The encryption-at-rest mode for encrypting Data Catalog data.

#sse_aws_kms_key_idString

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

Returns:

  • (String)

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