eks_list_insights {paws.compute} | R Documentation |
Returns a list of all insights checked for against the specified cluster
Description
Returns a list of all insights checked for against the specified cluster. You can filter which insights are returned by category, associated Kubernetes version, and status.
See https://www.paws-r-sdk.com/docs/eks_list_insights/ for full documentation.
Usage
eks_list_insights(
clusterName,
filter = NULL,
maxResults = NULL,
nextToken = NULL
)
Arguments
clusterName |
[required] The name of the Amazon EKS cluster associated with the insights.
|
filter |
The criteria to filter your list of insights for your cluster. You can
filter which insights are returned by category, associated Kubernetes
version, and status.
|
maxResults |
The maximum number of identity provider configurations returned by
list_insights in paginated output. When you use
this parameter, list_insights returns only
maxResults results in a single page along with a nextToken response
element. You can see the remaining results of the initial request by
sending another list_insights request with the
returned nextToken value. This value can be between 1 and 100. If you
don't use this parameter, list_insights returns
up to 100 results and a nextToken value, if applicable.
|
nextToken |
The nextToken value returned from a previous paginated
list_insights request. When the results of a
list_insights request exceed maxResults , you
can use this value to retrieve the next page of results. This value is
null when there are no more results to return.
|
[Package
paws.compute version 0.7.0
Index]