Skip to main content

event_integrations

Retrieves a list of event_integrations in a region

Overview

Nameevent_integrations
TypeResource
Descriptionevent_integrations
Idawscc.appintegrations.event_integrations

Fields

NameDatatypeDescription
namestringThe name of the event integration.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name
FROM awscc.appintegrations.event_integrations
WHERE region = 'us-east-1'

Permissions

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

Create

app-integrations:CreateEventIntegration,
app-integrations:TagResource

List

app-integrations:ListEventIntegrations