Schema

class Schema : KotlinCustomResource

This resource represents a schema of Glue Schema Registry.

Properties

Link copied to clipboard
val arn: Output<String>

Amazon Resource Name for the Schema.

Link copied to clipboard

Specify the VersionNumber or the IsLatest for setting the checkpoint for the schema. This is only required for updating a checkpoint.

Link copied to clipboard

Compatibility setting for the schema.

Link copied to clipboard

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

Link copied to clipboard
val description: Output<String>?

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Represents the version ID associated with the initial schema version.

Link copied to clipboard
val name: Output<String>

Name of the schema.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val registry: Output<SchemaRegistry>?

The registry where a schema is stored.

Link copied to clipboard

Definition for the initial schema version in plain-text.

Link copied to clipboard
val tags: Output<List<Tag>>?

List of tags to tag the schema

Link copied to clipboard
val urn: Output<String>