AWS::MediaPackage::PackagingGroup - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

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.

Arn

The Amazon Resource Name (ARN) for the packaging group. You can get this from the response to any request to the packaging group.

DomainName

The URL for the assets in the PackagingGroup.