AWS::Glue::SchemaVersionMetadataThis resource adds Key-Value metadata to a Schema version of Glue Schema Registry.
3 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Key | string | RequiredCreate-only |
SchemaVersionId | string | RequiredCreate-only |
Value | string | RequiredCreate-only |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
glue:putSchemaVersionMetadataglue:querySchemaVersionMetadataglue:removeSchemaVersionMetadataglue:querySchemaVersionMetadataOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterSchemaVersionIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
SchemaVersionIdKeyValue