DataFlowPropertiesArgs

data class DataFlowPropertiesArgs(val mode: Output<Either<String, OperationalMode>>? = null, val operations: Output<List<DataFlowOperationArgs>>, val profileRef: Output<String>) : ConvertibleToJava<DataFlowPropertiesArgs>

DataFlow Resource properties

Constructors

Link copied to clipboard
constructor(mode: Output<Either<String, OperationalMode>>? = null, operations: Output<List<DataFlowOperationArgs>>, profileRef: Output<String>)

Properties

Link copied to clipboard
val mode: Output<Either<String, OperationalMode>>? = null

Mode for DataFlow. Optional; defaults to Enabled.

Link copied to clipboard

List of operations including source and destination references as well as transformation.

Link copied to clipboard
val profileRef: Output<String>

Reference to the DataflowProfile CR.

Functions

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