class Aws::Glue::Types::CreateDevEndpointResponse
@!attribute [rw] endpoint_name
The name assigned to the new `DevEndpoint`. @return [String]
@!attribute [rw] status
The current status of the new `DevEndpoint`. @return [String]
@!attribute [rw] security_group_ids
The security groups assigned to the new `DevEndpoint`. @return [Array<String>]
@!attribute [rw] subnet_id
The subnet ID assigned to the new `DevEndpoint`. @return [String]
@!attribute [rw] role_arn
The Amazon Resource Name (ARN) of the role assigned to the new `DevEndpoint`. @return [String]
@!attribute [rw] yarn_endpoint_address
The address of the YARN endpoint used by this `DevEndpoint`. @return [String]
@!attribute [rw] zeppelin_remote_spark_interpreter_port
The Apache Zeppelin port for the remote Apache Spark interpreter. @return [Integer]
@!attribute [rw] number_of_nodes
The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint. @return [Integer]
@!attribute [rw] worker_type
The type of predefined worker that is allocated to the development endpoint. May be a value of Standard, G.1X, or G.2X. @return [String]
@!attribute [rw] glue_version
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][1] in the developer guide. [1]: https://docs.aws.amazon.com/glue/latest/dg/add-job.html @return [String]
@!attribute [rw] number_of_workers
The number of workers of a defined `workerType` that are allocated to the development endpoint. @return [Integer]
@!attribute [rw] availability_zone
The AWS Availability Zone where this `DevEndpoint` is located. @return [String]
@!attribute [rw] vpc_id
The ID of the virtual private cloud (VPC) used by this `DevEndpoint`. @return [String]
@!attribute [rw] extra_python_libs_s3_path
The paths to one or more Python libraries in an S3 bucket that will be loaded in your `DevEndpoint`. @return [String]
@!attribute [rw] extra_jars_s3_path
Path to one or more Java `.jar` files in an S3 bucket that will be loaded in your `DevEndpoint`. @return [String]
@!attribute [rw] failure_reason
The reason for a current failure in this `DevEndpoint`. @return [String]
@!attribute [rw] security_configuration
The name of the `SecurityConfiguration` structure being used with this `DevEndpoint`. @return [String]
@!attribute [rw] created_timestamp
The point in time at which this `DevEndpoint` was created. @return [Time]
@!attribute [rw] 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. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateDevEndpointResponse AWS API Documentation
Constants
- SENSITIVE