Class GetAddonVersionPlainArgs


  • public final class GetAddonVersionPlainArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • addonName

        public java.lang.String addonName()
        Returns:
        Name of the EKS add-on. The name must match one of the names returned by [list-addon](https://docs.aws.amazon.com/cli/latest/reference/eks/list-addons.html).
      • kubernetesVersion

        public java.lang.String kubernetesVersion()
        Returns:
        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\-_]+$`).
      • mostRecent

        public java.util.Optional<java.lang.Boolean> mostRecent()
        Returns:
        Determines if the most recent or default version of the addon should be returned.