DeploymentJob
DeploymentJob represents a deployment job with its status, timing, and step information.
Properties
statusenum requiredThe current status of the deployment job.Values:not-started,accepted,running,failed,succeeded,skippedstartedstring optionalThe timestamp when the job started.lastUpdatedstring optionalThe timestamp when the job was last updated.- The list of steps in the deployment job.
- ↳
namestring requiredThe name of the step. - ↳
statusenum requiredThe current status of the step.Values:not-started,running,failed,succeeded - ↳
startedstring optionalThe timestamp when the step started. - ↳
lastUpdatedstring optionalThe timestamp when the step was last updated.
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.