emrcontainers_list_managed_endpoints {paws.compute} | R Documentation |
Lists managed endpoints based on a set of parameters
Description
Lists managed endpoints based on a set of parameters. A managed endpoint is a gateway that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can communicate with your virtual cluster.
See https://www.paws-r-sdk.com/docs/emrcontainers_list_managed_endpoints/ for full documentation.
Usage
emrcontainers_list_managed_endpoints(
virtualClusterId,
createdBefore = NULL,
createdAfter = NULL,
types = NULL,
states = NULL,
maxResults = NULL,
nextToken = NULL
)
Arguments
virtualClusterId |
[required] The ID of the virtual cluster. |
createdBefore |
The date and time before which the endpoints are created. |
createdAfter |
The date and time after which the endpoints are created. |
types |
The types of the managed endpoints. |
states |
The states of the managed endpoints. |
maxResults |
The maximum number of managed endpoints that can be listed. |
nextToken |
The token for the next set of managed endpoints to return. |
[Package paws.compute version 0.7.0 Index]