aws.chatbot.describe_slack_user_identities
Example SQL Queries
SELECT * FROMaws.chatbot.describe_slack_user_identities;Description
Lists all Slack user identities with a mapped role.
Table Definition
| Column Name | Column Data Type |
|---|---|
| chat_configuration_arn Input Column The ARN of the SlackChannelConfiguration associated with the user identities to describe. | VARCHAR |
| 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_user_identities A list of Slack User Identities. | STRUCT( |
Show child fields
| |