AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaTailor::Channel

CfnChannel

The configuration parameters for a channel. For information about MediaTailor channels, see [Working with channels](https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html) in the *MediaTailor User Guide* .

Import

import { CfnChannel } from 'aws-cdk-lib/aws-mediatailor';

Or use the module namespace:

import * as mediatailor from 'aws-cdk-lib/aws-mediatailor';
// mediatailor.CfnChannel

Properties

Configuration passed to the constructor as CfnChannelProps.

channelNameRequired
string

The name of the channel.

outputsRequired
IResolvable | IResolvable | RequestOutputItemProperty[]

The channel's output properties.

playbackModeRequired
string

The type of playback mode for this channel. `LINEAR` - Programs play back-to-back only once. `LOOP` - Programs play back-to-back in an endless loop. When the last program in the schedule plays, playback loops back to the first program in the schedule.

audiencesOptional
string[]

The list of audiences defined in channel.

fillerSlateOptional
IResolvable | SlateSourceProperty

The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the `LINEAR` `PlaybackMode` . MediaTailor doesn't support filler slate for channels using the `LOOP` `PlaybackMode` .

logConfigurationOptional
IResolvable | LogConfigurationForChannelProperty

The log configuration.

tagsOptional
CfnTag[]

The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see [Tagging AWS Elemental MediaTailor Resources](https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html) .

tierOptional
string

The tier for this channel. STANDARD tier channels can contain live programs.

timeShiftConfigurationOptional
IResolvable | TimeShiftConfigurationProperty

The configuration for time-shifted viewing.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-mediatailor
CFN TypeAWS::MediaTailor::Channel
Properties9

External Links