GetAddonVersionResult

data class GetAddonVersionResult(val addonName: String, val id: String, val kubernetesVersion: String, val mostRecent: Boolean? = null, val version: String)

A collection of values returned by getAddonVersion.

Constructors

Link copied to clipboard
constructor(addonName: String, id: String, kubernetesVersion: String, mostRecent: Boolean? = null, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val mostRecent: Boolean? = null
Link copied to clipboard

Version of the EKS add-on.