Data Set Logical Table Source Args
data class DataSetLogicalTableSourceArgs(val dataSetArn: Output<String>? = null, val joinInstruction: Output<DataSetJoinInstructionArgs>? = null, val physicalTableId: Output<String>? = null) : ConvertibleToJava<DataSetLogicalTableSourceArgs>
Information about the source of a logical table. 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(dataSetArn: Output<String>? = null, joinInstruction: Output<DataSetJoinInstructionArgs>? = null, physicalTableId: Output<String>? = null)