GetSchemaResult

data class GetSchemaResult(val arn: String? = null, val checkpointVersion: SchemaVersion? = null, val compatibility: SchemaCompatibility? = null, val description: String? = null, val initialSchemaVersionId: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, checkpointVersion: SchemaVersion? = null, compatibility: SchemaCompatibility? = null, description: String? = null, initialSchemaVersionId: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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
val description: String? = null

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

Link copied to clipboard

Represents the version ID associated with the initial schema version.

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

List of tags to tag the schema