addons_list_only
Lists addons in a region or regions, for all properties use addons
Overview
| Name | addons_list_only |
| Type | Resource |
| Description | Resource Schema for AWS::EKS::Addon |
| Id | aws.eks.addons_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
cluster_name | string | Name of Cluster |
addon_name | string | Name of Addon |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all addons in a region.
SELECT
region,
cluster_name,
addon_name
FROM aws.eks.addons_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the addons_list_only resource, see addons