AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaPackage::PackagingConfiguration

CfnPackagingConfiguration

Creates a packaging configuration in a packaging group. The packaging configuration represents a single delivery point for an asset. It determines the format and setting for the egressing content. Specify only one package format per configuration, such as `HlsPackage` .

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnPackagingConfigurationProps.

idRequired
string

Unique identifier that you assign to the packaging configuration.

packagingGroupIdRequired
string

The ID of the packaging group associated with this packaging configuration.

cmafPackageOptional
IResolvable | CmafPackageProperty

Parameters for CMAF packaging.

dashPackageOptional
IResolvable | DashPackageProperty

Parameters for DASH-ISO packaging.

hlsPackageOptional
IResolvable | HlsPackageProperty

Parameters for Apple HLS packaging.

mssPackageOptional
IResolvable | MssPackageProperty

Parameters for Microsoft Smooth Streaming packaging.

tagsOptional
CfnTag[]

The tags to assign to the packaging configuration.

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::PackagingConfiguration
Properties7

External Links