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
ModifierConstructorDescriptionprotected
Jsii$Proxy
(AddonProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAddonProps.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 TypeMethodDescriptioncom.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
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theAddonProps.Builder
.
-
-
Method Details
-
getAddonName
Description copied from interface:AddonProps
Name of the Add-On.- Specified by:
getAddonName
in interfaceAddonProps
-
getCluster
Description copied from interface:AddonProps
The EKS cluster the Add-On is associated with.- Specified by:
getCluster
in interfaceAddonProps
-
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 interfaceAddonProps
-
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 interfaceAddonProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-