View source: R/codepipeline_operations.R
codepipeline_poll_for_jobs | R Documentation |
Returns 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.
codepipeline_poll_for_jobs(
actionTypeId,
maxBatchSize = NULL,
queryParam = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.