sources

@JvmName(name = "prhtdmplefoudece")
suspend fun sources(value: Output<List<Either<RtspSourceArgs, VideoSourceArgs>>>)
@JvmName(name = "exttvlbfjlyqbrve")
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 = "vucltrtrbwusaidh")
suspend fun sources(vararg values: Output<Either<RtspSourceArgs, VideoSourceArgs>>)


@JvmName(name = "harrkfrrhdwmismt")
suspend fun sources(values: List<Output<Either<RtspSourceArgs, VideoSourceArgs>>>)
@JvmName(name = "oniccqidyafvqjhc")
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.