Skip to main content

addon_tags

Expands all tag keys and values for addons in a region

Overview

Nameaddon_tags
TypeResource
DescriptionResource Schema for AWS::EKS::Addon
Idaws.eks.addon_tags

Fields

NameDatatypeDescription
cluster_namestringName of Cluster
addon_namestringName of Addon
addon_versionstringVersion of Addon
preserve_on_deletebooleanPreserveOnDelete parameter value
resolve_conflictsstringResolve parameter value conflicts
service_account_role_arnstringIAM role to bind to the add-on's service account
pod_identity_associationsarrayAn array of pod identities to apply to this add-on.
configuration_valuesstringThe configuration values to use with the add-on
arnstringAmazon Resource Name (ARN) of the add-on
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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