Class AddonProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.AddonProps.Jsii$Proxy
All Implemented Interfaces:
AddonProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
AddonProps

@Stability(Stable) @Internal public static final class AddonProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AddonProps
An implementation for AddonProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.AddonProps

    AddonProps.Builder, AddonProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the AddonProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    Name of the Add-On.
    final String
    Version of the Add-On.
    final ICluster
    The EKS cluster the Add-On is associated with.
    final Boolean
    Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(AddonProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the AddonProps.Builder.
  • Method Details

    • getAddonName

      public final String getAddonName()
      Description copied from interface: AddonProps
      Name of the Add-On.
      Specified by:
      getAddonName in interface AddonProps
    • getCluster

      public final ICluster getCluster()
      Description copied from interface: AddonProps
      The EKS cluster the Add-On is associated with.
      Specified by:
      getCluster in interface AddonProps
    • getAddonVersion

      public final String getAddonVersion()
      Description copied from interface: AddonProps
      Version of the Add-On.

      You can check all available versions with describe-addon-versons. For example, this lists all available versions for the eks-pod-identity-agent addon: $ aws eks describe-addon-versions --addon-name eks-pod-identity-agent \ --query 'addons[].addonVersions[].addonVersion'

      Default: the latest version.

      Specified by:
      getAddonVersion in interface AddonProps
    • getPreserveOnDelete

      public final Boolean getPreserveOnDelete()
      Description copied from interface: AddonProps
      Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on.

      If an IAM account is associated with the add-on, it isn't removed.

      Default: true

      Specified by:
      getPreserveOnDelete in interface AddonProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object