heat.engine.event module

class heat.engine.event.Event(context, stack, action, status, reason, physical_resource_id, resource_prop_data_id, resource_properties, resource_name, resource_type, uuid=None, timestamp=None, id=None)[source]

Bases: object

Class representing a Resource state change.

as_dict()[source]
identifier()[source]

Return a unique identifier for the event.

store()[source]

Store the Event in the database.