slack_workspace_configurations_list_only
Lists slack_workspace_configurations in a region or regions, for all properties use slack_workspace_configurations
Overview
| Name | slack_workspace_configurations_list_only |
| Type | Resource |
| Description | An AWS Support App resource that creates, updates, lists, and deletes Slack workspace configurations. |
| Id | aws.supportapp.slack_workspace_configurations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
team_id | string | The team ID in Slack, which uniquely identifies a workspace. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all slack_workspace_configurations in a region.
SELECT
region,
team_id
FROM aws.supportapp.slack_workspace_configurations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the slack_workspace_configurations_list_only resource, see slack_workspace_configurations