aws.eks.list_updates
Example SQL Queries
SELECT * FROMaws.eks.list_updatesWHERE"name" = 'VALUE';Description
Lists the updates associated with an Amazon EKS resource in your Amazon Web Services account, in the specified Amazon Web Services Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the Amazon EKS cluster to list updates for. | VARCHAR |
| addon_name Input Column The names of the installed add-ons that have available updates. | VARCHAR |
| nodegroup_name Input Column The name of the Amazon EKS managed node group to list updates for. | 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_ids | VARCHAR |