Skip to main content

event_bus

Gets an individual event_bus resource

Overview

Nameevent_bus
TypeResource
Descriptionevent_bus
Idawscc.events.event_bus

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.
tagsarrayAny tags assigned to 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.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
event_source_name,
name,
tags,
policy,
arn
FROM awscc.events.event_bus
WHERE data__Identifier = '<Name>';

Permissions

To operate on the event_bus resource, the following permissions are required:

Read

events:DescribeEventBus,
events:ListTagsForResource

Update

events:TagResource,
events:UntagResource,
events:PutPermission,
events:DescribeEventBus

Delete

events:DescribeEventBus,
events:DeleteEventBus