CancelEvent |
CancelEvent is emitted when the user initiates a cancellation of the
update in progress, or the update successfully completes.
|
DiagnosticEvent |
DiagnosticEvent is emitted whenever a diagnostic message is provided,
for example errors from a cloud resource provider while trying to create or
update a resource.
|
EngineEvent |
EngineEvent describes a Pulumi engine event, such as a change to a
resource or diagnostic message.
|
PolicyEvent |
PolicyEvent is emitted whenever there is Policy violation.
|
PreludeEvent |
|
PropertyDiff |
PropertyDiff describes the difference between a single property's old
and new values.
|
ResourceOperationFailedEvent |
|
ResourceOutputsEvent |
|
ResourcePreEvent |
|
StandardOutputEvent |
StandardOutputEvent is emitted whenever a generic message is
written, for example warnings from the pulumi CLI itself.
|
StepEventMetadata |
StepEventMetadata describes a "step" within the Pulumi engine, which
is any concrete action to migrate a set of cloud resources from one state to
another.
|
StepEventStateMetadata |
StepEventStateMetadata is the more detailed state information for a
resource as it relates to a step(s) being performed.
|
SummaryEvent |
SummaryEvent is emitted at the end of an update, with a summary of
the changes made.
|