CreateDevEndpointResponse
public struct CreateDevEndpointResponse : AWSShapeUndocumented
- 
                  
                  DeclarationSwift 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. DeclarationSwift public let arguments: [String : String]?
- 
                  
                  The AWS Availability Zone where this DevEndpoint is located. DeclarationSwift public let availabilityZone: String?
- 
                  
                  The point in time at which this DevEndpoint was created. DeclarationSwift public let createdTimestamp: TimeStamp?
- 
                  
                  The name assigned to the new DevEndpoint. DeclarationSwift public let endpointName: String?
- 
                  
                  Path to one or more Java .jar files in an S3 bucket that will be loaded in your DevEndpoint. DeclarationSwift public let extraJarsS3Path: String?
- 
                  
                  The paths to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint. DeclarationSwift public let extraPythonLibsS3Path: String?
- 
                  
                  The reason for a current failure in this DevEndpoint. DeclarationSwift 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. DeclarationSwift public let glueVersion: String?
- 
                  
                  The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint. DeclarationSwift public let numberOfNodes: Int?
- 
                  
                  The number of workers of a defined workerType that are allocated to the development endpoint. DeclarationSwift public let numberOfWorkers: Int?
- 
                  
                  The Amazon Resource Name (ARN) of the role assigned to the new DevEndpoint. DeclarationSwift public let roleArn: String?
- 
                  
                  The name of the SecurityConfiguration structure being used with this DevEndpoint. DeclarationSwift public let securityConfiguration: String?
- 
                  
                  The security groups assigned to the new DevEndpoint. DeclarationSwift public let securityGroupIds: [String]?
- 
                  
                  The current status of the new DevEndpoint. DeclarationSwift public let status: String?
- 
                  
                  The subnet ID assigned to the new DevEndpoint. DeclarationSwift public let subnetId: String?
- 
                  
                  The ID of the virtual private cloud (VPC) used by this DevEndpoint. DeclarationSwift 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. DeclarationSwift public let workerType: WorkerType?
- 
                  
                  The address of the YARN endpoint used by this DevEndpoint. DeclarationSwift public let yarnEndpointAddress: String?
- 
                  
                  The Apache Zeppelin port for the remote Apache Spark interpreter. DeclarationSwift public let zeppelinRemoteSparkInterpreterPort: Int?
- 
                  init(arguments:availabilityZone:createdTimestamp:endpointName:extraJarsS3Path:extraPythonLibsS3Path:failureReason:glueVersion:numberOfNodes:numberOfWorkers:roleArn:securityConfiguration:securityGroupIds:status:subnetId:vpcId:workerType:yarnEndpointAddress:zeppelinRemoteSparkInterpreterPort:)Undocumented DeclarationSwift 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)
 View on GitHub
View on GitHub CreateDevEndpointResponse Structure Reference
        CreateDevEndpointResponse Structure Reference