Amazon CodePipeline · JSON Structure

Amazon Codepipeline Get Third Party Job Details Output Structure

Represents the output of a GetThirdPartyJobDetails action.

Type: object Properties: 1
AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

GetThirdPartyJobDetailsOutput 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-third-party-job-details-output-structure.json",
  "name": "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."
        }
      ]
    }
  }
}