DataSetLogicalTableMapSource

data class DataSetLogicalTableMapSource(val dataSetArn: String? = null, val joinInstruction: DataSetLogicalTableMapSourceJoinInstruction? = null, val physicalTableId: String? = null)

Constructors

Link copied to clipboard
constructor(dataSetArn: String? = null, joinInstruction: DataSetLogicalTableMapSourceJoinInstruction? = null, physicalTableId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataSetArn: 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: String? = null

Physical table ID.