DataFlowOperationArgs

data class DataFlowOperationArgs(val builtInTransformationSettings: Output<DataFlowBuiltInTransformationArgs>? = null, val destinationSettings: Output<DataFlowDestinationOperationArgs>, val name: Output<String>? = null, val operationType: Output<Either<String, OperationType>>, val sourceSettings: Output<DataFlowSourceOperationArgs>) : ConvertibleToJava<DataFlowOperationArgs>

DataFlow Operation properties. NOTE - One only method is allowed to be used for one entry.

Constructors

Link copied to clipboard
constructor(builtInTransformationSettings: Output<DataFlowBuiltInTransformationArgs>? = null, destinationSettings: Output<DataFlowDestinationOperationArgs>, name: Output<String>? = null, operationType: Output<Either<String, OperationType>>, sourceSettings: Output<DataFlowSourceOperationArgs>)

Properties

Link copied to clipboard

Transformation configuration.

Link copied to clipboard

Destination configuration.

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

Optional user provided name of the transformation.

Link copied to clipboard
val operationType: Output<Either<String, OperationType>>

Type of operation.

Link copied to clipboard

Source configuration.

Functions

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