S3Source
A physical table type for as S3 data source.
Inherited 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.