AWS::Glue::SchemaVersionMetadata - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Glue::SchemaVersionMetadata

The AWS::Glue::SchemaVersionMetadata is an AWS Glue resource type that defines the metadata key-value pairs for a schema version in AWS Glue Schema Registry.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Glue::SchemaVersionMetadata", "Properties" : { "Key" : String, "SchemaVersionId" : String, "Value" : String } }

YAML

Type: AWS::Glue::SchemaVersionMetadata Properties: Key: String SchemaVersionId: String Value: String

Properties

Key

A metadata key in a key-value pair for metadata.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Update requires: Replacement

SchemaVersionId

The version number of the schema.

Required: Yes

Type: String

Pattern: [a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}

Update requires: Replacement

Value

A metadata key's corresponding value.

Required: Yes

Type: String

Minimum: 1

Maximum: 256

Update requires: Replacement

Return values

Ref