GetChannelResult

data class GetChannelResult(val arn: String? = null, val createdAt: String? = null, val description: String? = null, val ingestEndpointUrls: List<String>? = null, val ingestEndpoints: List<ChannelIngestEndpoint>? = null, val inputSwitchConfiguration: ChannelInputSwitchConfiguration? = null, val modifiedAt: String? = null, val outputHeaderConfiguration: ChannelOutputHeaderConfiguration? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, createdAt: String? = null, description: String? = null, ingestEndpointUrls: List<String>? = null, ingestEndpoints: List<ChannelIngestEndpoint>? = null, inputSwitchConfiguration: ChannelInputSwitchConfiguration? = null, modifiedAt: String? = null, outputHeaderConfiguration: ChannelOutputHeaderConfiguration? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) associated with the resource.

Link copied to clipboard
val createdAt: String? = null

The date and time the channel was created.

Link copied to clipboard
val description: String? = null

Enter any descriptive text that helps you to identify the channel.

Link copied to clipboard

The list of ingest endpoints.

Link copied to clipboard
Link copied to clipboard

The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.

Link copied to clipboard
val modifiedAt: String? = null

The date and time the channel was modified.

Link copied to clipboard

The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.

Link copied to clipboard
val tags: List<Tag>? = null

The tags associated with the channel.