Amazon CodePipeline · JSON Structure

Amazon Codepipeline Get Job Details Output Structure

Represents the output of a GetJobDetails action.

Type: object Properties: 1
AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

GetJobDetailsOutput is a JSON Structure definition published by Amazon CodePipeline, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

jobDetails

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-get-job-details-output-structure.json",
  "name": "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>"
        }
      ]
    }
  }
}