aws.chatbot.describe_chime_webhook_configurations
Example SQL Queries
SELECT * FROMaws.chatbot.describe_chime_webhook_configurations;Description
Lists Chime Webhook Configurations optionally filtered by ChatConfigurationArn
Table Definition
| Column Name | Column Data Type |
|---|---|
| chat_configuration_arn Input Column An optional ARN of a ChimeWebhookConfiguration 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
| |
| webhook_configurations A list of Chime webhooks associated with the account. | STRUCT( |
Show child fields
| |