AWS::MediaPackage::PackagingGroupCreates 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 { CfnPackagingGroup } from 'aws-cdk-lib/aws-mediapackage';Or use the module namespace:
import * as mediapackage from 'aws-cdk-lib/aws-mediapackage';
// mediapackage.CfnPackagingGroupConfiguration passed to the constructor as CfnPackagingGroupProps.
idRequiredstringUnique identifier that you assign to the packaging group.
authorizationOptionalIResolvable | AuthorizationPropertyParameters for CDN authorization.
egressAccessLogsOptionalIResolvable | LogConfigurationPropertyThe configuration parameters for egress access logging.
tagsOptionalCfnTag[]The tags to assign to the packaging group.
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::PackagingGroup