GetChannelResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) assigned to the Channel.

Link copied to clipboard
val description: String? = null

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.