AWS::EKS::AddonResource Schema for AWS::EKS::Addon
10 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AddonName | string | RequiredCreate-only |
ClusterName | string | RequiredCreate-only |
AddonVersion | string | |
ConfigurationValues | string | |
NamespaceConfig | object | Create-only |
PodIdentityAssociations | Array<PodIdentityAssociation> | Write-only |
PreserveOnDelete | boolean | Write-only |
ResolveConflicts | string | Write-only |
ServiceAccountRoleArn | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Amazon Resource Name (ARN) of the add-on |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EKS::Addon
Resources:
MyResource:
Type: AWS::EKS::Addon
Properties:
ClusterName: "my-clustername"
AddonName: "my-addonname"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
eks:CreateAddoneks:DescribeAddoneks:TagResourceiam:PassRoleiam:GetRoleeks:CreatePodIdentityAssociationeks:DescribeAddoneks:DeleteAddoneks:DescribeAddoneks:DeletePodIdentityAssociationeks:ListAddonsiam:PassRoleiam:GetRoleeks:UpdateAddoneks:DescribeAddoneks:DescribeUpdateeks:TagResourceeks:UntagResourceeks:CreatePodIdentityAssociationOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterClusterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ClusterNameAddonNameNamespaceConfig