aws.chatbot.describe_slack_workspaces
Example SQL Queries
SELECT * FROMaws.chatbot.describe_slack_workspaces;Description
Lists all authorized Slack Workspaces for AWS Account
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. | BIGINT |
| next_token Input Column An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| slack_workspaces A list of Slack Workspaces registered with AWS Chatbot. | STRUCT( |
Show child fields
| |