1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. DeploymentNestedUpdate

DeploymentNestedUpdate

    DeploymentNestedUpdate represents an update that is nested within a deployment, including its status and metadata.

    Properties

    • id string required
      Unique identifier for this update.
    • updateID string required
      Identifier of the underlying Pulumi CLI update operation.
    • version integer required
      The version number of the update.
    • startTime integer required
      The Unix timestamp when the update started.
    • endTime integer required
      The Unix timestamp when the update ended.
    • result enum required
      The result of the update operation.
      Values: not-started, in-progress, succeeded, failed
    • kind enum required
      The kind of update operation.
      Values: update, preview, refresh, rename, destroy, import, Pupdate, Prefresh, Pdestroy, Pimport, Prename
    • message string required
      A message associated with the update.
    • environment map[string]string required
      The environment variables associated with the update.