Get Addon Result
data class GetAddonResult(val addonName: String, val addonVersion: String, val arn: String, val clusterName: String, val configurationValues: String, val createdAt: String, val id: String, val modifiedAt: String, val podIdentityAssociations: List<GetAddonPodIdentityAssociation>, val serviceAccountRoleArn: String, val tags: Map<String, String>)
A collection of values returned by getAddon.
Properties
Link copied to clipboard
Version of EKS add-on.
Link copied to clipboard
Link copied to clipboard
Configuration values for the addon with a single JSON string.
Link copied to clipboard
Date and time in RFC3339 format that the EKS add-on was created.
Link copied to clipboard
Date and time in RFC3339 format that the EKS add-on was updated.
Link copied to clipboard
Pod identity association for the EKS add-on.
Link copied to clipboard
ARN of IAM role used for EKS add-on. If value is empty - then add-on uses the IAM role assigned to the EKS Cluster node.