Get Channel Result
data class GetChannelResult(val arn: String? = null, val description: String? = null, val egressAccessLogs: ChannelLogConfiguration? = null, val hlsIngest: ChannelHlsIngest? = null, val ingressAccessLogs: ChannelLogConfiguration? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, description: String? = null, egressAccessLogs: ChannelLogConfiguration? = null, hlsIngest: ChannelHlsIngest? = null, ingressAccessLogs: ChannelLogConfiguration? = null)
Properties
Link copied to clipboard
A short text description of the Channel.
Link copied to clipboard
The configuration parameters for egress access logging.
Link copied to clipboard
An HTTP Live Streaming (HLS) ingest resource configuration.
Link copied to clipboard
The configuration parameters for egress access logging.