AWS::EventSchemas::SchemaUse the `AWS::EventSchemas::Schema` resource to specify an event schema.
import { CfnSchema } from 'aws-cdk-lib/aws-eventschemas';Or use the module namespace:
import * as eventschemas from 'aws-cdk-lib/aws-eventschemas';
// eventschemas.CfnSchemaConfiguration passed to the constructor as CfnSchemaProps.
contentRequiredstringThe source of the schema definition.
registryNameRequiredstringThe name of the schema registry.
typeRequiredstringThe type of schema. Valid types include `OpenApi3` and `JSONSchemaDraft4` .
descriptionOptionalstringA description of the schema.
schemaNameOptionalstringThe name of the schema.
tagsOptionalTagsEntryProperty[]Tags associated with the schema.
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::Schema