AWS CodePipeline

Poll for third party jobs

このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

Determines whether there are any third party jobs for a job worker to act on. Used for partner actions only. When this API is called, CodePipeline returns temporary credentials for the S3 bucket used to store artifacts for the pipeline, if the action requires access to that S3 bucket for input or output artifacts.

Inputs

Expand All

フィールド

種類

説明

region [required]

enum

default: us-east-1

actionTypeId [required]

object

Represents information about an action type.

category [required]

string

A category defines what kind of action can be taken in the stage, and constrains the provider type for the action. Valid categories are limited to one of the following values. Source Build Test Deploy Invoke Approval

owner [required]

string

The creator of the action being called. There are three valid values for the Owner field in the action category section within your pipeline structure: AWS, ThirdParty, and Custom. For more information, see Valid Action Types and Providers in CodePipeline.

provider [required]

string

The provider of the service being called by the action. Valid providers are determined by the action category. For example, an action in the Deploy category type might have a provider of CodeDeploy, which would be specified as CodeDeploy. For more information, see Valid Action Types and Providers in CodePipeline.

version [required]

string

A string that describes the action version.

maxBatchSize

number

The maximum number of jobs to return in a poll for jobs call.

Outputs

Expand All

フィールド

種類

説明

amzRequestId [required]

string

jobs

[object]

Information about the jobs to take action on.

clientId

string

The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.

jobId

string

The identifier used to identify the job in CodePipeline.