AWS::Glue::SchemaVersionMetadata - AWS CloudFormation

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 AWS 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