sources

@JvmName(name = "ltkpcbttdsskntit")
suspend fun sources(value: Output<List<Either<RtspSourceArgs, VideoSourceArgs>>>)
@JvmName(name = "enaoyqgrgjhroofp")
suspend fun sources(value: List<Either<RtspSourceArgs, VideoSourceArgs>>?)

Parameters

value

List of the topology source nodes. Source nodes enable external data to be ingested by the pipeline.


@JvmName(name = "pndlfynppfefyfrj")
suspend fun sources(vararg values: Output<Either<RtspSourceArgs, VideoSourceArgs>>)


@JvmName(name = "wmafxsqfxkrygmlf")
suspend fun sources(values: List<Output<Either<RtspSourceArgs, VideoSourceArgs>>>)
@JvmName(name = "cjnaxywqqncibfen")
suspend fun sources(vararg values: Either<RtspSourceArgs, VideoSourceArgs>)

Parameters

values

List of the topology source nodes. Source nodes enable external data to be ingested by the pipeline.