Skip to main content

channels

Retrieves a list of channels in a region

Overview

Namechannels
TypeResource
Descriptionchannels
Idawscc.cloudtrail.channels

Fields

NameDatatypeDescription
channel_arnundefined
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
channel_arn
FROM awscc.cloudtrail.channels
WHERE region = 'us-east-1'

Permissions

To operate on the channels resource, the following permissions are required:

Create

CloudTrail:CreateChannel,
CloudTrail:AddTags

List

CloudTrail:ListChannels