slack_channel_configurations
Retrieves a list of slack_channel_configurations
in a region
Overview
Name | slack_channel_configurations |
Type | Resource |
Description | slack_channel_configurations |
Id | awscc.chatbot.slack_channel_configurations |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Amazon Resource Name (ARN) of the configuration |
region | string | AWS 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