Skip to main content

channel_tags

Expands all tag keys and values for channels in a region

Overview

Namechannel_tags
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.channel_tags

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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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