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 |
---|---|---|
name | string | The name of the channel. |
source | string | The ARN of an on-premises storage solution or application, or a partner event source. |
destinations | array | One or more resources to which events arriving through a channel are logged and stored. |
channel_arn | string | The Amazon Resource Name (ARN) of a channel. |
tags | array | An array of key-value pairs to apply to this 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,
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