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
constructor(ingestEndpoints: Output<List<ChannelIngestEndpointArgs>>? = null)

Properties

Link copied to clipboard

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

Functions

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