Returns a list of resource metadata for a given list of development
endpoint names. After calling the
list_dev_endpoints
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.
glue_batch_get_dev_endpoints(DevEndpointNames)
[required] The list of DevEndpoint
names, which might be the names returned from
the ListDevEndpoint
operation.
A list with the following syntax:
list( DevEndpoints = list( list( EndpointName = "string", RoleArn = "string", SecurityGroupIds = list( "string" ), SubnetId = "string", YarnEndpointAddress = "string", PrivateAddress = "string", ZeppelinRemoteSparkInterpreterPort = 123, PublicAddress = "string", Status = "string", WorkerType = "Standard"|"G.1X"|"G.2X", GlueVersion = "string", NumberOfWorkers = 123, NumberOfNodes = 123, AvailabilityZone = "string", VpcId = "string", ExtraPythonLibsS3Path = "string", ExtraJarsS3Path = "string", FailureReason = "string", LastUpdateStatus = "string", CreatedTimestamp = as.POSIXct( "2015-01-01" ), LastModifiedTimestamp = as.POSIXct( "2015-01-01" ), PublicKey = "string", PublicKeys = list( "string" ), SecurityConfiguration = "string", Arguments = list( "string" ) ) ), DevEndpointsNotFound = list( "string" ) )
svc$batch_get_dev_endpoints( DevEndpointNames = list( "string" ) )