DataflowOperationArgs

data class DataflowOperationArgs(val builtInTransformationSettings: Output<DataflowBuiltInTransformationSettingsArgs>? = null, val destinationSettings: Output<DataflowDestinationOperationSettingsArgs>? = null, val name: Output<String>? = null, val operationType: Output<Either<String, OperationType>>, val sourceSettings: Output<DataflowSourceOperationSettingsArgs>? = null) : 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<DataflowBuiltInTransformationSettingsArgs>? = null, destinationSettings: Output<DataflowDestinationOperationSettingsArgs>? = null, name: Output<String>? = null, operationType: Output<Either<String, OperationType>>, sourceSettings: Output<DataflowSourceOperationSettingsArgs>? = null)

Properties

Link copied to clipboard

Built In 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