channels_list_only
Lists channels
in a region or regions, for all properties use channels
Overview
Name | channels_list_only |
Type | Resource |
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. |
Id | aws.mediapackagev2.channels_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) associated with the resource. |
channel_group_name | string | |
channel_name | string | |
created_at | string | The date and time the channel was created. |
description | string | Enter any descriptive text that helps you to identify the channel. |
ingest_endpoints | array | The list of ingest endpoints. |
modified_at | string | The date and time the channel was modified. |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all channels
in a region.
SELECT
region,
arn
FROM aws.mediapackagev2.channels_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the channels_list_only
resource, see channels