AWS::Glue::SchemaThis resource represents a schema of Glue Schema Registry.
8 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Compatibility | string | Required |
DataFormat | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
CheckpointVersion | SchemaVersion | |
Description | string | |
Registry | Registry | Create-only |
SchemaDefinition | string | Create-onlyWrite-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Amazon Resource Name for the Schema. |
InitialSchemaVersionId | string | Represents the version ID associated with the initial schema version. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Glue::Schema
Resources:
MyResource:
Type: AWS::Glue::Schema
Properties:
Name: "my-name"
DataFormat: "AVRO"
Compatibility: "NONE"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
glue:CreateSchemaglue:TagResourceglue:GetSchemaVersionglue:GetSchemaglue:GetTagsglue:DeleteSchemaglue:GetSchemaglue:UpdateSchemaglue:GetSchemaVersionglue:GetSchemaglue:GetTagsglue:TagResourceglue:UntagResourceglue:ListSchemasOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
RegistryNameDataFormatSchemaDefinition