aws.appintegrations.list_event_integrations
Example SQL Queries
SELECT * FROMaws.appintegrations.list_event_integrations;Description
Returns a paginated list of event integrations in the account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| description The event integration description. | VARCHAR |
| event_bridge_bus The Amazon EventBridge bus for the event integration. | VARCHAR |
| event_filter The event integration filter. | STRUCT( |
Show child fields
| |
| event_integration_arn The Amazon Resource Name (ARN) of the event integration. | VARCHAR |
| name The name of the event integration. | VARCHAR |
| tags The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }. | MAP(VARCHAR, VARCHAR) |