Get Schema Result
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)
Properties
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
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.