event_integrations_list_only
Lists event_integrations
in a region or regions, for all properties use event_integrations
Overview
Name | event_integrations_list_only |
Type | Resource |
Description | Resource Type definition for AWS::AppIntegrations::EventIntegration |
Id | aws.appintegrations.event_integrations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
description | string | The event integration description. |
event_integration_arn | string | The Amazon Resource Name (ARN) of the event integration. |
name | string | The name of the event integration. |
event_bridge_bus | string | The Amazon Eventbridge bus for the event integration. |
event_filter | object | The EventFilter (source) associated with the event integration. |
tags | array | The tags (keys and values) associated with the event integration. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all event_integrations
in a region.
SELECT
region,
name
FROM aws.appintegrations.event_integrations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the event_integrations_list_only
resource, see event_integrations