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?: {} | null;
[key: string]: string | null | undefined;
Description?: string | null;
ExecutionProperty?: ExecutionProperty | null;
GlueVersion?: string | null;
LogUri?: string | null;
MaxCapacity?: number | null;
MaxRetries?: number | null;
Name: string;
NonOverridableArguments?: {} | null;
[key: string]: string | null | undefined;
NotificationProperty?: NotificationProperty | null;
NumberOfWorkers?: number | null;
Role: string;
SecurityConfiguration?: string | null;
Tags?: {} | null;
[key: string]: string | null | undefined;
Timeout?: number | null;
WorkerType?: WorkerType | null;
}§Properties
§
Command: JobCommand
[src]§
Connections?: ConnectionsList | null
[src]§
ExecutionProperty?: ExecutionProperty | null
[src]§
NotificationProperty?: NotificationProperty | null
[src]§
WorkerType?: WorkerType | null
[src]