channels_list_only
Lists channels in a region or regions, for all properties use channels
Overview
| Name | channels_list_only |
| Type | Resource |
| Description | A channel receives events from a specific source (such as an on-premises storage solution or application, or a partner event data source), and delivers the events to one or more event data stores. You use channels to ingest events into CloudTrail from sources outside AWS. |
| Id | aws.cloudtrail.channels_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
channel_arn | string | The Amazon Resource Name (ARN) of a channel. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all channels in a region.
SELECT
region,
channel_arn
FROM aws.cloudtrail.channels_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the channels_list_only resource, see channels