CreateDevEndpointResponse

public struct CreateDevEndpointResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The map of arguments used to configure this DevEndpoint. Valid arguments are: “–enable-glue-datacatalog”: “” “GLUE_PYTHON_VERSION”: “3” “GLUE_PYTHON_VERSION”: “2” 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.

    Declaration

    Swift

    public let arguments: [String : String]?
  • The AWS Availability Zone where this DevEndpoint is located.

    Declaration

    Swift

    public let availabilityZone: String?
  • The point in time at which this DevEndpoint was created.

    Declaration

    Swift

    public let createdTimestamp: TimeStamp?
  • The name assigned to the new DevEndpoint.

    Declaration

    Swift

    public let endpointName: String?
  • Path to one or more Java .jar files in an S3 bucket that will be loaded in your DevEndpoint.

    Declaration

    Swift

    public let extraJarsS3Path: String?
  • The paths to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.

    Declaration

    Swift

    public let extraPythonLibsS3Path: String?
  • The reason for a current failure in this DevEndpoint.

    Declaration

    Swift

    public let failureReason: 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.

    Declaration

    Swift

    public let glueVersion: String?
  • The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.

    Declaration

    Swift

    public let numberOfNodes: Int?
  • The number of workers of a defined workerType that are allocated to the development endpoint.

    Declaration

    Swift

    public let numberOfWorkers: Int?
  • The Amazon Resource Name (ARN) of the role assigned to the new DevEndpoint.

    Declaration

    Swift

    public let roleArn: String?
  • The name of the SecurityConfiguration structure being used with this DevEndpoint.

    Declaration

    Swift

    public let securityConfiguration: String?
  • The security groups assigned to the new DevEndpoint.

    Declaration

    Swift

    public let securityGroupIds: [String]?
  • The current status of the new DevEndpoint.

    Declaration

    Swift

    public let status: String?
  • The subnet ID assigned to the new DevEndpoint.

    Declaration

    Swift

    public let subnetId: String?
  • The ID of the virtual private cloud (VPC) used by this DevEndpoint.

    Declaration

    Swift

    public let vpcId: String?
  • The type of predefined worker that is allocated to the development endpoint. May be a value of Standard, G.1X, or G.2X.

    Declaration

    Swift

    public let workerType: WorkerType?
  • The address of the YARN endpoint used by this DevEndpoint.

    Declaration

    Swift

    public let yarnEndpointAddress: String?
  • The Apache Zeppelin port for the remote Apache Spark interpreter.

    Declaration

    Swift

    public let zeppelinRemoteSparkInterpreterPort: Int?
  • Undocumented

    Declaration

    Swift

    public init(arguments: [String : String]? = nil, availabilityZone: String? = nil, createdTimestamp: TimeStamp? = nil, endpointName: String? = nil, extraJarsS3Path: String? = nil, extraPythonLibsS3Path: String? = nil, failureReason: String? = nil, glueVersion: String? = nil, numberOfNodes: Int? = nil, numberOfWorkers: Int? = nil, roleArn: String? = nil, securityConfiguration: String? = nil, securityGroupIds: [String]? = nil, status: String? = nil, subnetId: String? = nil, vpcId: String? = nil, workerType: WorkerType? = nil, yarnEndpointAddress: String? = nil, zeppelinRemoteSparkInterpreterPort: Int? = nil)