Amazon CodePipeline · JSON Structure

Amazon Codepipeline Poll For Third Party Jobs Input Structure

Represents the input of a PollForThirdPartyJobs action.

Type: object Properties: 2 Required: 1
AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

PollForThirdPartyJobsInput is a JSON Structure definition published by Amazon CodePipeline, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

actionTypeId maxBatchSize

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-poll-for-third-party-jobs-input-structure.json",
  "name": "PollForThirdPartyJobsInput",
  "description": "Represents the input of a <code>PollForThirdPartyJobs</code> action.",
  "type": "object",
  "properties": {
    "actionTypeId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ActionTypeId"
        },
        {
          "description": "Represents information about an action type."
        }
      ]
    },
    "maxBatchSize": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxBatchSize"
        },
        {
          "description": "The maximum number of jobs to return in a poll for jobs call."
        }
      ]
    }
  },
  "required": [
    "actionTypeId"
  ]
}