NAME
Paws::Glue::CreateSchemaResponse
ATTRIBUTES
Compatibility => Str
The schema compatibility mode.
Valid values are: "NONE"
, "DISABLED"
, "BACKWARD"
, "BACKWARD_ALL"
, "FORWARD"
, "FORWARD_ALL"
, "FULL"
, "FULL_ALL"
=head2 DataFormat => Str
The data format of the schema definition. Currently AVRO
and JSON
are supported.
Valid values are: "AVRO"
, "JSON"
=head2 Description => Str
A description of the schema if specified when created.
LatestSchemaVersion => Int
The latest version of the schema associated with the returned schema definition.
NextSchemaVersion => Int
The next version of the schema associated with the returned schema definition.
RegistryArn => Str
The Amazon Resource Name (ARN) of the registry.
RegistryName => Str
The name of the registry.
SchemaArn => Str
The Amazon Resource Name (ARN) of the schema.
SchemaCheckpoint => Int
The version number of the checkpoint (the last time the compatibility mode was changed).
SchemaName => Str
The name of the schema.
SchemaStatus => Str
The status of the schema.
Valid values are: "AVAILABLE"
, "PENDING"
, "DELETING"
=head2 SchemaVersionId => Str
The unique identifier of the first schema version.
SchemaVersionStatus => Str
The status of the first schema version created.
Valid values are: "AVAILABLE"
, "PENDING"
, "FAILURE"
, "DELETING"
=head2 Tags => Paws::Glue::TagsMap
The tags for the schema.