AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the CreateDevEndpoint operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Glue.Model.CreateDevEndpointResponse

Namespace: Amazon.Glue.Model
Assembly: AWSSDK.Glue.dll
Version: 3.x.y.z

Syntax

C#
public class CreateDevEndpointResponse : AmazonWebServiceResponse

The CreateDevEndpointResponse type exposes the following members

Constructors

NameDescription
Public Method CreateDevEndpointResponse()

Properties

NameTypeDescription
Public Property Arguments System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property 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.

Public Property AvailabilityZone System.String

Gets and sets the property AvailabilityZone.

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

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

The point in time at which this DevEndpoint was created.

Public Property EndpointName System.String

Gets and sets the property EndpointName.

The name assigned to the new DevEndpoint.

Public Property ExtraJarsS3Path System.String

Gets and sets the property ExtraJarsS3Path.

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

Public Property ExtraPythonLibsS3Path System.String

Gets and sets the property ExtraPythonLibsS3Path.

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

Public Property FailureReason System.String

Gets and sets the property FailureReason.

The reason for a current failure in this DevEndpoint.

Public Property GlueVersion System.String

Gets and sets the property 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.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property NumberOfNodes System.Int32

Gets and sets the property NumberOfNodes.

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

Public Property NumberOfWorkers System.Int32

Gets and sets the property NumberOfWorkers.

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

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property RoleArn System.String

Gets and sets the property RoleArn.

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

Public Property SecurityConfiguration System.String

Gets and sets the property SecurityConfiguration.

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

Public Property SecurityGroupIds System.Collections.Generic.List<System.String>

Gets and sets the property SecurityGroupIds.

The security groups assigned to the new DevEndpoint.

Public Property Status System.String

Gets and sets the property Status.

The current status of the new DevEndpoint.

Public Property SubnetId System.String

Gets and sets the property SubnetId.

The subnet ID assigned to the new DevEndpoint.

Public Property VpcId System.String

Gets and sets the property VpcId.

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

Public Property WorkerType Amazon.Glue.WorkerType

Gets and sets the property WorkerType.

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

Public Property YarnEndpointAddress System.String

Gets and sets the property YarnEndpointAddress.

The address of the YARN endpoint used by this DevEndpoint.

Public Property ZeppelinRemoteSparkInterpreterPort System.Int32

Gets and sets the property ZeppelinRemoteSparkInterpreterPort.

The Apache Zeppelin port for the remote Apache Spark interpreter.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5