AppUpdateInfo
UpdateInfo describes a previous update.
Properties
kindenum requiredInformation known before an update is started.Values:update— Update- A Pulumi program update.
preview— Preview- A preview of an update, without impacting resources.
refresh— Refresh- A refresh operation.
rename— Rename- A rename of the stack or project name.
destroy— Destroy- An update which removes all resources.
import— Import- An update that entails importing a raw checkpoint file.
Pupdate— PreviewUpdate- A preview of an update operation.
Prefresh— PreviewRefresh- A preview of a refresh operation.
Pdestroy— PreviewDestroy- A preview of a destroy operation.
Pimport— PreviewImport- A preview of an import operation.
Prename— PreviewRename- A preview of a rename operation.
startTimeinteger requiredUnix epoch timestamp (seconds) when the update started.messagestring requiredUser-provided message describing the purpose of the update.environmentmap[string]string requiredEnvironment variables that were set during the update, keyed by variable name.- Stack configuration values used during the update, keyed by config key.
resultenum requiredInformation obtained from an update completing.Values:not-started— NotStarted- The update has not started.
in-progress— InProgress- The update has not yet completed.
succeeded— Succeeded- The update completed successfully.
failed— Failed- The update has failed.
endTimeinteger requiredUnix epoch timestamp (seconds) when the update completed.versioninteger requiredThe stack version after this update completed.deploymentobject optionalRaw deployment state snapshot, if requested.resourceChangesmap[string]integer optionalCount of resource changes by operation type (e.g. ‘create’: 5, ‘update’: 2, ‘delete’: 1).resourceCountinteger optionalTotal number of resources managed by the stack after this update.