PollForJobsOutput

Represents the output of a PollForJobs action.

AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

Properties

Name Type Description
jobs object
View JSON Schema on GitHub

JSON Schema

amazon-codepipeline-poll-for-jobs-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-poll-for-jobs-output-schema.json",
  "title": "PollForJobsOutput",
  "description": "Represents the output of a <code>PollForJobs</code> action.",
  "type": "object",
  "properties": {
    "jobs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobList"
        },
        {
          "description": "Information about the jobs to take action on."
        }
      ]
    }
  }
}