DataSetLogicalTableSource

data class DataSetLogicalTableSource(val dataSetArn: String? = null, val joinInstruction: DataSetJoinInstruction? = null, val physicalTableId: String? = null)

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: String? = null, joinInstruction: DataSetJoinInstruction? = null, physicalTableId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataSetArn: String? = null

The Amazon Resource Number (ARN) of the parent dataset.

Link copied to clipboard

Specifies the result of a join of two logical tables.

Link copied to clipboard
val physicalTableId: String? = null

Physical table ID.