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

Class: Aws::Glue::Types::DataCatalogEncryptionSettings

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

Overview

Note:

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

{
  encryption_at_rest: {
    catalog_encryption_mode: "DISABLED", # required, accepts DISABLED, SSE-KMS
    sse_aws_kms_key_id: "NameString",
  },
  connection_password_encryption: {
    return_connection_password_encrypted: false, # required
    aws_kms_key_id: "NameString",
  },
}

Contains configuration information for maintaining Data Catalog security.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#connection_password_encryptionTypes::ConnectionPasswordEncryption

When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption.

Returns:

  • (Types::ConnectionPasswordEncryption)

    When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties.

#encryption_at_restTypes::EncryptionAtRest

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

Returns: