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
                fun DataSetPhysicalTableMapArgs(customSql: Output<DataSetPhysicalTableMapCustomSqlArgs>? = null, physicalTableMapId: Output<String>, relationalTable: Output<DataSetPhysicalTableMapRelationalTableArgs>? = null, s3Source: Output<DataSetPhysicalTableMapS3SourceArgs>? = null)