eks_describe_update: Returns descriptive information about an update against your...

View source: R/eks_operations.R

eks_describe_updateR Documentation

Returns descriptive information about an update against your Amazon EKS cluster or associated managed node group or Amazon EKS add-on

Description

Returns descriptive information about an update against your Amazon EKS cluster or associated managed node group or Amazon EKS add-on.

See https://www.paws-r-sdk.com/docs/eks_describe_update/ for full documentation.

Usage

eks_describe_update(name, updateId, nodegroupName = NULL, addonName = NULL)

Arguments

name

[required] The name of the Amazon EKS cluster associated with the update.

updateId

[required] The ID of the update to describe.

nodegroupName

The name of the Amazon EKS node group associated with the update. This parameter is required if the update is a node group update.

addonName

The name of the add-on. The name must match one of the names returned by list_addons . This parameter is required if the update is an add-on update.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.