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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_encryption_modeString

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

Returns:

  • (String)


8327
8328
8329
8330
8331
8332
8333
# File 'lib/aws-sdk-glue/types.rb', line 8327

class EncryptionAtRest < Struct.new(
  :catalog_encryption_mode,
  :sse_aws_kms_key_id,
  :catalog_encryption_service_role)
  SENSITIVE = []
  include Aws::Structure
end

#catalog_encryption_service_roleString

The role that Glue assumes to encrypt and decrypt the Data Catalog objects on the caller’s behalf.

Returns:

  • (String)


8327
8328
8329
8330
8331
8332
8333
# File 'lib/aws-sdk-glue/types.rb', line 8327

class EncryptionAtRest < Struct.new(
  :catalog_encryption_mode,
  :sse_aws_kms_key_id,
  :catalog_encryption_service_role)
  SENSITIVE = []
  include Aws::Structure
end

#sse_aws_kms_key_idString

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

Returns:

  • (String)


8327
8328
8329
8330
8331
8332
8333
# File 'lib/aws-sdk-glue/types.rb', line 8327

class EncryptionAtRest < Struct.new(
  :catalog_encryption_mode,
  :sse_aws_kms_key_id,
  :catalog_encryption_service_role)
  SENSITIVE = []
  include Aws::Structure
end