FlowletDataFlowTransformationArgs

data class FlowletDataFlowTransformationArgs(val dataset: Output<FlowletDataFlowTransformationDatasetArgs>? = null, val description: Output<String>? = null, val flowlet: Output<FlowletDataFlowTransformationFlowletArgs>? = null, val linkedService: Output<FlowletDataFlowTransformationLinkedServiceArgs>? = null, val name: Output<String>) : ConvertibleToJava<FlowletDataFlowTransformationArgs>

Constructors

Link copied to clipboard
constructor(dataset: Output<FlowletDataFlowTransformationDatasetArgs>? = null, description: Output<String>? = null, flowlet: Output<FlowletDataFlowTransformationFlowletArgs>? = null, linkedService: Output<FlowletDataFlowTransformationLinkedServiceArgs>? = null, name: Output<String>)

Properties

Link copied to clipboard

A dataset block as defined below.

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

The description for the Data Flow transformation.

Link copied to clipboard

A flowlet block as defined below.

Link copied to clipboard

A linked_service block as defined below.

Link copied to clipboard
val name: Output<String>

The name for the Data Flow transformation.

Functions

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