TableReference

sealed class TableReference

A pointer to the dataset that underlies this table. Currently, this can only be an Glue table.

Inheritors

Types

Link copied to clipboard
data class Glue(val value: GlueTableReference) : TableReference

If present, a reference to the Glue table referred to by this table reference.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this TableReference as a Glue and retrieves its aws.sdk.kotlin.services.cleanrooms.model.GlueTableReference value. Throws an exception if the TableReference is not a Glue.

Link copied to clipboard

Casts this TableReference as a Glue and retrieves its aws.sdk.kotlin.services.cleanrooms.model.GlueTableReference value. Returns null if the TableReference is not a Glue.