addon
Gets an individual addon
resource
Overview
Name | addon |
Type | Resource |
Description | addon |
Id | awscc.eks.addon |
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 |
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
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