Builder
Properties
Configuration for criteria to abort the job.
The time, in seconds since the epoch, when the job was completed.
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.The package version must be in either the Published or Deprecated state when the job deploys. For more information, see Package version lifecycle.
A key-value map that pairs the patterns that need to be replaced in a managed template job document schema. You can use the description of each key as a guidance to specify the inputs during runtime when creating a job.
Will be true
if the job was canceled with the optional force
parameter set to true
.
Indicates whether a job is concurrent. Will be true when a job is rolling out new job executions or canceling previously created executions, otherwise false.
The configuration for the criteria to retry the job.
Allows you to create a staged rollout of a job.
Details about the job process.
The ARN of the job template used to create the job.
The time, in seconds since the epoch, when the job was last updated.
The namespace used to indicate that a job is a customer-managed job.
Configuration for pre-signed S3 URLs.
If the job was updated, provides the reason code for the update.
Displays the next seven maintenance window occurrences and their start times.
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 device when the thing representing the device 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. A 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 timer expires, it will be automatically set to TIMED_OUT
.
Functions
construct an aws.sdk.kotlin.services.iot.model.AbortConfig inside the given block
construct an aws.sdk.kotlin.services.iot.model.JobExecutionsRetryConfig inside the given block
construct an aws.sdk.kotlin.services.iot.model.JobExecutionsRolloutConfig inside the given block
construct an aws.sdk.kotlin.services.iot.model.JobProcessDetails inside the given block
construct an aws.sdk.kotlin.services.iot.model.PresignedUrlConfig inside the given block
construct an aws.sdk.kotlin.services.iot.model.SchedulingConfig inside the given block
construct an aws.sdk.kotlin.services.iot.model.TimeoutConfig inside the given block