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

JobDetail

import type { JobDetail } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/batch.ts";
interface JobDetail {
arrayProperties?: ArrayPropertiesDetail | null;
attempts?: AttemptDetail[] | null;
container?: ContainerDetail | null;
createdAt?: number | null;
dependsOn?: JobDependency[] | null;
jobArn?: string | null;
jobDefinition: string;
jobId: string;
jobName: string;
jobQueue: string;
nodeDetails?: NodeDetails | null;
nodeProperties?: NodeProperties | null;
parameters?: {
[key: string]: string | null | undefined;
}
| null;
platformCapabilities?: PlatformCapability[] | null;
propagateTags?: boolean | null;
retryStrategy?: RetryStrategy | null;
startedAt: number;
status: JobStatus;
statusReason?: string | null;
stoppedAt?: number | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
timeout?: JobTimeout | null;
}

§Properties

§
arrayProperties?: ArrayPropertiesDetail | null
[src]
§
attempts?: AttemptDetail[] | null
[src]
§
container?: ContainerDetail | null
[src]
§
createdAt?: number | null
[src]
§
dependsOn?: JobDependency[] | null
[src]
§
jobArn?: string | null
[src]
§
jobDefinition: string
[src]
§
jobId: string
[src]
§
jobName: string
[src]
§
jobQueue: string
[src]
§
nodeDetails?: NodeDetails | null
[src]
§
nodeProperties?: NodeProperties | null
[src]
§
parameters?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
platformCapabilities?: PlatformCapability[] | null
[src]
§
propagateTags?: boolean | null
[src]
§
retryStrategy?: RetryStrategy | null
[src]
§
startedAt: number
[src]
§
statusReason?: string | null
[src]
§
stoppedAt?: number | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
timeout?: JobTimeout | null
[src]