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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.AddonProps
AddonProps.Builder, AddonProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AddonProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAddonProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringName of the Add-On.final StringVersion of the Add-On.final IClusterThe EKS cluster the Add-On is associated with.The configuration values for the Add-on.final BooleanSpecifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on.final inthashCode()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:AddonPropsName of the Add-On.- Specified by:
getAddonNamein interfaceAddonProps
-
getCluster
Description copied from interface:AddonPropsThe EKS cluster the Add-On is associated with.- Specified by:
getClusterin interfaceAddonProps
-
getAddonVersion
Description copied from interface:AddonPropsVersion of the Add-On.You can check all available versions with describe-addon-versions. For example, this lists all available versions for the
eks-pod-identity-agentaddon: $ aws eks describe-addon-versions --addon-name eks-pod-identity-agent \ --query 'addons[].addonVersions[].addonVersion'Default: the latest version.
- Specified by:
getAddonVersionin interfaceAddonProps
-
getConfigurationValues
Description copied from interface:AddonPropsThe configuration values for the Add-on.Default: - Use default configuration.
- Specified by:
getConfigurationValuesin interfaceAddonProps
-
getPreserveOnDelete
Description copied from interface:AddonPropsSpecifying 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:
getPreserveOnDeletein interfaceAddonProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-