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

CreateDevEndpointResponse

import type { CreateDevEndpointResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";
interface CreateDevEndpointResponse {
Arguments?: {
[key: string]: string | null | undefined;
}
| null;
AvailabilityZone?: string | null;
CreatedTimestamp?: Date | number | null;
EndpointName?: string | null;
ExtraJarsS3Path?: string | null;
ExtraPythonLibsS3Path?: string | null;
FailureReason?: string | null;
GlueVersion?: string | null;
NumberOfNodes?: number | null;
NumberOfWorkers?: number | null;
RoleArn?: string | null;
SecurityConfiguration?: string | null;
SecurityGroupIds?: string[] | null;
Status?: string | null;
SubnetId?: string | null;
VpcId?: string | null;
WorkerType?: WorkerType | null;
YarnEndpointAddress?: string | null;
ZeppelinRemoteSparkInterpreterPort?: number | null;
}

§Properties

§
Arguments?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
AvailabilityZone?: string | null
[src]
§
CreatedTimestamp?: Date | number | null
[src]
§
EndpointName?: string | null
[src]
§
ExtraJarsS3Path?: string | null
[src]
§
ExtraPythonLibsS3Path?: string | null
[src]
§
FailureReason?: string | null
[src]
§
GlueVersion?: string | null
[src]
§
NumberOfNodes?: number | null
[src]
§
NumberOfWorkers?: number | null
[src]
§
RoleArn?: string | null
[src]
§
SecurityConfiguration?: string | null
[src]
§
SecurityGroupIds?: string[] | null
[src]
§
Status?: string | null
[src]
§
SubnetId?: string | null
[src]
§
VpcId?: string | null
[src]
§
WorkerType?: WorkerType | null
[src]
§
YarnEndpointAddress?: string | null
[src]
§
ZeppelinRemoteSparkInterpreterPort?: number | null
[src]