AWS::Glue::RegistryThis resource creates a Registry for authoring schemas as part of Glue Schema Registry.
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Description | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Amazon Resource Name for the created Registry. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Glue::Registry
Resources:
MyResource:
Type: AWS::Glue::Registry
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
glue:CreateRegistryglue:GetRegistryglue:GetTagsglue:TagResourceglue:GetRegistryglue:GetTagsglue:GetRegistryglue:DeleteRegistryglue:UpdateRegistryglue:GetRegistryglue:TagResourceglue:UntagResourceglue:GetTagsglue:ListRegistriesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name