aws.eks.describe_update
Example SQL Queries
SELECT * FROMaws.eks.describe_updateWHERE"name" = 'VALUE'AND "update_id" = 'VALUE';Description
Describes an update to an Amazon EKS resource.
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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the Amazon EKS cluster associated with the update. | VARCHAR |
| update_id Required Input Column The ID of the update to describe. | VARCHAR |
| addon_name Input Column The name of the add-on. The name must match one of the names returned by ListAddons . This parameter is required if the update is an add-on update. | VARCHAR |
| nodegroup_name Input Column The name of the Amazon EKS node group associated with the update. This parameter is required if the update is a node group update. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| update The full description of the specified update. | STRUCT( |
Show child fields
| |