packaging_configurations_list_only
Lists packaging_configurations
in a region or regions, for all properties use packaging_configurations
Overview
Name | packaging_configurations_list_only |
Type | Resource |
Description | Resource schema for AWS::MediaPackage::PackagingConfiguration |
Id | aws.mediapackage.packaging_configurations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The ID of the PackagingConfiguration. |
packaging_group_id | string | The ID of a PackagingGroup. |
arn | string | The ARN of the PackagingConfiguration. |
cmaf_package | object | A CMAF packaging configuration. |
dash_package | object | A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration. |
hls_package | object | An HTTP Live Streaming (HLS) packaging configuration. |
mss_package | object | A Microsoft Smooth Streaming (MSS) PackagingConfiguration. |
tags | array | A collection of tags associated with a resource |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all packaging_configurations
in a region.
SELECT
region,
id
FROM aws.mediapackage.packaging_configurations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the packaging_configurations_list_only
resource, see packaging_configurations