AWS::EventSchemas::RegistryUse the `AWS::EventSchemas::Registry` to specify a schema registry. Schema registries are containers for Schemas. Registries collect and organize schemas so that your schemas are in logical groups.
import { CfnRegistry } from 'aws-cdk-lib/aws-eventschemas';Or use the module namespace:
import * as eventschemas from 'aws-cdk-lib/aws-eventschemas';
// eventschemas.CfnRegistryConfiguration passed to the constructor as CfnRegistryProps.
descriptionOptionalstringA description of the registry to be created.
registryNameOptionalstring | IRegistryPolicyRefThe name of the schema registry.
tagsOptionalTagsEntryProperty[]Tags to associate with the registry.
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-eventschemasAWS::EventSchemas::Registry