Skip to main content

packaging_group

Gets an individual packaging_group resource

Overview

Namepackaging_group
TypeResource
Descriptionpackaging_group
Idawscc.mediapackage.packaging_group

Fields

NameDatatypeDescription
idstringThe ID of the PackagingGroup.
arnstringThe ARN of the PackagingGroup.
domain_namestringThe fully qualified domain name for Assets in the PackagingGroup.
authorizationobjectCDN Authorization
tagsarrayA collection of tags associated with a resource
egress_access_logsobjectThe configuration parameters for egress access logging.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
arn,
domain_name,
authorization,
tags,
egress_access_logs
FROM awscc.mediapackage.packaging_group
WHERE data__Identifier = '<Id>';

Permissions

To operate on the packaging_group resource, the following permissions are required:

Read

mediapackage-vod:DescribePackagingGroup

Update

mediapackage-vod:DescribePackagingGroup,
mediapackage-vod:UpdatePackagingGroup,
mediapackage-vod:ConfigureLogs,
mediapackage-vod:TagResource,
iam:PassRole,
iam:CreateServiceLinkedRole

Delete

mediapackage-vod:DescribePackagingGroup,
mediapackage-vod:DeletePackagingGroup