Skip to contents

Lists all managed capabilities in your Amazon EKS cluster. You can use this operation to get an overview of all capabilities and their current status.

See https://www.paws-r-sdk.com/docs/eks_list_capabilities/ for full documentation.

Usage

eks_list_capabilities(clusterName, nextToken = NULL, maxResults = NULL)

Arguments

clusterName

[required] The name of the Amazon EKS cluster for which you want to list capabilities.

nextToken

The nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

maxResults

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. If you don't specify a value, the default is 100 results.