AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::EventSchemas::Registry

CfnRegistry

Use 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

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnRegistryProps.

descriptionOptional
string

A description of the registry to be created.

registryNameOptional
string | IRegistryPolicyRef

The name of the schema registry.

tagsOptional
TagsEntryProperty[]

Tags to associate with the registry.

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

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-eventschemas
CFN TypeAWS::EventSchemas::Registry
Properties3

External Links