List Updates
eks_list_updates | R Documentation |
Lists the updates associated with an Amazon EKS resource in your Amazon Web Services account, in the specified Amazon Web Services Region¶
Description¶
Lists the updates associated with an Amazon EKS resource in your Amazon Web Services account, in the specified Amazon Web Services Region.
Usage¶
eks_list_updates(name, nodegroupName, addonName, nextToken, maxResults)
Arguments¶
name |
[required] The name of the Amazon EKS cluster to list updates for. |
nodegroupName |
The name of the Amazon EKS managed node group to list updates for. |
addonName |
The names of the installed add-ons that have available updates. |
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. |
maxResults |
The maximum number of results, returned in paginated output. You
receive |
Value¶
A list with the following syntax:
list(
updateIds = list(
"string"
),
nextToken = "string"
)
Request syntax¶
svc$list_updates(
name = "string",
nodegroupName = "string",
addonName = "string",
nextToken = "string",
maxResults = 123
)