AWS::Glue::SchemaVersionThe `AWS::Glue::SchemaVersion` is an AWS Glue resource type that manages schema versions of schemas in the AWS Glue Schema Registry.
import { CfnSchemaVersion } from 'aws-cdk-lib/aws-glue';Or use the module namespace:
import * as glue from 'aws-cdk-lib/aws-glue';
// glue.CfnSchemaVersionConfiguration passed to the constructor as CfnSchemaVersionProps.
schemaRequiredIResolvable | SchemaPropertyThe schema that includes the schema version.
schemaDefinitionRequiredstringThe schema definition for the schema version.
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::SchemaVersion