Skip to main content

channel_tags

Expands all tag keys and values for channels in a region

Overview

Namechannel_tags
TypeResource
DescriptionResource schema for AWS::MediaPackage::Channel
Idaws.mediapackage.channel_tags

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) assigned to the Channel.
idstringThe ID of the Channel.
descriptionstringA short text description of the Channel.
hls_ingestobjectAn HTTP Live Streaming (HLS) ingest resource configuration.
egress_access_logsobjectThe configuration parameters for egress access logging.
ingress_access_logsobjectThe configuration parameters for egress access logging.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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