OptionalcancelA cancellation event, if this engine event represents a cancellation.
OptionaldiagnosticA diagnostic event, if this engine event represents a diagnostic message.
OptionalpolicyA policy event, if this engine event represents a policy violation.
OptionalpreludeA prelude event, if this engine event represents the start of an operation.
OptionalresA resource operation failed event, if this engine event represents a resource operation that failed.
OptionalresourceA resource pre-event, if this engine event represents a resource about to be modified.
OptionalresA resource outputs event, if this engine event represents a resource that has been modified.
A unique, and monotonically increasing number for each engine event sent to the Pulumi Service. Since events may be sent concurrently, and/or delayed via network routing, the sequence number is to ensure events can be placed into a total ordering.
OptionalstartA debugging event, if the engine event represents a debugging message.
OptionalstdoutA stdout event, if this engine event represents a message written to stdout.
OptionalsummaryA summary event, if this engine event represents the end of an operation.
Timestamp is a Unix timestamp (seconds) of when the event was emitted.
A Pulumi engine event, such as a change to a resource or diagnostic message. This is intended to capture a discriminated union -- exactly one event field will be non-nil.