CreateJobTemplateRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The criteria that determine when and how a job abort takes place.

Link copied to clipboard

A description of the job document.

Link copied to clipboard

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.

Link copied to clipboard

The job document. Required if you don't specify a value for documentSource.

Link copied to clipboard

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.

Link copied to clipboard

The ARN of the job to use as the basis for the job template.

Link copied to clipboard

Allows you to create the criteria to retry a job.

Link copied to clipboard

Allows you to create a staged rollout of a job.

Link copied to clipboard

A unique identifier for the job template. We recommend using a UUID. Alpha-numeric characters, "-", and "_" are valid for use here.

Link copied to clipboard

Allows you to configure an optional maintenance window for the rollout of a job document to all devices in the target group for a job.

Link copied to clipboard

Configuration for pre-signed S3 URLs.

Link copied to clipboard
val tags: List<Tag>?

Metadata that can be used to manage the job template.

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String