AWS Fundamentals Logo
AWS Fundamentals
AWS::Glue::SchemaVersionMetadata

Glue SchemaVersionMetadata

This resource adds Key-Value metadata to a Schema version of Glue Schema Registry.

Properties

3 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
Key
string
RequiredCreate-only
SchemaVersionId
string
RequiredCreate-only
Value
string
RequiredCreate-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Glue::SchemaVersionMetadata

Resources:
  MyResource:
    Type: AWS::Glue::SchemaVersionMetadata
    Properties:
      SchemaVersionId: "my-schemaversionid"
      Key: "value"
      Value: "value"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

glue:putSchemaVersionMetadata

read

glue:querySchemaVersionMetadata

delete

glue:removeSchemaVersionMetadata

list

glue:querySchemaVersionMetadata

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceGlue
Properties3
Required3
TaggingNot supported
Primary IDSchemaVersionId

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

SchemaVersionIdKeyValue

External Links