AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Glue::SchemaVersion

CfnSchemaVersion

The `AWS::Glue::SchemaVersion` is an AWS Glue resource type that manages schema versions of schemas in the AWS Glue Schema Registry.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnSchemaVersionProps.

schemaRequired
IResolvable | SchemaProperty

The schema that includes the schema version.

schemaDefinitionRequired
string

The schema definition for the schema version.

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