Get Channel Result
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)
Properties
Link copied to clipboard
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
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.