Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-glue-registry.json
Parent schema serverless-framework-configuration
Type: object

This resource creates a Registry for authoring schemas as part of Glue Schema Registry.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-glue.git

Properties

Name string | Aws_CF_FunctionString required

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.

Description string | Aws_CF_FunctionString

A description of the registry. If description is not provided, there will not be any default value for this.

Tags Tag[]

List of tags to tag the Registry

minItems=0maxItems=10

Definitions

Tag object
Key string | Aws_CF_FunctionString required

A key to identify the tag.

Value string | Aws_CF_FunctionString required

Corresponding tag value for the key.