Skip to main content

slack_channel_configurations

Retrieves a list of slack_channel_configurations in a region

Overview

Nameslack_channel_configurations
TypeResource
Descriptionslack_channel_configurations
Idawscc.chatbot.slack_channel_configurations

Fields

NameDatatypeDescription
arnstringAmazon Resource Name (ARN) of the configuration
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn
FROM awscc.chatbot.slack_channel_configurations
WHERE region = 'us-east-1'

Permissions

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

Create

chatbot:CreateSlackChannelConfiguration,
iam:PassRole,
iam:CreateServiceLinkedRole

List

chatbot:DescribeSlackChannelConfigurations