Skip to main content

event_integration

Gets an individual event_integration resource

Overview

Nameevent_integration
TypeResource
Descriptionevent_integration
Idawscc.appintegrations.event_integration

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
description,
event_integration_arn,
name,
event_bridge_bus,
event_filter,
tags
FROM awscc.appintegrations.event_integration
WHERE data__Identifier = '<Name>';

Permissions

To operate on the event_integration resource, the following permissions are required:

Read

app-integrations:GetEventIntegration,
app-integrations:ListTagsForResource

Update

app-integrations:GetEventIntegration,
app-integrations:UpdateEventIntegration,
app-integrations:TagResource,
app-integrations:UntagResource

Delete

app-integrations:DeleteEventIntegration