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
A physical table type built from the results of the custom SQL query.
A physical table type for relational data sources.
A physical table type for as S3 data source.
A physical table type for Software-as-a-Service (SaaS) sources.
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.
Casts this PhysicalTable as a SaaSTable and retrieves its aws.sdk.kotlin.services.quicksight.model.SaaSTable value. Throws an exception if the PhysicalTable is not a SaaSTable.
Casts this PhysicalTable as a SaaSTable and retrieves its aws.sdk.kotlin.services.quicksight.model.SaaSTable value. Returns null if the PhysicalTable is not a SaaSTable.