Skip to main content

channel_tags

Expands all tag keys and values for channels in a region

Overview

Namechannel_tags
TypeResource
Description

Represents an entry point into AWS Elemental MediaPackage for an ABR video content stream sent from an upstream encoder such as AWS Elemental MediaLive. The channel continuously analyzes the content that it receives and prepares it to be distributed to consumers via one or more origin endpoints.

Idaws.mediapackagev2.channel_tags

Fields

NameDatatypeDescription
arnstring

The Amazon Resource Name (ARN) associated with the resource.

channel_group_namestring
channel_namestring
created_atstring

The date and time the channel was created.

descriptionstring

Enter any descriptive text that helps you to identify the channel.

ingest_endpointsarray

The list of ingest endpoints.

modified_atstring

The date and time the channel was modified.

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,
channel_group_name,
channel_name,
created_at,
description,
ingest_endpoints,
modified_at,
tag_key,
tag_value
FROM aws.mediapackagev2.channel_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the channel_tags resource, see channels