AWS::MediaPackage::PackagingGroup
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.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::MediaPackage::PackagingGroup", "Properties" : { "Authorization" :
Authorization
, "EgressAccessLogs" :LogConfiguration
, "Id" :String
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::MediaPackage::PackagingGroup Properties: Authorization:
Authorization
EgressAccessLogs:LogConfiguration
Id:String
Tags:- Tag
Properties
Authorization
-
Parameters for CDN authorization.
Required: No
Type: Authorization
Update requires: No interruption
EgressAccessLogs
-
The configuration parameters for egress access logging.
Required: No
Type: LogConfiguration
Update requires: No interruption
Id
-
Unique identifier that you assign to the packaging group.
Required: Yes
Type: String
Update requires: Replacement
Tags
-
The tags to assign to the packaging group.
Required: No
Type: List of Tag
Update requires: Replacement