---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_glue_registry Resource - terraform-provider-awscc"
subcategory: ""
description: |-
This resource creates a Registry for authoring schemas as part of Glue Schema Registry.
---
# awscc_glue_registry (Resource)
This resource creates a Registry for authoring schemas as part of Glue Schema Registry.
## Schema
### Required
- `name` (String) Name of the registry to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore, dollar sign, or hash mark. No whitespace.
### Optional
- `description` (String) A description of the registry. If description is not provided, there will not be any default value for this.
- `tags` (Attributes List) List of tags to tag the Registry (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `arn` (String) Amazon Resource Name for the created Registry.
- `id` (String) Uniquely identifies the resource.
### Nested Schema for `tags`
Optional:
- `key` (String) A key to identify the tag.
- `value` (String) Corresponding tag value for the key.
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_glue_registry.example
```