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

CreateDevEndpointRequest

import type { CreateDevEndpointRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";
interface CreateDevEndpointRequest {
Arguments?: {
[key: string]: string | null | undefined;
}
| null;
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?: {
[key: string]: string | null | undefined;
}
| null;
WorkerType?: WorkerType | null;
}

§Properties

§
Arguments?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
EndpointName: string
[src]
§
ExtraJarsS3Path?: string | null
[src]
§
ExtraPythonLibsS3Path?: string | null
[src]
§
GlueVersion?: string | null
[src]
§
NumberOfNodes?: number | null
[src]
§
NumberOfWorkers?: number | null
[src]
§
PublicKey?: string | null
[src]
§
PublicKeys?: string[] | null
[src]
§
RoleArn: string
[src]
§
SecurityConfiguration?: string | null
[src]
§
SecurityGroupIds?: string[] | null
[src]
§
SubnetId?: string | null
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
WorkerType?: WorkerType | null
[src]