CreateDevEndpointRequest
import type { CreateDevEndpointRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";interface CreateDevEndpointRequest {
Arguments?: {} | null;
[key: string]: string | null | undefined;
EndpointName: string;
ExtraJarsS3Path?: string | null;
ExtraPythonLibsS3Path?: string | null;
GlueVersion?: string | null;
NumberOfNodes?: number | null;
NumberOfWorkers?: number | null;
PublicKey?: string | null;
PublicKeys?: string[] | null;
RoleArn: string;
SecurityConfiguration?: string | null;
SecurityGroupIds?: string[] | null;
SubnetId?: string | null;
Tags?: {} | null;
[key: string]: string | null | undefined;
WorkerType?: WorkerType | null;
}§Properties
§
WorkerType?: WorkerType | null
[src]