JobUpdate
import type { JobUpdate } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";interface JobUpdate {
AllocatedCapacity?: number | null;
Command?: JobCommand | null;
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;
NonOverridableArguments?: {} | null;
[key: string]: string | null | undefined;
NotificationProperty?: NotificationProperty | null;
NumberOfWorkers?: number | null;
Role?: string | null;
SecurityConfiguration?: string | null;
Timeout?: number | null;
WorkerType?: WorkerType | null;
}§Properties
§
Command?: JobCommand | null
[src]§
Connections?: ConnectionsList | null
[src]§
ExecutionProperty?: ExecutionProperty | null
[src]§
NotificationProperty?: NotificationProperty | null
[src]§
WorkerType?: WorkerType | null
[src]