event_integrations
Retrieves a list of event_integrations
in a region
Overview
Name | event_integrations |
Type | Resource |
Description | event_integrations |
Id | awscc.appintegrations.event_integrations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the event integration. |
region | string | AWS 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