aws.appintegrations.list_event_integration_associations
Example SQL Queries
SELECT * FROMaws.appintegrations.list_event_integration_associationsWHERE"event_integration_name" = 'VALUE';Description
Returns a paginated list of event integration associations in the account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| event_integration_name Required Input Column The name of the event integration. | 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
| |
| client_association_metadata The metadata associated with the client. | MAP(VARCHAR, VARCHAR) |
| client_id The identifier for the client that is associated with the event integration. | VARCHAR |
| event_bridge_rule_name The name of the EventBridge rule. | VARCHAR |
| event_integration_association_arn The Amazon Resource Name (ARN) for the event integration association. | VARCHAR |
| event_integration_association_id The identifier for the event integration association. | VARCHAR |