aws.cloudtrail.list_channels
Example SQL Queries
SELECT * FROMaws.cloudtrail.list_channels;Description
Lists the channels in the current account, and their source names.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of CloudTrail channels to display on a single page. | BIGINT |
| next_token Input Column The token to use to get the next page of results after a previous API call. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| channels The list of channels in the account. | STRUCT( |
Show child fields
| |