AppOperationStatus
OperationStatus describes the state of an operation being performed on a Pulumi stack.
Properties
kindenum requiredThe type of operation in progress (e.g. ‘update’, ‘preview’, ‘destroy’, ‘refresh’).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.
authorstring requiredThe login of the user who initiated this operation.startedinteger requiredUnix epoch timestamp (seconds) when the operation started.