AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaPackage::PackagingGroup

CfnPackagingGroup

Creates a packaging group. The packaging group holds one or more packaging configurations. When you create an asset, you specify the packaging group associated with the asset. The asset has playback endpoints for each packaging configuration within the group.

Import

import { CfnPackagingGroup } from 'aws-cdk-lib/aws-mediapackage';

Or use the module namespace:

import * as mediapackage from 'aws-cdk-lib/aws-mediapackage';
// mediapackage.CfnPackagingGroup

Properties

Configuration passed to the constructor as CfnPackagingGroupProps.

idRequired
string

Unique identifier that you assign to the packaging group.

authorizationOptional
IResolvable | AuthorizationProperty

Parameters for CDN authorization.

egressAccessLogsOptional
IResolvable | LogConfigurationProperty

The configuration parameters for egress access logging.

tagsOptional
CfnTag[]

The tags to assign to the packaging group.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-mediapackage
CFN TypeAWS::MediaPackage::PackagingGroup
Properties4

External Links