AWS::MediaPackage::PackagingConfigurationCreates 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 { CfnPackagingConfiguration } from 'aws-cdk-lib/aws-mediapackage';Or use the module namespace:
import * as mediapackage from 'aws-cdk-lib/aws-mediapackage';
// mediapackage.CfnPackagingConfigurationConfiguration passed to the constructor as CfnPackagingConfigurationProps.
idRequiredstringUnique identifier that you assign to the packaging configuration.
packagingGroupIdRequiredstringThe ID of the packaging group associated with this packaging configuration.
cmafPackageOptionalIResolvable | CmafPackagePropertyParameters for CMAF packaging.
dashPackageOptionalIResolvable | DashPackagePropertyParameters for DASH-ISO packaging.
hlsPackageOptionalIResolvable | HlsPackagePropertyParameters for Apple HLS packaging.
mssPackageOptionalIResolvable | MssPackagePropertyParameters for Microsoft Smooth Streaming packaging.
tagsOptionalCfnTag[]The tags to assign to the packaging configuration.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-mediapackageAWS::MediaPackage::PackagingConfiguration