PollForJobsInput is a JSON Structure definition published by Amazon CodePipeline, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$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-jobs-input-structure.json",
"name": "PollForJobsInput",
"description": "Represents the input of a <code>PollForJobs</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."
}
]
},
"queryParam": {
"allOf": [
{
"$ref": "#/components/schemas/QueryParamMap"
},
{
"description": "A map of property names and values. For an action type with no queryable properties, this value must be null or an empty map. For an action type with a queryable property, you must supply that property as a key in the map. Only jobs whose action configuration matches the mapped value are returned."
}
]
}
},
"required": [
"actionTypeId"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.