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
Link copied to clipboard
val modifiedAt: Output<String>

The date and time the channel was modified.

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>