packaging_configuration_tags
Expands all tag keys and values for packaging_configurations
in a region
Overview
Name | packaging_configuration_tags |
Type | Resource |
Description | Resource schema for AWS::MediaPackage::PackagingConfiguration |
Id | aws.mediapackage.packaging_configuration_tags |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all packaging_configurations
in a region.
SELECT
region,
id,
packaging_group_id,
arn,
cmaf_package,
dash_package,
hls_package,
mss_package,
tag_key,
tag_value
FROM aws.mediapackage.packaging_configuration_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the packaging_configuration_tags
resource, see packaging_configurations