codepipeline_poll_for_jobs: Returns information about any jobs for CodePipeline to act on

View source: R/codepipeline_operations.R

codepipeline_poll_for_jobsR Documentation

Returns information about any jobs for CodePipeline to act on

Description

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.

Usage

codepipeline_poll_for_jobs(
  actionTypeId,
  maxBatchSize = NULL,
  queryParam = NULL
)

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.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.