aws.eks.list_clusters
Example SQL Queries
SELECT * FROMaws.eks.list_clusters;Description
Lists the Amazon EKS clusters in your Amazon Web Services account in the specified Amazon Web Services Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| include Input Column Indicates whether external clusters are included in the returned list. Use 'all' to return https://docs.aws.amazon.com/eks/latest/userguide/eks-connector.htmlconnected clusters, or blank to return only Amazon EKS clusters. 'all' must be in lowercase otherwise an error occurs. | VARCHAR[] |
Show child fields
| |
| _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 |
| clusters | VARCHAR |