AWS::MediaPackageV2::Channel<p>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.</p>
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ChannelGroupName | string | RequiredCreate-only |
ChannelName | string | RequiredCreate-only |
Description | string | |
InputSwitchConfiguration | InputSwitchConfiguration | |
InputType | string | Create-only |
OutputHeaderConfiguration | OutputHeaderConfiguration | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | <p>The Amazon Resource Name (ARN) associated with the resource.</p> |
CreatedAt | string | <p>The date and time the channel was created.</p> |
IngestEndpoints | Array<IngestEndpoint> | <p>The list of ingest endpoints.</p> |
IngestEndpointUrls | Array<string> | - |
ModifiedAt | string | <p>The date and time the channel was modified.</p> |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaPackageV2::Channel
Resources:
MyResource:
Type: AWS::MediaPackageV2::Channel
Properties:
ChannelGroupName: "my-channelgroupname"
ChannelName: "my-channelname"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
mediapackagev2:TagResourcemediapackagev2:CreateChannelmediapackagev2:GetChannelmediapackagev2:TagResourcemediapackagev2:UntagResourcemediapackagev2:ListTagsForResourcemediapackagev2:UpdateChannelmediapackagev2:GetChannelmediapackagev2:DeleteChannelmediapackagev2:ListChannelsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ChannelGroupNameChannelNameInputType