Channel

class Channel : KotlinCustomResource

Represents an entry point into AWS Elemental MediaPackage for an ABR video content stream sent from an upstream encoder such as AWS Elemental MediaLive. The channel continuously analyzes the content that it receives and prepares it to be distributed to consumers via one or more origin endpoints.

Properties

Link copied to clipboard
val arn: Output<String>

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

Link copied to clipboard

The name of the channel group associated with the channel configuration.

Link copied to clipboard
val channelName: Output<String>

The name of the channel.

Link copied to clipboard
val createdAt: Output<String>

The date and time the channel was created.

Link copied to clipboard
val description: Output<String>?

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

Link copied to clipboard
val id: Output<String>
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 input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior. The allowed values are:

Link copied to clipboard
val modifiedAt: Output<String>

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 pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

The tags associated with the channel.

Link copied to clipboard
val urn: Output<String>