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 Amazon 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:AuthorizationEgressAccessLogs:LogConfigurationId:StringTags:- 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
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the name of the packaging group.
For example: { "Ref": "myPackagingGroup" }
For more information about using the Reffunction, see Ref.
Fn::GetAtt
The Fn::GetAttintrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAttintrinsic function, see Fn::GetAtt.