Data Set Physical Table Args
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)