Events

Events

class AwAws.Events.events.Events(region_name=None)

Class to create and manage EventBridge Events

create_event(account)

Create an event that cen be written to an event-bus

set_event_bus(bus_name='default')

describes and event bus

EventBus

class AwAws.Events.event_bus.EventsBus(region_name=None, role_arn=None)

Class to manage EventBridge Events

add_accounts(ou=None)

add accounts to the broadcast list

broadcast_event()

Send an event to multiple event buses

create_event(account, source, detail)

Create an event that cen be written to an event-bus

set_event_bus(bus_name='default')

describes and event bus