DevEndpoint

A development endpoint where a developer can remotely debug extract, transform, and load (ETL) scripts.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A map of arguments used to configure the DevEndpoint.

Link copied to clipboard

The Amazon Web Services Availability Zone where this DevEndpoint is located.

Link copied to clipboard

The point in time at which this DevEndpoint was created.

Link copied to clipboard

The name of the DevEndpoint.

Link copied to clipboard

The path to one or more Java .jar files in an S3 bucket that should be loaded in your DevEndpoint.

Link copied to clipboard

The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma.

Link copied to clipboard

The reason for a current failure in this DevEndpoint.

Link copied to clipboard

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.

Link copied to clipboard

The point in time at which this DevEndpoint was last modified.

Link copied to clipboard

The status of the last update.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

A private IP address to access the DevEndpoint within a VPC if the DevEndpoint is created within one. The PrivateAddress field is present only when you create the DevEndpoint within your VPC.

Link copied to clipboard

The public IP address used by this DevEndpoint. The PublicAddress field is present only when you create a non-virtual private cloud (VPC) DevEndpoint.

Link copied to clipboard

The public key to be used by this DevEndpoint for authentication. This attribute is provided for backward compatibility because the recommended attribute to use is public keys.

Link copied to clipboard

A list of public keys to be used by the DevEndpoints for authentication. Using this attribute is preferred over a single public key because the public keys allow you to have a different private key per client.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role used in this DevEndpoint.

Link copied to clipboard

The name of the SecurityConfiguration structure to be used with this DevEndpoint.

Link copied to clipboard

A list of security group identifiers used in this DevEndpoint.

Link copied to clipboard

The current status of this DevEndpoint.

Link copied to clipboard

The subnet ID for this DevEndpoint.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The YARN endpoint address used by this DevEndpoint.

Link copied to clipboard

The Apache Zeppelin port for the remote Apache Spark interpreter.

Functions

Link copied to clipboard
inline fun copy(block: DevEndpoint.Builder.() -> Unit = {}): DevEndpoint
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String