channel_tags
Expands all tag keys and values for channels in a region
Overview
| Name | channel_tags |
| Type | Resource |
| Description | Resource schema for AWS::MediaPackage::Channel |
| Id | aws.mediapackage.channel_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | The Amazon Resource Name (ARN) assigned to the Channel. |
id | string | The ID of the Channel. |
description | string | A short text description of the Channel. |
hls_ingest | object | An HTTP Live Streaming (HLS) ingest resource configuration. |
egress_access_logs | object | The configuration parameters for egress access logging. |
ingress_access_logs | object | The configuration parameters for egress access logging. |
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 channels in a region.
SELECT
region,
arn,
id,
description,
hls_ingest,
egress_access_logs,
ingress_access_logs,
tag_key,
tag_value
FROM aws.mediapackage.channel_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the channel_tags resource, see channels