PhysicalTable
A view of a data source that contains information about the shape of the data in the underlying source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
Inheritors
Types
Functions
Casts this PhysicalTable as a CustomSql and retrieves its aws.sdk.kotlin.services.quicksight.model.CustomSql value. Throws an exception if the PhysicalTable is not a CustomSql.
Casts this PhysicalTable as a CustomSql and retrieves its aws.sdk.kotlin.services.quicksight.model.CustomSql value. Returns null if the PhysicalTable is not a CustomSql.
Casts this PhysicalTable as a RelationalTable and retrieves its aws.sdk.kotlin.services.quicksight.model.RelationalTable value. Throws an exception if the PhysicalTable is not a RelationalTable.
Casts this PhysicalTable as a RelationalTable and retrieves its aws.sdk.kotlin.services.quicksight.model.RelationalTable value. Returns null if the PhysicalTable is not a RelationalTable.
Casts this PhysicalTable as a S3Source and retrieves its aws.sdk.kotlin.services.quicksight.model.S3Source value. Throws an exception if the PhysicalTable is not a S3Source.
Casts this PhysicalTable as a S3Source and retrieves its aws.sdk.kotlin.services.quicksight.model.S3Source value. Returns null if the PhysicalTable is not a S3Source.