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. |
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