Skip to main content

event_integration_tags

Expands all tag keys and values for event_integrations in a region

Overview

Nameevent_integration_tags
TypeResource
DescriptionResource Type definition for AWS::AppIntegrations::EventIntegration
Idaws.appintegrations.event_integration_tags

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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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