channel
Gets an individual channel
resource
Overview
Name | channel |
Type | Resource |
Description | channel |
Id | awscc.cloudtrail.channel |
Fields
Name | Datatype | Description |
---|---|---|
name | string | |
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 | |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS 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