Skip to main content

event_integrations_list_only

Lists event_integrations in a region or regions, for all properties use event_integrations

Overview

Nameevent_integrations_list_only
TypeResource
DescriptionResource Type definition for AWS::AppIntegrations::EventIntegration
Idaws.appintegrations.event_integrations_list_only

Fields

NameDatatypeDescription
descriptionstringThe event integration description.
event_integration_arnstringThe Amazon Resource Name (ARN) of the event integration.
namestringThe name of the event integration.
event_bridge_busstringThe Amazon Eventbridge bus for the event integration.
event_filterobjectThe EventFilter (source) associated with the event integration.
tagsarrayThe tags (keys and values) associated with the event integration.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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