aws.eks.describe_addon
Example SQL Queries
SELECT * FROMaws.eks.describe_addonWHERE"cluster_name" = 'VALUE'AND "addon_name" = 'VALUE';Description
Describes an Amazon EKS add-on.
Table Definition
| Column Name | Column Data Type |
|---|---|
| addon_name Required Input Column The name of the add-on. The name must match one of the names returned by ListAddons . | VARCHAR |
| 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 |
| addon An Amazon EKS add-on. For more information, see Amazon EKS add-ons in the Amazon EKS User Guide. | STRUCT( |
Show child fields
| |