AWS::MediaTailor::ChannelDefinition of AWS::MediaTailor::Channel Resource Type
9 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ChannelName | string | RequiredCreate-only |
Outputs | Array<RequestOutputItem> | Required |
PlaybackMode | string | Required |
Audiences | Array<string> | |
FillerSlate | SlateSource | |
LogConfiguration | LogConfigurationForChannel | |
Tags | Array<Tag> | |
Tier | string | Create-only |
TimeShiftConfiguration | TimeShiftConfiguration |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | <p>The ARN of the channel.</p> |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaTailor::Channel
Resources:
MyResource:
Type: AWS::MediaTailor::Channel
Properties:
ChannelName: "my-channelname"
Outputs: []
PlaybackMode: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
mediatailor:CreateChannelmediatailor:TagResourcemediatailor:ConfigureLogsForChanneliam:CreateServiceLinkedRolemediatailor:DescribeChannelmediatailor:DescribeChannelmediatailor:UpdateChannelmediatailor:TagResourcemediatailor:UntagResourceiam:CreateServiceLinkedRolemediatailor:ConfigureLogsForChannelmediatailor:DescribeChannelmediatailor:DeleteChannelmediatailor:DescribeChannelmediatailor:ListChannelsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterChannelNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ChannelNameTier