CustomSql

data class CustomSql(val value: CustomSql) : PhysicalTable

A physical table type built from the results of the custom SQL query.

Constructors

Link copied to clipboard
constructor(value: CustomSql)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard

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.