Learn R Programming

paws.analytics (version 0.1.6)

glue_get_dev_endpoint: Retrieves information about a specified development endpoint

Description

Retrieves information about a specified development endpoint.

Usage

glue_get_dev_endpoint(EndpointName)

Arguments

EndpointName

[required] Name of the DevEndpoint to retrieve information for.

Request syntax

svc$get_dev_endpoint(
  EndpointName = "string"
)

Details

When you create a development endpoint in a virtual private cloud (VPC), AWS Glue returns only a private IP address, and the public IP address field is not populated. When you create a non-VPC development endpoint, AWS Glue returns only a public IP address.