DeploymentNestedUpdate
DeploymentNestedUpdate represents an update that is nested within a deployment, including its status and metadata.
Properties
idstring requiredUnique identifier for this update.updateIDstring requiredIdentifier of the underlying Pulumi CLI update operation.versioninteger requiredThe version number of the update.startTimeinteger requiredThe Unix timestamp when the update started.endTimeinteger requiredThe Unix timestamp when the update ended.resultenum requiredThe result of the update operation.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.
kindenum requiredThe kind of update operation.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.
messagestring requiredA message associated with the update.environmentmap[string]string requiredThe environment variables associated with the update.