event_integration
Gets an individual event_integration
resource
Overview
Name | event_integration |
Type | Resource |
Description | event_integration |
Id | awscc.appintegrations.event_integration |
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
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