Class CfnAddonProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnAddonProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAddonProps
An implementation for CfnAddonProps
  • 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.CfnAddonProps

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnAddonProps.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
    The name of the add-on.
    final String
    The version of the add-on.
    final String
    The name of your cluster.
    final String
    The configuration values that you provided.
    final Object
    Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on.
    final String
    How to resolve field value conflicts for an Amazon EKS add-on.
    final String
    The Amazon Resource Name (ARN) of an existing IAM role to bind to the add-on's service account.
    final List<CfnTag>
    The metadata that you apply to the add-on to assist with categorization and organization.
    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