Skip to main content

packaging_configuration

Gets an individual packaging_configuration resource

Overview

Namepackaging_configuration
TypeResource
Descriptionpackaging_configuration
Idawscc.mediapackage.packaging_configuration

Fields

NameDatatypeDescription
idstringThe ID of the PackagingConfiguration.
packaging_group_idstringThe ID of a PackagingGroup.
arnstringThe ARN of the PackagingConfiguration.
cmaf_packageobjectA CMAF packaging configuration.
dash_packageobjectA Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
hls_packageobjectAn HTTP Live Streaming (HLS) packaging configuration.
mss_packageobjectA Microsoft Smooth Streaming (MSS) PackagingConfiguration.
tagsarrayA collection of tags associated with a resource
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
packaging_group_id,
arn,
cmaf_package,
dash_package,
hls_package,
mss_package,
tags
FROM awscc.mediapackage.packaging_configuration
WHERE data__Identifier = '<Id>';

Permissions

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

Read

mediapackage-vod:DescribePackagingConfiguration

Delete

mediapackage-vod:DescribePackagingConfiguration,
mediapackage-vod:DeletePackagingConfiguration