paws.analytics (version 0.1.0)

glue_get_dev_endpoints: Retrieves all the DevEndpoints in this AWS account

Description

Retrieves all the DevEndpoints in this AWS account.

Usage

glue_get_dev_endpoints(MaxResults, NextToken)

Arguments

MaxResults

The maximum size of information to return.

NextToken

A continuation token, if this is a continuation call.

Request syntax

svc$get_dev_endpoints(
  MaxResults = 123,
  NextToken = "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.