GetAddonPlainArgs

data class GetAddonPlainArgs(val addonName: String, val clusterName: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetAddonPlainArgs>

A collection of arguments for invoking getAddon.

Constructors

Link copied to clipboard
constructor(addonName: String, clusterName: String, tags: Map<String, String>? = 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

Name of the EKS Cluster.

Link copied to clipboard
val tags: Map<String, String>? = null

Functions

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