AWS::Glue::DataCatalogEncryptionSettings DataCatalogEncryptionSettings
Contains configuration information for maintaining Data Catalog security.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ConnectionPasswordEncryption" :
ConnectionPasswordEncryption
, "EncryptionAtRest" :EncryptionAtRest
}
Properties
ConnectionPasswordEncryption
-
When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of
CreateConnection
orUpdateConnection
and store it in theENCRYPTED_PASSWORD
field in the connection properties. You can enable catalog encryption or only password encryption.Required: No
Type: ConnectionPasswordEncryption
Update requires: No interruption
EncryptionAtRest
-
Specifies the encryption-at-rest configuration for the Data Catalog.
Required: No
Type: EncryptionAtRest
Update requires: No interruption