GetUpdateEventsResponse
GetUpdateEventsResponse contains the engine events for am update.
Properties
- Events are returned sorted by their internal sequence number (not exposed to the API). So the last Event in the slice is the most recent event which was stored in the database. (Should sort identical to timestamp, but may not if we support parallel writes.)
- ↳
timestampinteger requiredTimestamp of the event (seconds). - ↳
typestring requiredType describes which payload object is associated with the event, such that in JavaScriptevent[event.type]is never undefined/null. - Present when
typeiscancelEvent. - Present when
typeisstdoutEvent. - Present when
typeisdiagnosticEvent. - Present when
typeispreludeEvent. - Present when
typeissummaryEvent. - Present when
typeisresourcePreEvent. - Present when
typeisresOutputsEvent. - Present when
typeisresOpFailedEvent. - Present when
typeispolicyEvent. - Present when
typeispolicyRemediationEvent. - Present when
typeispolicyLoadEvent. - Present when
typeispolicyAnalyzeSummaryEvent. - Present when
typeispolicyRemediateSummaryEvent. - Present when
typeispolicyAnalyzeStackSummaryEvent. - Present when
typeisstartDebuggingEvent. - Present when
typeisprogressEvent. - Present when
typeiserrorEvent. continuationTokenstring requiredContinuationToken is an opaque value the client can send to fetch more recent events if the update is still in progress. Will be nil once all events have been returned and the update is complete.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.