DevEndpoint constructor

DevEndpoint({
  1. Map<String, String>? arguments,
  2. String? availabilityZone,
  3. DateTime? createdTimestamp,
  4. String? endpointName,
  5. String? extraJarsS3Path,
  6. String? extraPythonLibsS3Path,
  7. String? failureReason,
  8. String? glueVersion,
  9. DateTime? lastModifiedTimestamp,
  10. String? lastUpdateStatus,
  11. int? numberOfNodes,
  12. int? numberOfWorkers,
  13. String? privateAddress,
  14. String? publicAddress,
  15. String? publicKey,
  16. List<String>? publicKeys,
  17. String? roleArn,
  18. String? securityConfiguration,
  19. List<String>? securityGroupIds,
  20. String? status,
  21. String? subnetId,
  22. String? vpcId,
  23. WorkerType? workerType,
  24. String? yarnEndpointAddress,
  25. 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,
});