v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1435199238.3 KB

Lists the Fargate profiles associated with the specified cluster in your Amazon Web Services account in the specified Region.

get/clusters/{name}/fargate-profiles

Path parameters

namestring required

The name of the Amazon EKS cluster that you would like to list Fargate profiles in.

Query parameters

maxResultsinteger

The maximum number of Fargate profile results returned by <code>ListFargateProfiles</code> in paginated output. When you use this parameter, <code>ListFargateProfiles</code> returns only <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. You can see the remaining results of the initial request by sending another <code>ListFargateProfiles</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 100. If you don't use this parameter, <code>ListFargateProfiles</code> returns up to 100 results and a <code>nextToken</code> value if applicable.

nextTokenstring

The <code>nextToken</code> value returned from a previous paginated <code>ListFargateProfiles</code> request where <code>maxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>nextToken</code> value.

Response

Success

fargateProfileNamesString[]

A list of all of the Fargate profiles associated with the specified cluster.

nextTokenstring

The <code>nextToken</code> value to include in a future <code>ListFargateProfiles</code> request. When the results of a <code>ListFargateProfiles</code> request exceed <code>maxResults</code>, you can use this value to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.