Dataflow Operation Args
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)