AWS::Glue::RegistryThe AWS::Glue::Registry is an AWS Glue resource type that manages registries of schemas in the AWS Glue Schema Registry.
import { CfnRegistry } from 'aws-cdk-lib/aws-glue';Or use the module namespace:
import * as glue from 'aws-cdk-lib/aws-glue';
// glue.CfnRegistryConfiguration passed to the constructor as CfnRegistryProps.
nameRequiredstringThe name of the registry.
descriptionOptionalstringA description of the registry.
tagsOptionalCfnTag[]AWS tags that contain a key value pair and may be searched by console, command line, or API.
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::Registry