Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. StepRun

StepRun

    StepRun contains information about a step run.

    Properties

    • name string required
      The name of the step.
    • status enum required
      The current status of the step.
      Values:
      not-started — NotStarted
      StepStatusNotStarted indicates that a step has not yet started.
      running — Running
      StepStatusRunning indicates that a step is running.
      failed — Failed
      StepStatusFailed indicates that a step has failed.
      succeeded — Succeeded
      StepStatusSucceeded indicates that a step has succeeded.
    • started string optional
      The timestamp when the step started.
    • lastUpdated string optional
      The timestamp when the step was last updated.

      The infrastructure as code platform for any cloud.