CreateDevEndpointResponse class

Constructors

CreateDevEndpointResponse({Map<String, String>? arguments, String? availabilityZone, DateTime? createdTimestamp, String? endpointName, String? extraJarsS3Path, String? extraPythonLibsS3Path, String? failureReason, String? glueVersion, int? numberOfNodes, int? numberOfWorkers, String? roleArn, String? securityConfiguration, List<String>? securityGroupIds, String? status, String? subnetId, String? vpcId, WorkerType? workerType, String? yarnEndpointAddress, int? zeppelinRemoteSparkInterpreterPort})
CreateDevEndpointResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arguments Map<String, String>?
The map of arguments used to configure this DevEndpoint.
final
availabilityZone String?
The AWS Availability Zone where this DevEndpoint is located.
final
createdTimestamp DateTime?
The point in time at which this DevEndpoint was created.
final
endpointName String?
The name assigned to the new DevEndpoint.
final
extraJarsS3Path String?
Path to one or more Java .jar files in an S3 bucket that will be loaded in your DevEndpoint.
final
extraPythonLibsS3Path String?
The paths to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.
final
failureReason String?
The reason for a current failure in this DevEndpoint.
final
glueVersion String?
Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints.
final
hashCode int
The hash code for this object.
no setterinherited
numberOfNodes int?
The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
final
numberOfWorkers int?
The number of workers of a defined workerType that are allocated to the development endpoint.
final
roleArn String?
The Amazon Resource Name (ARN) of the role assigned to the new DevEndpoint.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityConfiguration String?
The name of the SecurityConfiguration structure being used with this DevEndpoint.
final
securityGroupIds List<String>?
The security groups assigned to the new DevEndpoint.
final
status String?
The current status of the new DevEndpoint.
final
subnetId String?
The subnet ID assigned to the new DevEndpoint.
final
vpcId String?
The ID of the virtual private cloud (VPC) used by this DevEndpoint.
final
workerType WorkerType?
The type of predefined worker that is allocated to the development endpoint. May be a value of Standard, G.1X, or G.2X.
final
yarnEndpointAddress String?
The address of the YARN endpoint used by this DevEndpoint.
final
zeppelinRemoteSparkInterpreterPort int?
The Apache Zeppelin port for the remote Apache Spark interpreter.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited