DevEndpoint constructor
DevEndpoint({
- Map<
String, String> ? arguments, - String? availabilityZone,
- DateTime? createdTimestamp,
- String? endpointName,
- String? extraJarsS3Path,
- String? extraPythonLibsS3Path,
- String? failureReason,
- String? glueVersion,
- DateTime? lastModifiedTimestamp,
- String? lastUpdateStatus,
- int? numberOfNodes,
- int? numberOfWorkers,
- String? privateAddress,
- String? publicAddress,
- String? publicKey,
- List<
String> ? publicKeys, - String? roleArn,
- String? securityConfiguration,
- List<
String> ? securityGroupIds, - String? status,
- String? subnetId,
- String? vpcId,
- WorkerType? workerType,
- String? yarnEndpointAddress,
- int? zeppelinRemoteSparkInterpreterPort,
Implementation
DevEndpoint({
this.arguments,
this.availabilityZone,
this.createdTimestamp,
this.endpointName,
this.extraJarsS3Path,
this.extraPythonLibsS3Path,
this.failureReason,
this.glueVersion,
this.lastModifiedTimestamp,
this.lastUpdateStatus,
this.numberOfNodes,
this.numberOfWorkers,
this.privateAddress,
this.publicAddress,
this.publicKey,
this.publicKeys,
this.roleArn,
this.securityConfiguration,
this.securityGroupIds,
this.status,
this.subnetId,
this.vpcId,
this.workerType,
this.yarnEndpointAddress,
this.zeppelinRemoteSparkInterpreterPort,
});