AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Glue::DataCatalogEncryptionSettings

CfnDataCatalogEncryptionSettings

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

Import

import { CfnDataCatalogEncryptionSettings } from 'aws-cdk-lib/aws-glue';

Or use the module namespace:

import * as glue from 'aws-cdk-lib/aws-glue';
// glue.CfnDataCatalogEncryptionSettings

Properties

Configuration passed to the constructor as CfnDataCatalogEncryptionSettingsProps.

catalogIdRequired
string

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

dataCatalogEncryptionSettingsRequired
IResolvable | DataCatalogEncryptionSettingsProperty

Contains configuration information for maintaining Data Catalog security.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter