Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Represents information about a job.

Hierarchy

  • Job

Properties

Properties

accountId?: string

The ID of the Amazon Web Services account to use when performing the job.

data?: JobData

Other data about a job.

id?: string

The unique system-generated ID of the job.

nonce?: string

A system-generated random number that CodePipeline uses to ensure that the job is being worked on by only one job worker. Use this number in an AcknowledgeJob request.