Skip to main content

addons_list_only

Lists addons in a region or regions, for all properties use addons

Overview

Nameaddons_list_only
TypeResource
DescriptionResource Schema for AWS::EKS::Addon
Idaws.eks.addons_list_only

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
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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