channels
Retrieves a list of channels
in a region
Overview
Name | channels |
Type | Resource |
Description | channels |
Id | awscc.cloudtrail.channels |
Fields
Name | Datatype | Description |
---|---|---|
channel_arn | undefined | |
region | string | AWS 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