AWS::MediaPackage::PackagingConfigurationResource schema for AWS::MediaPackage::PackagingConfiguration
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Id | string | RequiredCreate-only |
PackagingGroupId | string | Required |
CmafPackage | CmafPackage | |
DashPackage | DashPackage | |
HlsPackage | HlsPackage | |
MssPackage | MssPackage | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the PackagingConfiguration. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaPackage::PackagingConfiguration
Resources:
MyResource:
Type: AWS::MediaPackage::PackagingConfiguration
Properties:
PackagingGroupId: "my-packaginggroupid"
Id: "my-id"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
mediapackage-vod:CreatePackagingConfigurationmediapackage-vod:DescribePackagingConfigurationmediapackage-vod:TagResourceiam:PassRolemediapackage-vod:DescribePackagingConfigurationmediapackage-vod:DescribePackagingConfigurationmediapackage-vod:DeletePackagingConfigurationmediapackage-vod:ListPackagingConfigurationsmediapackage-vod:DescribePackagingGroupOur 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.
Id