AWS::MediaTailor::ChannelThe 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 { CfnChannel } from 'aws-cdk-lib/aws-mediatailor';Or use the module namespace:
import * as mediatailor from 'aws-cdk-lib/aws-mediatailor';
// mediatailor.CfnChannelConfiguration passed to the constructor as CfnChannelProps.
channelNameRequiredstringThe name of the channel.
outputsRequiredIResolvable | IResolvable | RequestOutputItemProperty[]The channel's output properties.
playbackModeRequiredstringThe 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.
audiencesOptionalstring[]The list of audiences defined in channel.
fillerSlateOptionalIResolvable | SlateSourcePropertyThe 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` .
logConfigurationOptionalIResolvable | LogConfigurationForChannelPropertyThe log configuration.
tagsOptionalCfnTag[]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) .
tierOptionalstringThe tier for this channel. STANDARD tier channels can contain live programs.
timeShiftConfigurationOptionalIResolvable | TimeShiftConfigurationPropertyThe configuration for time-shifted viewing.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-mediatailorAWS::MediaTailor::Channel