AWS::MediaPackage::ChannelResource schema for AWS::MediaPackage::Channel
6 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Id | string | RequiredCreate-only |
Description | string | |
EgressAccessLogs | LogConfiguration | |
HlsIngest | HlsIngest | |
IngressAccessLogs | LogConfiguration | |
Tags | Array<Tag> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) assigned to the Channel. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaPackage::Channel
Resources:
MyResource:
Type: AWS::MediaPackage::Channel
Properties:
Id: "my-id"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
mediapackage:CreateChannelmediapackage:DescribeChannelmediapackage:UpdateChannelmediapackage:TagResourcemediapackage:ConfigureLogsiam:CreateServiceLinkedRolemediapackage:DescribeChannelmediapackage:UpdateChannelmediapackage:ConfigureLogsiam:CreateServiceLinkedRolemediapackage:DeleteChannelmediapackage:ListChannelsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
IdTags