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:StringName:StringTags:- Tag
Properties
Description-
A description of the registry.
Required: No
Type: String
Update requires: No interruption
Name-
The name of the registry.
Required: Yes
Type: String
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: List of Tag
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns a combination of "VersionId|Key|Value" as a string.
For more information about using the Reffunction, see Ref.