AWS::Glue::DataCatalogEncryptionSettingsSets the security configuration for a specified catalog. After the configuration has been set, the specified encryption is applied to every catalog write thereafter.
import { CfnDataCatalogEncryptionSettings } from 'aws-cdk-lib/aws-glue';Or use the module namespace:
import * as glue from 'aws-cdk-lib/aws-glue';
// glue.CfnDataCatalogEncryptionSettingsConfiguration passed to the constructor as CfnDataCatalogEncryptionSettingsProps.
catalogIdRequiredstringThe ID of the Data Catalog in which the settings are created.
dataCatalogEncryptionSettingsRequiredIResolvable | DataCatalogEncryptionSettingsPropertyContains configuration information for maintaining Data Catalog security.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-glueAWS::Glue::DataCatalogEncryptionSettings