Class CfnNodegroupProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnNodegroupProps.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 AMI type for your node group.
    final String
    The capacity type of your managed node group.
    final String
    The name of your cluster.
    final Number
    The root device disk size (in GiB) for your node group instances.
    final Object
    Force the update if any Pod on the existing node group can't be drained due to a Pod disruption budget issue.
    final List<String>
    Specify the instance types for a node group.
    final Object
    The Kubernetes labels applied to the nodes in the node group.
    final Object
    An object representing a node group's launch template specification.
    final String
    The unique name to give your node group.
    final String
    The Amazon Resource Name (ARN) of the IAM role to associate with your node group.
    final String
    The AMI version of the Amazon EKS optimized AMI to use with your node group (for example, 1.14.7- *YYYYMMDD* ).
    final Object
    The remote access configuration to use with your node group.
    final Object
    The scaling configuration details for the Auto Scaling group that is created for your node group.
    final List<String>
    The subnets to use for the Auto Scaling group that is created for your node group.
    Metadata that assists with categorization and organization.
    final Object
    The Kubernetes taints to be applied to the nodes in the node group when they are created.
    final Object
    The node group update configuration.
    final String
    The Kubernetes version to use for your managed nodes.
    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