Skip to content

/AWS1/CL_GLUCREATEDEVENDPTRSP

CreateDevEndpointResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_endpointname TYPE /AWS1/GLUGENERICSTRING /AWS1/GLUGENERICSTRING

The name assigned to the new DevEndpoint.

iv_status TYPE /AWS1/GLUGENERICSTRING /AWS1/GLUGENERICSTRING

The current status of the new DevEndpoint.

it_securitygroupids TYPE /AWS1/CL_GLUSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

The security groups assigned to the new DevEndpoint.

iv_subnetid TYPE /AWS1/GLUGENERICSTRING /AWS1/GLUGENERICSTRING

The subnet ID assigned to the new DevEndpoint.

iv_rolearn TYPE /AWS1/GLUROLEARN /AWS1/GLUROLEARN

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

iv_yarnendpointaddress TYPE /AWS1/GLUGENERICSTRING /AWS1/GLUGENERICSTRING

The address of the YARN endpoint used by this DevEndpoint.

iv_zeppelinremotesparkinte00 TYPE /AWS1/GLUINTEGERVALUE /AWS1/GLUINTEGERVALUE

The Apache Zeppelin port for the remote Apache Spark interpreter.

iv_numberofnodes TYPE /AWS1/GLUINTEGERVALUE /AWS1/GLUINTEGERVALUE

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

iv_workertype TYPE /AWS1/GLUWORKERTYPE /AWS1/GLUWORKERTYPE

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

iv_glueversion TYPE /AWS1/GLUGLUEVERSIONSTRING /AWS1/GLUGLUEVERSIONSTRING

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.

iv_numberofworkers TYPE /AWS1/GLUNULLABLEINTEGER /AWS1/GLUNULLABLEINTEGER

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

iv_availabilityzone TYPE /AWS1/GLUGENERICSTRING /AWS1/GLUGENERICSTRING

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

iv_vpcid TYPE /AWS1/GLUGENERICSTRING /AWS1/GLUGENERICSTRING

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

iv_extrapythonlibss3path TYPE /AWS1/GLUGENERICSTRING /AWS1/GLUGENERICSTRING

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

iv_extrajarss3path TYPE /AWS1/GLUGENERICSTRING /AWS1/GLUGENERICSTRING

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

iv_failurereason TYPE /AWS1/GLUGENERICSTRING /AWS1/GLUGENERICSTRING

The reason for a current failure in this DevEndpoint.

iv_securityconfiguration TYPE /AWS1/GLUNAMESTRING /AWS1/GLUNAMESTRING

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

iv_createdtimestamp TYPE /AWS1/GLUTIMESTAMPVALUE /AWS1/GLUTIMESTAMPVALUE

The point in time at which this DevEndpoint was created.

it_arguments TYPE /AWS1/CL_GLUMAPVALUE_W=>TT_MAPVALUE TT_MAPVALUE

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.


Queryable Attributes

EndpointName

The name assigned to the new DevEndpoint.

Accessible with the following methods

Method Description
GET_ENDPOINTNAME() Getter for ENDPOINTNAME, with configurable default
ASK_ENDPOINTNAME() Getter for ENDPOINTNAME w/ exceptions if field has no value
HAS_ENDPOINTNAME() Determine if ENDPOINTNAME has a value

Status

The current status of the new DevEndpoint.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

SecurityGroupIds

The security groups assigned to the new DevEndpoint.

Accessible with the following methods

Method Description
GET_SECURITYGROUPIDS() Getter for SECURITYGROUPIDS, with configurable default
ASK_SECURITYGROUPIDS() Getter for SECURITYGROUPIDS w/ exceptions if field has no va
HAS_SECURITYGROUPIDS() Determine if SECURITYGROUPIDS has a value

SubnetId

The subnet ID assigned to the new DevEndpoint.

Accessible with the following methods

Method Description
GET_SUBNETID() Getter for SUBNETID, with configurable default
ASK_SUBNETID() Getter for SUBNETID w/ exceptions if field has no value
HAS_SUBNETID() Determine if SUBNETID has a value

RoleArn

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

Accessible with the following methods

Method Description
GET_ROLEARN() Getter for ROLEARN, with configurable default
ASK_ROLEARN() Getter for ROLEARN w/ exceptions if field has no value
HAS_ROLEARN() Determine if ROLEARN has a value

YarnEndpointAddress

The address of the YARN endpoint used by this DevEndpoint.

Accessible with the following methods

Method Description
GET_YARNENDPOINTADDRESS() Getter for YARNENDPOINTADDRESS, with configurable default
ASK_YARNENDPOINTADDRESS() Getter for YARNENDPOINTADDRESS w/ exceptions if field has no
HAS_YARNENDPOINTADDRESS() Determine if YARNENDPOINTADDRESS has a value

ZeppelinRemoteSparkInterpreterPort

The Apache Zeppelin port for the remote Apache Spark interpreter.

Accessible with the following methods

Method Description
GET_ZEPPELINREMOTESPARKINT00() Getter for ZEPPELINREMOTESPARKINTERPR00

NumberOfNodes

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

Accessible with the following methods

Method Description
GET_NUMBEROFNODES() Getter for NUMBEROFNODES

WorkerType

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

Accessible with the following methods

Method Description
GET_WORKERTYPE() Getter for WORKERTYPE, with configurable default
ASK_WORKERTYPE() Getter for WORKERTYPE w/ exceptions if field has no value
HAS_WORKERTYPE() Determine if WORKERTYPE has a value

GlueVersion

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.

Accessible with the following methods

Method Description
GET_GLUEVERSION() Getter for GLUEVERSION, with configurable default
ASK_GLUEVERSION() Getter for GLUEVERSION w/ exceptions if field has no value
HAS_GLUEVERSION() Determine if GLUEVERSION has a value

NumberOfWorkers

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

Accessible with the following methods

Method Description
GET_NUMBEROFWORKERS() Getter for NUMBEROFWORKERS, with configurable default
ASK_NUMBEROFWORKERS() Getter for NUMBEROFWORKERS w/ exceptions if field has no val
HAS_NUMBEROFWORKERS() Determine if NUMBEROFWORKERS has a value

AvailabilityZone

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

Accessible with the following methods

Method Description
GET_AVAILABILITYZONE() Getter for AVAILABILITYZONE, with configurable default
ASK_AVAILABILITYZONE() Getter for AVAILABILITYZONE w/ exceptions if field has no va
HAS_AVAILABILITYZONE() Determine if AVAILABILITYZONE has a value

VpcId

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

Accessible with the following methods

Method Description
GET_VPCID() Getter for VPCID, with configurable default
ASK_VPCID() Getter for VPCID w/ exceptions if field has no value
HAS_VPCID() Determine if VPCID has a value

ExtraPythonLibsS3Path

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

Accessible with the following methods

Method Description
GET_EXTRAPYTHONLIBSS3PATH() Getter for EXTRAPYTHONLIBSS3PATH, with configurable default
ASK_EXTRAPYTHONLIBSS3PATH() Getter for EXTRAPYTHONLIBSS3PATH w/ exceptions if field has
HAS_EXTRAPYTHONLIBSS3PATH() Determine if EXTRAPYTHONLIBSS3PATH has a value

ExtraJarsS3Path

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

Accessible with the following methods

Method Description
GET_EXTRAJARSS3PATH() Getter for EXTRAJARSS3PATH, with configurable default
ASK_EXTRAJARSS3PATH() Getter for EXTRAJARSS3PATH w/ exceptions if field has no val
HAS_EXTRAJARSS3PATH() Determine if EXTRAJARSS3PATH has a value

FailureReason

The reason for a current failure in this DevEndpoint.

Accessible with the following methods

Method Description
GET_FAILUREREASON() Getter for FAILUREREASON, with configurable default
ASK_FAILUREREASON() Getter for FAILUREREASON w/ exceptions if field has no value
HAS_FAILUREREASON() Determine if FAILUREREASON has a value

SecurityConfiguration

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

Accessible with the following methods

Method Description
GET_SECURITYCONFIGURATION() Getter for SECURITYCONFIGURATION, with configurable default
ASK_SECURITYCONFIGURATION() Getter for SECURITYCONFIGURATION w/ exceptions if field has
HAS_SECURITYCONFIGURATION() Determine if SECURITYCONFIGURATION has a value

CreatedTimestamp

The point in time at which this DevEndpoint was created.

Accessible with the following methods

Method Description
GET_CREATEDTIMESTAMP() Getter for CREATEDTIMESTAMP, with configurable default
ASK_CREATEDTIMESTAMP() Getter for CREATEDTIMESTAMP w/ exceptions if field has no va
HAS_CREATEDTIMESTAMP() Determine if CREATEDTIMESTAMP has a value

Arguments

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.

Accessible with the following methods

Method Description
GET_ARGUMENTS() Getter for ARGUMENTS, with configurable default
ASK_ARGUMENTS() Getter for ARGUMENTS w/ exceptions if field has no value
HAS_ARGUMENTS() Determine if ARGUMENTS has a value