channel_tags
Expands all tag keys and values for channels
in a region
Overview
Name | channel_tags |
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.channel_tags |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all channels
in a region.
SELECT
region,
name,
source,
destinations,
channel_arn,
tag_key,
tag_value
FROM aws.cloudtrail.channel_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the channel_tags
resource, see channels