Data Set Physical Table Map Args
data class DataSetPhysicalTableMapArgs(val customSql: Output<DataSetPhysicalTableMapCustomSqlArgs>? = null, val physicalTableMapId: Output<String>, val relationalTable: Output<DataSetPhysicalTableMapRelationalTableArgs>? = null, val s3Source: Output<DataSetPhysicalTableMapS3SourceArgs>? = null) : ConvertibleToJava<DataSetPhysicalTableMapArgs>
Constructors
Link copied to clipboard
constructor(customSql: Output<DataSetPhysicalTableMapCustomSqlArgs>? = null, physicalTableMapId: Output<String>, relationalTable: Output<DataSetPhysicalTableMapRelationalTableArgs>? = null, s3Source: Output<DataSetPhysicalTableMapS3SourceArgs>? = null)
Properties
Link copied to clipboard
A physical table type built from the results of the custom SQL query. See custom_sql.
Link copied to clipboard
Key of the physical table map.
Link copied to clipboard
A physical table type for relational data sources. See relational_table.
Link copied to clipboard
A physical table type for as S3 data source. See s3_source.