AWS::Glue::SchemaVersionMetadataThe `AWS::Glue::SchemaVersionMetadata` is an AWS Glue resource type that defines the metadata key-value pairs for a schema version in AWS Glue Schema Registry.
import { CfnSchemaVersionMetadata } from 'aws-cdk-lib/aws-glue';Or use the module namespace:
import * as glue from 'aws-cdk-lib/aws-glue';
// glue.CfnSchemaVersionMetadataConfiguration passed to the constructor as CfnSchemaVersionMetadataProps.
keyRequiredstringA metadata key in a key-value pair for metadata.
schemaVersionIdRequiredstring | ISchemaVersionRefThe version number of the schema.
valueRequiredstringA metadata key's corresponding value.
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::SchemaVersionMetadata