paws.analytics (version 0.1.0)

glue_batch_get_dev_endpoints: Returns a list of resource metadata for a given list of DevEndpoint names

Description

Returns a list of resource metadata for a given list of DevEndpoint 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.

Usage

glue_batch_get_dev_endpoints(DevEndpointNames)

Arguments

DevEndpointNames

[required] The list of DevEndpoint names, which may be the names returned from the ListDevEndpoint operation.

Request syntax

svc$batch_get_dev_endpoints(
  DevEndpointNames = list(
    "string"
  )
)