BatchGetDevEndpoints - AWS Glue

BatchGetDevEndpoints

Returns a list of resource metadata for a given list of development endpoint names. After calling the ListDevEndpoints operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.

Request Syntax

{ "DevEndpointNames": [ "string" ] }

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

The request accepts the following data in JSON format.

DevEndpointNames

The list of DevEndpoint names, which might be the names returned from the ListDevEndpoint operation.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 25 items.

Required: Yes

Response Syntax

{ "DevEndpoints": [ { "Arguments": { "string" : "string" }, "AvailabilityZone": "string", "CreatedTimestamp": number, "EndpointName": "string", "ExtraJarsS3Path": "string", "ExtraPythonLibsS3Path": "string", "FailureReason": "string", "GlueVersion": "string", "LastModifiedTimestamp": number, "LastUpdateStatus": "string", "NumberOfNodes": number, "NumberOfWorkers": number, "PrivateAddress": "string", "PublicAddress": "string", "PublicKey": "string", "PublicKeys": [ "string" ], "RoleArn": "string", "SecurityConfiguration": "string", "SecurityGroupIds": [ "string" ], "Status": "string", "SubnetId": "string", "VpcId": "string", "WorkerType": "string", "YarnEndpointAddress": "string", "ZeppelinRemoteSparkInterpreterPort": number } ], "DevEndpointsNotFound": [ "string" ] }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

DevEndpoints

A list of DevEndpoint definitions.

Type: Array of DevEndpoint objects

DevEndpointsNotFound

A list of DevEndpoints not found.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 25 items.

Errors

For information about the errors that are common to all actions, see Common Errors.

AccessDeniedException

Access to a resource was denied.

HTTP Status Code: 400

InternalServiceException

An internal service error occurred.

HTTP Status Code: 500

InvalidInputException

The input provided was not valid.

HTTP Status Code: 400

OperationTimeoutException

The operation timed out.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: