TableReference
A pointer to the dataset that underlies this table.
Inheritors
Types
If present, a reference to the Athena table referred to by this table reference.
If present, a reference to the Glue table referred to by this table reference.
If present, a reference to the Snowflake table referred to by this table reference.
Functions
Casts this TableReference as a Athena and retrieves its aws.sdk.kotlin.services.cleanrooms.model.AthenaTableReference value. Throws an exception if the TableReference is not a Athena.
Casts this TableReference as a Athena and retrieves its aws.sdk.kotlin.services.cleanrooms.model.AthenaTableReference value. Returns null if the TableReference is not a Athena.
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.
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.
Casts this TableReference as a Snowflake and retrieves its aws.sdk.kotlin.services.cleanrooms.model.SnowflakeTableReference value. Throws an exception if the TableReference is not a Snowflake.
Casts this TableReference as a Snowflake and retrieves its aws.sdk.kotlin.services.cleanrooms.model.SnowflakeTableReference value. Returns null if the TableReference is not a Snowflake.