GetAddonResult

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.

Constructors

Link copied to clipboard
constructor(addonName: String, addonVersion: String, arn: String, clusterName: String, configurationValues: String, createdAt: String, id: String, modifiedAt: String, podIdentityAssociations: List<GetAddonPodIdentityAssociation>, serviceAccountRoleArn: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Version of EKS add-on.

Link copied to clipboard
val arn: String

ARN of the 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
val id: String

The provider-assigned unique ID for this managed resource.

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.

Link copied to clipboard