aws.chatbot.list_microsoft_teams_configured_teams
Example SQL Queries
SELECT * FROMaws.chatbot.list_microsoft_teams_configured_teams;Description
Lists all authorized MS teams 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
| |
| configured_teams A list of teams in Microsoft Teams that have been configured with AWS Chatbot. | STRUCT( |
Show child fields
| |