List Access Policies
eks_list_access_policies | R Documentation |
Lists the available access policies¶
Description¶
Lists the available access policies.
Usage¶
eks_list_access_policies(maxResults, nextToken)
Arguments¶
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(
accessPolicies = list(
list(
name = "string",
arn = "string"
)
),
nextToken = "string"
)
Request syntax¶
svc$list_access_policies(
maxResults = 123,
nextToken = "string"
)