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 |
addon_version | string | Version of Addon |
preserve_on_delete | boolean | PreserveOnDelete parameter value |
resolve_conflicts | string | Resolve parameter value conflicts |
service_account_role_arn | string | IAM role to bind to the add-on's service account |
pod_identity_associations | array | An array of pod identities to apply to this add-on. |
configuration_values | string | The configuration values to use with the add-on |
arn | string | Amazon Resource Name (ARN) of the add-on |
tags | array | An array of key-value pairs to apply to this resource. |
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