S3Source

data class S3Source(val value: S3Source) : PhysicalTable

A physical table type for as S3 data source.

Constructors

Link copied to clipboard
constructor(value: S3Source)

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.