Glue

data class Glue(val value: GlueTableReference) : TableReference

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

Constructors

Link copied to clipboard
constructor(value: GlueTableReference)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

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.

Link copied to clipboard
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.

Link copied to clipboard
Link copied to clipboard