GetThirdPartyJobDetailsOutput

Represents the output of a GetThirdPartyJobDetails action.

AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

Properties

Name Type Description
jobDetails object
View JSON Schema on GitHub

JSON Schema

amazon-codepipeline-get-third-party-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-third-party-job-details-output-schema.json",
  "title": "GetThirdPartyJobDetailsOutput",
  "description": "Represents the output of a <code>GetThirdPartyJobDetails</code> action.",
  "type": "object",
  "properties": {
    "jobDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ThirdPartyJobDetails"
        },
        {
          "description": "The details of the job, including any protected values defined for the job."
        }
      ]
    }
  }
}