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

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

Overview

Contains configuration information for maintaining Data Catalog security.

Constant Summary collapse

SENSITIVE =
[]

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.



6153
6154
6155
6156
6157
6158
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6153

class DataCatalogEncryptionSettings < Struct.new(
  :encryption_at_rest,
  :connection_password_encryption)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_at_restTypes::EncryptionAtRest

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



6153
6154
6155
6156
6157
6158
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6153

class DataCatalogEncryptionSettings < Struct.new(
  :encryption_at_rest,
  :connection_password_encryption)
  SENSITIVE = []
  include Aws::Structure
end