AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaPackage::PackagingGroup

MediaPackage PackagingGroup

Resource schema for AWS::MediaPackage::PackagingGroup

Properties

4 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Id
string
RequiredCreate-only
Authorization
Authorization
EgressAccessLogs
LogConfiguration
Tags
Array<Tag>
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe ARN of the PackagingGroup.
DomainNamestringThe fully qualified domain name for Assets in the PackagingGroup.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

mediapackage-vod:CreatePackagingGroupmediapackage-vod:DescribePackagingGroupmediapackage-vod:TagResourcemediapackage-vod:ConfigureLogsiam:PassRoleiam:CreateServiceLinkedRole

read

mediapackage-vod:DescribePackagingGroup

update

mediapackage-vod:DescribePackagingGroupmediapackage-vod:UpdatePackagingGroupmediapackage-vod:ConfigureLogsmediapackage-vod:TagResourceiam:PassRoleiam:CreateServiceLinkedRole

list

mediapackage-vod:ListPackagingGroups

delete

mediapackage-vod:DescribePackagingGroupmediapackage-vod:DeletePackagingGroup

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceMediaPackage
Properties6
Required1
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateListDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

IdTags

External Links