JobData - CodePipeline
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

JobData

Represents other information about a job required for a job worker to complete the job.

Contents

actionConfiguration

Represents information about an action configuration.

Type: ActionConfiguration object

Required: No

actionTypeId

Represents information about an action type.

Type: ActionTypeId object

Required: No

artifactCredentials

Represents an Amazon session credentials object. These credentials are temporary credentials that are issued by Amazon Secure Token Service (STS). They can be used to access input and output artifacts in the S3 bucket used to store artifacts for the pipeline in CodePipeline.

Type: AWSSessionCredentials object

Required: No

continuationToken

A system-generated token, such as a deployment ID, required by a job to continue the job asynchronously.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Required: No

encryptionKey

Represents information about the key used to encrypt data in the artifact store, such as an Amazon KMS key.

Type: EncryptionKey object

Required: No

inputArtifacts

The artifact supplied to the job.

Type: Array of Artifact objects

Required: No

outputArtifacts

The output of the job.

Type: Array of Artifact objects

Required: No

pipelineContext

Represents information about a pipeline to a job worker.

Note

Includes pipelineArn and pipelineExecutionId for custom jobs.

Type: PipelineContext object

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: