Returns information about any jobs for CodePipeline to act on
Source:R/codepipeline_operations.R
codepipeline_poll_for_jobs.RdReturns information about any jobs for CodePipeline to act on. poll_for_jobs is valid only for action types with "Custom" in the owner field. If the action type contains AWS or ThirdParty in the owner field, the poll_for_jobs action returns an error.
See https://www.paws-r-sdk.com/docs/codepipeline_poll_for_jobs/ for full documentation.
Arguments
- actionTypeId
[required] Represents information about an action type.
- maxBatchSize
The maximum number of jobs to return in a poll for jobs call.
- queryParam
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.