AWS::Glue::Registry - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Glue::Registry

The AWS::Glue::Registry is an Amazon Glue resource type that manages registries of schemas in the Amazon Glue Schema Registry.

Syntax

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

JSON

{ "Type" : "AWS::Glue::Registry", "Properties" : { "Description" : String, "Name" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::Glue::Registry Properties: Description: String Name: String Tags: - Tag

Properties

Description

A description of the registry.

Required: No

Type: String

Minimum: 0

Maximum: 1000

Update requires: No interruption

Name

The name of the registry.

Required: Yes

Type: String

Minimum: 1

Maximum: 255

Update requires: Replacement

Tags

Amazon tags that contain a key value pair and may be searched by console, command line, or API.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 10

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns a combination of "VersionId|Key|Value" as a string.

For more information about using the Ref function, see Ref.

Fn::GetAtt

Arn

Property description not available.