DataSetLogicalTableSourceArgs

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)

Properties

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

Physical table ID.

Functions

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