AWS::MediaPackage::PackagingGroupResource schema for AWS::MediaPackage::PackagingGroup
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Id | string | RequiredCreate-only |
Authorization | Authorization | |
EgressAccessLogs | LogConfiguration | |
Tags | Array<Tag> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the PackagingGroup. |
DomainName | string | The fully qualified domain name for Assets in the PackagingGroup. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaPackage::PackagingGroup
Resources:
MyResource:
Type: AWS::MediaPackage::PackagingGroup
Properties:
Id: "my-id"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
mediapackage-vod:CreatePackagingGroupmediapackage-vod:DescribePackagingGroupmediapackage-vod:TagResourcemediapackage-vod:ConfigureLogsiam:PassRoleiam:CreateServiceLinkedRolemediapackage-vod:DescribePackagingGroupmediapackage-vod:DescribePackagingGroupmediapackage-vod:UpdatePackagingGroupmediapackage-vod:ConfigureLogsmediapackage-vod:TagResourceiam:PassRoleiam:CreateServiceLinkedRolemediapackage-vod:ListPackagingGroupsmediapackage-vod:DescribePackagingGroupmediapackage-vod:DeletePackagingGroupOur 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