aws.appintegrations.get_event_integration
Example SQL Queries
SELECT * FROMaws.appintegrations.get_event_integrationWHERE"name" = 'VALUE';Description
Returns information about the event integration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| 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
| |
| description The description of the event integration. | VARCHAR |
| event_bridge_bus The EventBridge bus. | VARCHAR |
| event_filter The event filter. | STRUCT( |
Show child fields
| |
| event_integration_arn The Amazon Resource Name (ARN) for 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) |