addons
Retrieves a list of addons
in a region
Overview
Name | addons |
Type | Resource |
Description | addons |
Id | awscc.eks.addons |
Fields
Name | Datatype | Description |
---|---|---|
cluster_name | string | Name of Cluster |
addon_name | string | Name of Addon |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
cluster_name,
addon_name
FROM awscc.eks.addons
WHERE region = 'us-east-1'
Permissions
To operate on the addons
resource, the following permissions are required:
Create
eks:CreateAddon,
eks:DescribeAddon,
eks:TagResource,
iam:PassRole
List
eks:ListAddons