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

SubmitJobRequest

import type { SubmitJobRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/batch.ts";
interface SubmitJobRequest {
arrayProperties?: ArrayProperties | null;
containerOverrides?: ContainerOverrides | null;
dependsOn?: JobDependency[] | null;
jobDefinition: string;
jobName: string;
jobQueue: string;
nodeOverrides?: NodeOverrides | null;
parameters?: {
[key: string]: string | null | undefined;
}
| null;
propagateTags?: boolean | null;
retryStrategy?: RetryStrategy | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
timeout?: JobTimeout | null;
}

§Properties

§
arrayProperties?: ArrayProperties | null
[src]
§
containerOverrides?: ContainerOverrides | null
[src]
§
dependsOn?: JobDependency[] | null
[src]
§
jobDefinition: string
[src]
§
jobName: string
[src]
§
jobQueue: string
[src]
§
nodeOverrides?: NodeOverrides | null
[src]
§
parameters?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
propagateTags?: boolean | null
[src]
§
retryStrategy?: RetryStrategy | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
timeout?: JobTimeout | null
[src]