AWS::Glue::SchemaVersionThis resource represents an individual schema version of a schema defined in Glue Schema Registry.
2 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Schema | Schema | RequiredCreate-only |
SchemaDefinition | string | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
VersionId | string | Represents the version ID associated with the schema version. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Glue::SchemaVersion
Resources:
MyResource:
Type: AWS::Glue::SchemaVersion
Properties:
Schema: "value"
SchemaDefinition: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
glue:RegisterSchemaVersionglue:GetSchemaVersionglue:GetSchemaByDefinitionglue:GetSchemaVersionglue:DeleteSchemaVersionsglue:GetSchemaVersionglue:ListSchemaVersionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterVersionIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
SchemaSchemaDefinition