Skip to main content

channels_list_only

Lists channels in a region or regions, for all properties use channels

Overview

Namechannels_list_only
TypeResource
DescriptionA 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.
Idaws.cloudtrail.channels_list_only

Fields

NameDatatypeDescription
namestringThe name of the channel.
sourcestringThe ARN of an on-premises storage solution or application, or a partner event source.
destinationsarrayOne or more resources to which events arriving through a channel are logged and stored.
channel_arnstringThe Amazon Resource Name (ARN) of a channel.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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