schemaReference property

SchemaReference? schemaReference
final

An object that references a schema stored in the AWS Glue Schema Registry.

When creating a table, you can pass an empty list of columns for the schema, and instead use a schema reference.

Implementation

final SchemaReference? schemaReference;