AWS::EKS::CapabilityResource Type definition for EKS Capability.
7 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CapabilityName | string | RequiredCreate-only |
ClusterName | string | RequiredCreate-only |
DeletePropagationPolicy | string | Required |
RoleArn | string | Required |
Type | string | RequiredCreate-only |
Configuration | CapabilityConfiguration | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the capability. |
CreatedAt | string | The Unix epoch timestamp in seconds for when the capability was created. |
ModifiedAt | string | The Unix epoch timestamp in seconds for when the capability was last modified. |
Status | string | The current status of the capability. Valid values include: CREATING (the capability is being created), ACTIVE (the capability is running and available), UPDATING (the capability is being updated), DELETING (the capability is being deleted), CREATE_FAILED (the capability creation failed), UPDATE_... |
Version | string | The version of the capability software that is currently running. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EKS::Capability
Resources:
MyResource:
Type: AWS::EKS::Capability
Properties:
ClusterName: "my-clustername"
CapabilityName: "my-capabilityname"
Type: "ARGOCD"
RoleArn: "arn:aws:service:region:account:resource"
DeletePropagationPolicy: "RETAIN"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
eks:CreateCapabilityeks:DescribeCapabilityeks:TagResourceeks:CreateAccessEntryeks:DeleteAccessEntryeks:DescribeAccessEntryeks:UpdateAccessEntryeks:AssociateAccessPolicyeks:DescribeCapabilityeks:DescribeCapabilityeks:UpdateCapabilityeks:DescribeUpdateeks:TagResourceeks:UntagResourceiam:PassRoleiam:GetRoleeks:CreateAccessEntryeks:DeleteCapabilityeks:DescribeCapabilityeks:DeleteAccessEntryeks:DescribeAccessEntryeks:DisassociateAccessPolicyeks:ListAssociatedAccessPolicieseks:UntagResourcesso:DeleteApplicationeks:ListCapabilitiesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ClusterNameCapabilityNameTypeConfiguration/ArgoCd/NamespaceConfiguration/ArgoCd/AwsIdc