Job
@JsonSerializable
The subset of the AWS Job object which this module supports. Note that the job document is not part of this shape: devices read it through the jobs data plane, and the control plane only exposes it via GetJobDocument (unsupported here).
Constructors
Link copied to clipboard
constructor(jobArn: ARN, jobId: JobId, targets: List<ARN> = emptyList(), targetSelection: TargetSelection? = null, status: JobStatus? = null, forceCanceled: Boolean? = null, comment: String? = null, createdAt: Timestamp? = null, lastUpdatedAt: Timestamp? = null, completedAt: Timestamp? = null, description: String? = null, timeoutConfig: TimeoutConfig? = null)