slack_channel_configurations_list_only
Lists slack_channel_configurations
in a region or regions, for all properties use slack_channel_configurations
Overview
Name | slack_channel_configurations_list_only |
Type | Resource |
Description | An AWS Support App resource that creates, updates, lists and deletes Slack channel configurations. |
Id | aws.supportapp.slack_channel_configurations_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all slack_channel_configurations
in a region.
SELECT
region,
team_id,
channel_id
FROM aws.supportapp.slack_channel_configurations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the slack_channel_configurations_list_only
resource, see slack_channel_configurations