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.
emrcontainers_list_managed_endpoints(
virtualClusterId,
createdBefore = NULL,
createdAfter = NULL,
types = NULL,
states = NULL,
maxResults = NULL,
nextToken = NULL
)
[required] The ID of the virtual cluster.
The date and time before which the endpoints are created.
The date and time after which the endpoints are created.
The types of the managed endpoints.
The states of the managed endpoints.
The maximum number of managed endpoints that can be listed.
The token for the next set of managed endpoints to return.