Skip to main content

event_bus_tags

Expands all tag keys and values for event_buses in a region

Overview

Nameevent_bus_tags
TypeResource
DescriptionResource type definition for AWS::Events::EventBus
Idaws.events.event_bus_tags

Fields

NameDatatypeDescription
event_source_namestringIf you are creating a partner event bus, this specifies the partner event source that the new event bus will be matched with.
namestringThe name of the event bus.
descriptionstringThe description of the event bus.
kms_key_identifierstringKms Key Identifier used to encrypt events at rest in the event bus.
policyobjectA JSON string that describes the permission policy statement for the event bus.
arnstringThe Amazon Resource Name (ARN) for the event bus.
dead_letter_configobjectDead Letter Queue for the event bus.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all event_buses in a region.

SELECT
region,
event_source_name,
name,
description,
kms_key_identifier,
policy,
arn,
dead_letter_config,
tag_key,
tag_value
FROM aws.events.event_bus_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the event_bus_tags resource, see event_buses