View source: R/emrcontainers_operations.R
emrcontainers_list_managed_endpoints | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.