AWS::MediaPackage::PackagingGroup - AWS CloudFormation

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

Pattern: \A[0-9a-zA-Z-_]+\Z

Minimum: 1

Maximum: 256

Update requires: Replacement

Tags

The tags to assign to the packaging group.

Required: No

Type: Array of Tag

Update requires: Replacement

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the name of the packaging group.

For example: { "Ref": "myPackagingGroup" }

For more information about using the Ref function, see Ref.

Fn::GetAtt

The Fn::GetAtt intrinsic 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::GetAtt intrinsic 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.