addon_tags
Expands all tag keys and values for addons
in a region
Overview
Name | addon_tags |
Type | Resource |
Description | Resource Schema for AWS::EKS::Addon |
Id | aws.eks.addon_tags |
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 |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all addons
in a region.
SELECT
region,
cluster_name,
addon_name,
addon_version,
preserve_on_delete,
resolve_conflicts,
service_account_role_arn,
pod_identity_associations,
configuration_values,
arn,
tag_key,
tag_value
FROM aws.eks.addon_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the addon_tags
resource, see addons