AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Glue::Registry

CfnRegistry

The AWS::Glue::Registry is an AWS Glue resource type that manages registries of schemas in the AWS Glue Schema Registry.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnRegistryProps.

nameRequired
string

The name of the registry.

descriptionOptional
string

A description of the registry.

tagsOptional
CfnTag[]

AWS tags that contain a key value pair and may be searched by console, command line, or API.

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