Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateJobRequest

import type { CreateJobRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface CreateJobRequest {
abortConfig?: AbortConfig | null;
description?: string | null;
document?: string | null;
documentSource?: string | null;
jobExecutionsRolloutConfig?: JobExecutionsRolloutConfig | null;
jobId: string;
jobTemplateArn?: string | null;
namespaceId?: string | null;
presignedUrlConfig?: PresignedUrlConfig | null;
tags?: Tag[] | null;
targets: string[];
targetSelection?: TargetSelection | null;
timeoutConfig?: TimeoutConfig | null;
}

§Properties

§
abortConfig?: AbortConfig | null
[src]
§
description?: string | null
[src]
§
document?: string | null
[src]
§
documentSource?: string | null
[src]
§
jobExecutionsRolloutConfig?: JobExecutionsRolloutConfig | null
[src]
§
jobId: string
[src]
§
jobTemplateArn?: string | null
[src]
§
namespaceId?: string | null
[src]
§
presignedUrlConfig?: PresignedUrlConfig | null
[src]
§
tags?: Tag[] | null
[src]
§
targets: string[]
[src]
§
targetSelection?: TargetSelection | null
[src]
§
timeoutConfig?: TimeoutConfig | null
[src]