DataSetLogicalTableMapSourceArgs

data class DataSetLogicalTableMapSourceArgs(val dataSetArn: Output<String>? = null, val joinInstruction: Output<DataSetLogicalTableMapSourceJoinInstructionArgs>? = null, val physicalTableId: Output<String>? = null) : ConvertibleToJava<DataSetLogicalTableMapSourceArgs>

Constructors

Link copied to clipboard
constructor(dataSetArn: Output<String>? = null, joinInstruction: Output<DataSetLogicalTableMapSourceJoinInstructionArgs>? = null, physicalTableId: Output<String>? = null)

Properties

Link copied to clipboard
val dataSetArn: Output<String>? = null

ARN of the parent data set.

Link copied to clipboard

Specifies the result of a join of two logical tables. See join_instruction.

Link copied to clipboard
val physicalTableId: Output<String>? = null

Physical table ID.

Functions

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