Addon
An Amazon EKS add-on. For more information, see Amazon EKS add-ons in the Amazon EKS User Guide.
Contents
- addonArn
-
The Amazon Resource Name (ARN) of the add-on.
Type: String
Required: No
- addonName
-
The name of the add-on.
Type: String
Required: No
- addonVersion
-
The version of the add-on.
Type: String
Required: No
- clusterName
-
The name of your cluster.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[0-9A-Za-z][A-Za-z0-9\-_]*
Required: No
- configurationValues
-
The configuration values that you provided.
Type: String
Required: No
- createdAt
-
The Unix epoch timestamp at object creation.
Type: Timestamp
Required: No
- health
-
An object that represents the health of the add-on.
Type: AddonHealth object
Required: No
- marketplaceInformation
-
Information about an Amazon EKS add-on from the AWS Marketplace.
Type: MarketplaceInformation object
Required: No
- modifiedAt
-
The Unix epoch timestamp for the last modification to the object.
Type: Timestamp
Required: No
- owner
-
The owner of the add-on.
Type: String
Required: No
- podIdentityAssociations
-
An array of Pod Identity Assocations owned by the Addon. Each EKS Pod Identity association maps a role to a service account in a namespace in the cluster.
For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the EKS User Guide.
Type: Array of strings
Required: No
- publisher
-
The publisher of the add-on.
Type: String
Required: No
- serviceAccountRoleArn
-
The Amazon Resource Name (ARN) of the IAM role that's bound to the Kubernetes
ServiceAccount
object that the add-on uses.Type: String
Required: No
- status
-
The status of the add-on.
Type: String
Valid Values:
CREATING | ACTIVE | CREATE_FAILED | UPDATING | DELETING | DELETE_FAILED | DEGRADED | UPDATE_FAILED
Required: No
-
Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or AWS resources.
Type: String to string map
Map Entries: Maximum number of 50 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Value Length Constraints: Maximum length of 256.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: