Class CfnCluster.ScalingConstraintsProperty.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnCluster.ScalingConstraintsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCluster.ScalingConstraintsProperty
  • Constructor Details

  • Method Details

    • getMaxCapacity

      public final Number getMaxCapacity()
      Description copied from interface: CfnCluster.ScalingConstraintsProperty
      The upper boundary of Amazon EC2 instances in an instance group beyond which scaling activities are not allowed to grow.

      Scale-out activities will not add instances beyond this boundary.

      Specified by:
      getMaxCapacity in interface CfnCluster.ScalingConstraintsProperty
    • getMinCapacity

      public final Number getMinCapacity()
      Description copied from interface: CfnCluster.ScalingConstraintsProperty
      The lower boundary of Amazon EC2 instances in an instance group below which scaling activities are not allowed to shrink.

      Scale-in activities will not terminate instances below this boundary.

      Specified by:
      getMinCapacity in interface CfnCluster.ScalingConstraintsProperty
    • $jsii$toJson

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

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

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