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/glue.ts";
interface CreateJobRequest {
AllocatedCapacity?: number | null;
Command: JobCommand;
Connections?: ConnectionsList | null;
DefaultArguments?: {
[key: string]: string | null | undefined;
}
| null;
Description?: string | null;
ExecutionProperty?: ExecutionProperty | null;
GlueVersion?: string | null;
LogUri?: string | null;
MaxCapacity?: number | null;
MaxRetries?: number | null;
Name: string;
NonOverridableArguments?: {
[key: string]: string | null | undefined;
}
| null;
NotificationProperty?: NotificationProperty | null;
NumberOfWorkers?: number | null;
Role: string;
SecurityConfiguration?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
Timeout?: number | null;
WorkerType?: WorkerType | null;
}

§Properties

§
AllocatedCapacity?: number | null
[src]
§
Connections?: ConnectionsList | null
[src]
§
DefaultArguments?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
Description?: string | null
[src]
§
ExecutionProperty?: ExecutionProperty | null
[src]
§
GlueVersion?: string | null
[src]
§
LogUri?: string | null
[src]
§
MaxCapacity?: number | null
[src]
§
MaxRetries?: number | null
[src]
§
Name: string
[src]
§
NonOverridableArguments?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
NotificationProperty?: NotificationProperty | null
[src]
§
NumberOfWorkers?: number | null
[src]
§
Role: string
[src]
§
SecurityConfiguration?: string | null
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
Timeout?: number | null
[src]
§
WorkerType?: WorkerType | null
[src]