event_integration_tags
Expands all tag keys and values for event_integrations in a region
Overview
| Name | event_integration_tags |
| Type | Resource |
| Description | Resource Type definition for AWS::AppIntegrations::EventIntegration |
| Id | aws.appintegrations.event_integration_tags |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all event_integrations in a region.
SELECT
region,
description,
event_integration_arn,
name,
event_bridge_bus,
event_filter,
tag_key,
tag_value
FROM aws.appintegrations.event_integration_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the event_integration_tags resource, see event_integrations