AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Glue::SchemaVersionMetadata

CfnSchemaVersionMetadata

The `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

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnSchemaVersionMetadataProps.

keyRequired
string

A metadata key in a key-value pair for metadata.

schemaVersionIdRequired
string | ISchemaVersionRef

The version number of the schema.

valueRequired
string

A metadata key's corresponding value.

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