AWS::MediaPackageV2::ChannelGroup<p>Represents a channel group that facilitates the grouping of multiple channels.</p>
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ChannelGroupName | string | RequiredCreate-only |
Description | string | |
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 group was created.</p> |
EgressDomain | string | <p>The output domain where the source stream should be sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device.</p> |
ModifiedAt | string | <p>The date and time the channel group was modified.</p> |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaPackageV2::ChannelGroup
Resources:
MyResource:
Type: AWS::MediaPackageV2::ChannelGroup
Properties:
ChannelGroupName: "my-channelgroupname"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
mediapackagev2:TagResourcemediapackagev2:CreateChannelGroupmediapackagev2:GetChannelGroupmediapackagev2:TagResourcemediapackagev2:UntagResourcemediapackagev2:ListTagsForResourcemediapackagev2:UpdateChannelGroupmediapackagev2:GetChannelGroupmediapackagev2:DeleteChannelGroupmediapackagev2:ListChannelGroupsOur 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.
ChannelGroupName