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

RegisterJobDefinitionRequest

import type { RegisterJobDefinitionRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/batch.ts";
interface RegisterJobDefinitionRequest {
containerProperties?: ContainerProperties | null;
jobDefinitionName: string;
nodeProperties?: NodeProperties | null;
parameters?: {
[key: string]: string | null | undefined;
}
| null;
platformCapabilities?: PlatformCapability[] | null;
propagateTags?: boolean | null;
retryStrategy?: RetryStrategy | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
timeout?: JobTimeout | null;
}

§Properties

§
containerProperties?: ContainerProperties | null
[src]
§
jobDefinitionName: string
[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]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
timeout?: JobTimeout | null
[src]