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.supportapp.slack_channel_configurations |
Fields
Name | Datatype | Description |
---|---|---|
team_id | string | The team ID in Slack, which uniquely identifies a workspace. |
channel_id | string | The channel ID in Slack, which identifies a channel within a workspace. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
team_id,
channel_id
FROM awscc.supportapp.slack_channel_configurations
WHERE region = 'us-east-1'
Permissions
To operate on the slack_channel_configurations
resource, the following permissions are required:
Create
supportapp:CreateSlackChannelConfiguration,
supportapp:ListSlackChannelConfigurations
List
supportapp:ListSlackChannelConfigurations