AWS Fundamentals Logo
AWS Fundamentals
AWS::Glue::SchemaVersion

Glue SchemaVersion

This resource represents an individual schema version of a schema defined in Glue Schema Registry.

Properties

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

Filter:
PropertyTypeFlags
Schema
Schema
RequiredCreate-only
SchemaDefinition
string
RequiredCreate-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
VersionIdstringRepresents the version ID associated with the schema version.

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::SchemaVersion

Resources:
  MyResource:
    Type: AWS::Glue::SchemaVersion
    Properties:
      Schema: "value"
      SchemaDefinition: "value"

Required IAM Permissions

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

create

glue:RegisterSchemaVersionglue:GetSchemaVersionglue:GetSchemaByDefinition

read

glue:GetSchemaVersion

delete

glue:DeleteSchemaVersionsglue:GetSchemaVersion

list

glue:ListSchemaVersions

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
Required2
TaggingNot supported
Primary IDVersionId

Supported Operations

CreateReadDeleteList

Immutable After Creation

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

SchemaSchemaDefinition

External Links