Job
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)(source)