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
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>?
Link copied to clipboard

Definition for the initial schema version in plain-text.

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

List of tags to tag the schema

Link copied to clipboard
val urn: Output<String>