Skip to main content

addon

Gets an individual addon resource

Overview

Nameaddon
TypeResource
Descriptionaddon
Idawscc.eks.addon

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
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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
cluster_name,
addon_name,
addon_version,
preserve_on_delete,
resolve_conflicts,
service_account_role_arn,
configuration_values,
arn,
tags
FROM awscc.eks.addon
WHERE data__Identifier = '<ClusterName>|<AddonName>';

Permissions

To operate on the addon resource, the following permissions are required:

Read

eks:DescribeAddon

Delete

eks:DeleteAddon,
eks:DescribeAddon

Update

iam:PassRole,
eks:UpdateAddon,
eks:DescribeAddon,
eks:DescribeUpdate,
eks:ListTagsForResource,
eks:TagResource,
eks:UntagResource