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

This resource represents a schema 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 schema.

DataFormat string | Aws_CF_FunctionString required

Data format name to use for the schema. Accepted values: 'AVRO', 'JSON', 'PROTOBUF'

Compatibility string | Aws_CF_FunctionString required

Compatibility setting for the schema.

SchemaDefinition string | Aws_CF_FunctionString required

Definition for the initial schema version in plain-text.

Registry object

Identifier for the registry which the schema is part of.

2 nested properties
Name string | Aws_CF_FunctionString

Name of the registry in which the schema will be created.

Arn string | Aws_CF_FunctionString

Amazon Resource Name for the Registry.

Description string | Aws_CF_FunctionString

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

CheckpointVersion object

Specify checkpoint version for update. This is only required to update the Compatibility.

2 nested properties
IsLatest boolean

Indicates if the latest version needs to be updated.

VersionNumber integer

Indicates the version number in the schema to update.

min=1max=100000
Tags Tag[]

List of tags to tag the schema

minItems=0maxItems=10

Definitions

Registry object

Identifier for the registry which the schema is part of.

Name string | Aws_CF_FunctionString

Name of the registry in which the schema will be created.

Arn string | Aws_CF_FunctionString

Amazon Resource Name for the Registry.

SchemaVersion object

Specify checkpoint version for update. This is only required to update the Compatibility.

IsLatest boolean

Indicates if the latest version needs to be updated.

VersionNumber integer

Indicates the version number in the schema to update.

min=1max=100000
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.