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