aws.eks.list_nodegroups
Example SQL Queries
SELECT * FROMaws.eks.list_nodegroupsWHERE"cluster_name" = 'VALUE';Description
Lists the managed node groups associated with the specified cluster in your Amazon Web Services account in the specified Amazon Web Services Region. Self-managed node groups aren't listed.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_name Required Input Column The name of your cluster. | 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 |
| nodegroups | VARCHAR |