AppUpdateInfo
UpdateInfo describes a previous update. Should generally mirror backend.UpdateInfo, but we clone it in this package to add flexibility in case there is a breaking change in the backend-type.
Properties
kindenum requiredInformation known before an update is started.Values:update,preview,refresh,rename,destroy,import,Pupdate,Prefresh,Pdestroy,Pimport,PrenamestartTimeinteger 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,in-progress,succeeded,failedendTimeinteger 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.
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.