Get Addon Version Plain Args
data class GetAddonVersionPlainArgs(val addonName: String, val kubernetesVersion: String, val mostRecent: Boolean? = null) : ConvertibleToJava<GetAddonVersionPlainArgs>
A collection of arguments for invoking getAddonVersion.
Constructors
Link copied to clipboard
fun GetAddonVersionPlainArgs(addonName: String, kubernetesVersion: String, mostRecent: Boolean? = null)
Functions
Properties
Link copied to clipboard
Name of the EKS add-on. The name must match one of the names returned by list-addon.