List Fargate Profiles
eks_list_fargate_profiles | R Documentation |
Lists the Fargate profiles associated with the specified cluster in your Amazon Web Services account in the specified Amazon Web Services Region¶
Description¶
Lists the Fargate profiles associated with the specified cluster in your Amazon Web Services account in the specified Amazon Web Services Region.
Usage¶
eks_list_fargate_profiles(clusterName, maxResults, nextToken)
Arguments¶
clusterName |
[required] The name of your cluster. |
maxResults |
The maximum number of results, returned in paginated output. You
receive |
nextToken |
The This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes. |
Value¶
A list with the following syntax:
list(
fargateProfileNames = list(
"string"
),
nextToken = "string"
)
Request syntax¶
svc$list_fargate_profiles(
clusterName = "string",
maxResults = 123,
nextToken = "string"
)