aws.chime.get_events_configuration
Example SQL Queries
SELECT * FROMaws.chime.get_events_configurationWHERE"account_id" = 'VALUE'AND "bot_id" = 'VALUE';Description
Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint or Lambda function ARN.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The Amazon Chime account ID. | VARCHAR |
| bot_id Required Input Column The bot ID. | 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
| |
| events_configuration The events configuration details. | STRUCT( |
Show child fields
| |