Skip to main content

channel

Gets an individual channel resource

Overview

Namechannel
TypeResource
Descriptionchannel
Idawscc.cloudtrail.channel

Fields

NameDatatypeDescription
namestring
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_arnstring
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
source,
destinations,
channel_arn,
tags
FROM awscc.cloudtrail.channel
WHERE data__Identifier = '<ChannelArn>';

Permissions

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

Read

CloudTrail:GetChannel,
CloudTrail:ListChannels

Update

CloudTrail:UpdateChannel,
CloudTrail:GetChannel,
CloudTrail:AddTags,
CloudTrail:RemoveTags

Delete

CloudTrail:DeleteChannel