DataSetPhysicalTableArgs

data class DataSetPhysicalTableArgs(val customSql: Output<DataSetCustomSqlArgs>? = null, val relationalTable: Output<DataSetRelationalTableArgs>? = null, val s3Source: Output<DataSetS3SourceArgs>? = null) : ConvertibleToJava<DataSetPhysicalTableArgs>

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.

Constructors

Link copied to clipboard
constructor(customSql: Output<DataSetCustomSqlArgs>? = null, relationalTable: Output<DataSetRelationalTableArgs>? = null, s3Source: Output<DataSetS3SourceArgs>? = null)

Properties

Link copied to clipboard
val customSql: Output<DataSetCustomSqlArgs>? = null

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

Link copied to clipboard

A physical table type for relational data sources.

Link copied to clipboard
val s3Source: Output<DataSetS3SourceArgs>? = null

A physical table type for as S3 data source.

Functions

Link copied to clipboard
open override fun toJava(): DataSetPhysicalTableArgs