CreateJobRequest
Types
Properties
Allows you to create the criteria to abort a job.
A short text description of the job.
The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes. The package version must be in either the Published or Deprecated state when the job deploys. For more information, see Package version lifecycle.
Parameters of an Amazon Web Services managed template that you can specify to create the job document.
An S3 link, or S3 object URL, to the job document. The link is an Amazon S3 object URL and is required if you don't specify a value for document
.
Allows you to create the criteria to retry a job.
Allows you to create a staged rollout of the job.
The ARN of the job template used to create the job.
The namespace used to indicate that a job is a customer-managed job.
Configuration information for pre-signed S3 URLs.
The configuration that allows you to schedule a job for a future date and time in addition to specifying the end behavior for each job execution.
Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.
Specifies the amount of time each device has to finish its execution of the job. The timer is started when the job execution status is set to IN_PROGRESS
. If the job execution status is not set to another terminal state before the time expires, it will be automatically set to TIMED_OUT
.