InstanceEvent
An instance lifecycle event.
type InstanceEvent implements Event {
action: EventAction!
timestamp: DateTime!
instance: Instance!
}
Fields
InstanceEvent.action ● EventAction! non-null enum {#action}
InstanceEvent.timestamp ● DateTime! non-null scalar {#timestamp}
InstanceEvent.instance ● Instance! non-null object {#instance}
The affected instance
Interfaces
Event interface
A lifecycle event for a resource in your organization.