AWS::Glue::Registry
The AWS::Glue::Registry is an AWS Glue resource type that manages registries of schemas in the AWS Glue Schema Registry.
Syntax
To declare this entity in your AWS 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
-
AWS 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.