Data Flow Args
data class DataFlowArgs(val destinations: Output<List<String>>? = null, val streams: Output<List<Either<String, KnownDataFlowStreams>>>? = null) : ConvertibleToJava<DataFlowArgs>
Definition of which streams are sent to which destinations.
Constructors
Link copied to clipboard
constructor(destinations: Output<List<String>>? = null, streams: Output<List<Either<String, KnownDataFlowStreams>>>? = null)