Class AutoScalingGroupOptions.Jsii$Proxy

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

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

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

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

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    Deprecated.
     
    final boolean
    Deprecated.
     
    final Boolean
    Deprecated.
    (deprecated) Configures the EC2 user-data script for instances in this autoscaling group to bootstrap the node (invoke /etc/eks/bootstrap.sh) and associate it with the EKS cluster.
    Deprecated.
    (deprecated) Allows options for node bootstrapping through EC2 user data.
    final Boolean
    Deprecated.
    (deprecated) Will automatically update the aws-auth ConfigMap to map the IAM instance role to RBAC.
    final int
    Deprecated.
     

    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)
      Deprecated.
      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(AutoScalingGroupOptions.Builder builder)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the AutoScalingGroupOptions.Builder.
  • Method Details

    • getBootstrapEnabled

      public final Boolean getBootstrapEnabled()
      Deprecated.
      Description copied from interface: AutoScalingGroupOptions
      (deprecated) Configures the EC2 user-data script for instances in this autoscaling group to bootstrap the node (invoke /etc/eks/bootstrap.sh) and associate it with the EKS cluster.

      If you wish to provide a custom user data script, set this to false and manually invoke autoscalingGroup.addUserData().

      Default: true

      Specified by:
      getBootstrapEnabled in interface AutoScalingGroupOptions
    • getBootstrapOptions

      public final BootstrapOptions getBootstrapOptions()
      Deprecated.
      Description copied from interface: AutoScalingGroupOptions
      (deprecated) Allows options for node bootstrapping through EC2 user data.
      Specified by:
      getBootstrapOptions in interface AutoScalingGroupOptions
    • getMapRole

      public final Boolean getMapRole()
      Deprecated.
      Description copied from interface: AutoScalingGroupOptions
      (deprecated) Will automatically update the aws-auth ConfigMap to map the IAM instance role to RBAC.

      This cannot be explicitly set to true if the cluster has kubectl disabled.

      Default: - true if the cluster has kubectl enabled (which is the default).

      Specified by:
      getMapRole in interface AutoScalingGroupOptions
    • $jsii$toJson

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

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

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