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.deno.dev/v0.3/services/glue.ts?docs=full";
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]

The map of arguments used to configure this DevEndpoint.

Valid arguments are:

  • "--enable-glue-datacatalog": ""
    

You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.

§
AvailabilityZone?: string | null
[src]

The AWS Availability Zone where this DevEndpoint is located.

§
CreatedTimestamp?: Date | number | null
[src]

The point in time at which this DevEndpoint was created.

§
EndpointName?: string | null
[src]

The name assigned to the new DevEndpoint.

§
ExtraJarsS3Path?: string | null
[src]

Path to one or more Java .jar files in an S3 bucket that will be loaded in your DevEndpoint.

§
ExtraPythonLibsS3Path?: string | null
[src]

The paths to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.

§
FailureReason?: string | null
[src]

The reason for a current failure in this DevEndpoint.

§
GlueVersion?: string | null
[src]

Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

§
NumberOfNodes?: number | null
[src]

The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.

§
NumberOfWorkers?: number | null
[src]

The number of workers of a defined workerType that are allocated to the development endpoint.

§
RoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the role assigned to the new DevEndpoint.

§
SecurityConfiguration?: string | null
[src]

The name of the SecurityConfiguration structure being used with this DevEndpoint.

§
SecurityGroupIds?: string[] | null
[src]

The security groups assigned to the new DevEndpoint.

§
Status?: string | null
[src]

The current status of the new DevEndpoint.

§
SubnetId?: string | null
[src]

The subnet ID assigned to the new DevEndpoint.

§
VpcId?: string | null
[src]

The ID of the virtual private cloud (VPC) used by this DevEndpoint.

§
WorkerType?: WorkerType | null
[src]

The type of predefined worker that is allocated to the development endpoint. May be a value of Standard, G.1X, or G.2X.

§
YarnEndpointAddress?: string | null
[src]

The address of the YARN endpoint used by this DevEndpoint.

§
ZeppelinRemoteSparkInterpreterPort?: number | null
[src]

The Apache Zeppelin port for the remote Apache Spark interpreter.