GetAddonVersionPlainArgs

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
constructor(addonName: String, kubernetesVersion: String, mostRecent: Boolean? = null)

Properties

Link copied to clipboard

Name of the EKS add-on. The name must match one of the names returned by list-addon.

Link copied to clipboard

Version of the EKS Cluster. Must be between 1-100 characters in length. Must begin with an alphanumeric character, and must only contain alphanumeric characters, dashes and underscores (^[0-9A-Za-z][A-Za-z0-9\-_]+$).

Link copied to clipboard
val mostRecent: Boolean? = null

Determines if the most recent or default version of the addon should be returned.

Functions

Link copied to clipboard
open override fun toJava(): GetAddonVersionPlainArgs