ChannelHlsIngestArgs

data class ChannelHlsIngestArgs(val ingestEndpoints: Output<List<ChannelIngestEndpointArgs>>? = null) : ConvertibleToJava<ChannelHlsIngestArgs>

An HTTP Live Streaming (HLS) ingest resource configuration.

Constructors

Link copied to clipboard
fun ChannelHlsIngestArgs(ingestEndpoints: Output<List<ChannelIngestEndpointArgs>>? = null)

Functions

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

Properties

Link copied to clipboard

A list of endpoints to which the source stream should be sent.