AWS::Glue::DataCatalogEncryptionSettings - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Glue::DataCatalogEncryptionSettings

Sets the security configuration for a specified catalog. After the configuration has been set, the specified encryption is applied to every catalog write thereafter.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Glue::DataCatalogEncryptionSettings", "Properties" : { "CatalogId" : String, "DataCatalogEncryptionSettings" : DataCatalogEncryptionSettings } }

YAML

Type: AWS::Glue::DataCatalogEncryptionSettings Properties: CatalogId: String DataCatalogEncryptionSettings: DataCatalogEncryptionSettings

Properties

CatalogId

The ID of the Data Catalog in which the settings are created.

Required: Yes

Type: String

Update requires: Replacement

DataCatalogEncryptionSettings

Contains configuration information for maintaining Data Catalog security.

Required: Yes

Type: DataCatalogEncryptionSettings

Update requires: No interruption

Return values

Ref

Fn::GetAtt