paws.compute (version 0.1.0)

eks_describe_update: Returns descriptive information about an update against your Amazon EKS cluster

Description

Returns descriptive information about an update against your Amazon EKS cluster.

Usage

eks_describe_update(name, updateId)

Arguments

name

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

updateId

[required] The ID of the update to describe.

Request syntax

svc$describe_update(
  name = "string",
  updateId = "string"
)

Details

When the status of the update is Succeeded, the update is complete. If an update fails, the status is Failed, and an error detail explains the reason for the failure.