event_bus_tags
Expands all tag keys and values for event_buses
in a region
Overview
Name | event_bus_tags |
Type | Resource |
Description | Resource type definition for AWS::Events::EventBus |
Id | aws.events.event_bus_tags |
Fields
Name | Datatype | Description |
---|---|---|
event_source_name | string | If you are creating a partner event bus, this specifies the partner event source that the new event bus will be matched with. |
name | string | The name of the event bus. |
description | string | The description of the event bus. |
kms_key_identifier | string | Kms Key Identifier used to encrypt events at rest in the event bus. |
policy | object | A JSON string that describes the permission policy statement for the event bus. |
arn | string | The Amazon Resource Name (ARN) for the event bus. |
dead_letter_config | object | Dead Letter Queue for the event bus. |
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_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