Get Dev Endpoints
glue_get_dev_endpoints | R Documentation |
Retrieves all the development endpoints in this Amazon Web Services account¶
Description¶
Retrieves all the development endpoints in this Amazon Web Services account.
When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.
Usage¶
Arguments¶
MaxResults
The maximum size of information to return.
NextToken
A continuation token, if this is a continuation call.
Value¶
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"|"G.025X"|"G.4X"|"G.8X"|"Z.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"
)
)
),
NextToken = "string"
)