GetJobDetailsOutput

Represents the output of a GetJobDetails action.

AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

Properties

Name Type Description
jobDetails object
View JSON Schema on GitHub

JSON Schema

amazon-codepipeline-get-job-details-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-schema/amazon-codepipeline-get-job-details-output-schema.json",
  "title": "GetJobDetailsOutput",
  "description": "Represents the output of a <code>GetJobDetails</code> action.",
  "type": "object",
  "properties": {
    "jobDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobDetails"
        },
        {
          "description": "<p>The details of the job.</p> <note> <p>If AWSSessionCredentials is used, a long-running job can call <code>GetJobDetails</code> again to obtain new credentials.</p> </note>"
        }
      ]
    }
  }
}