DataSetLogicalTableMapArgs

data class DataSetLogicalTableMapArgs(val alias: Output<String>, val dataTransforms: Output<List<DataSetLogicalTableMapDataTransformArgs>>? = null, val logicalTableMapId: Output<String>, val source: Output<DataSetLogicalTableMapSourceArgs>) : ConvertibleToJava<DataSetLogicalTableMapArgs>

Constructors

Link copied to clipboard
constructor(alias: Output<String>, dataTransforms: Output<List<DataSetLogicalTableMapDataTransformArgs>>? = null, logicalTableMapId: Output<String>, source: Output<DataSetLogicalTableMapSourceArgs>)

Properties

Link copied to clipboard
val alias: Output<String>

A display name for the logical table.

Link copied to clipboard

Transform operations that act on this logical table. For this structure to be valid, only one of the attributes can be non-null. See data_transforms.

Link copied to clipboard

Key of the logical table map.

Link copied to clipboard

Source of this logical table. See source.

Functions

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