CreateDevEndpointRequest

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 name to be assigned to the new 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

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 number of Glue Data Processing Units (DPUs) to allocate 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

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 development endpoints for authentication. The use of 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 IAM role for the DevEndpoint.

Link copied to clipboard

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

Link copied to clipboard

Security group IDs for the security groups to be used by the new DevEndpoint.

Link copied to clipboard

The subnet ID for the new DevEndpoint to use.

Link copied to clipboard

The tags to use with this DevEndpoint. You may use tags to limit access to the DevEndpoint. For more information about tags in Glue, see Amazon Web Services Tags in Glue in the developer guide.

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.

Functions

Link copied to clipboard
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