- Navigation Guide
@aws-sdk/client-amplify
StartJobCommandInput Interface
The input for StartJobCommand.
Members
Name | Type | Details |
---|---|---|
appId Required | string | undefined | The unique ID for an Amplify app. |
branchName Required | string | undefined | The name of the branch to use for the job. |
jobType Required | JobType | undefined | Describes the type for the job. The job type The job type |
commitId | string | undefined | The commit ID from a third-party repository provider for the job. |
commitMessage | string | undefined | The commit message from a third-party repository provider for the job. |
commitTime | Date | undefined | The commit date and time for the job. |
jobId | string | undefined | The unique ID for an existing job. This is required if the value of |
jobReason | string | undefined | A descriptive reason for starting the job. |
Full Signature
export interface StartJobCommandInput extends StartJobRequest