Pipeline Topology Args
constructor(accountName: Output<String>? = null, description: Output<String>? = null, kind: Output<Either<String, Kind>>? = null, parameters: Output<List<ParameterDeclarationArgs>>? = null, pipelineTopologyName: Output<String>? = null, processors: Output<List<EncoderProcessorArgs>>? = null, resourceGroupName: Output<String>? = null, sinks: Output<List<VideoSinkArgs>>? = null, sku: Output<SkuArgs>? = null, sources: Output<List<Either<RtspSourceArgs, VideoSourceArgs>>>? = null)