Class RequestCountScalingProps.Jsii$Proxy

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

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

      protected Jsii$Proxy(RequestCountScalingProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the RequestCountScalingProps.Builder.
  • Method Details

    • getTargetRequestsPerMinute

      public final Number getTargetRequestsPerMinute()
      Description copied from interface: RequestCountScalingProps
      Target average requests/minute on each instance.

      Default: - Specify exactly one of 'targetRequestsPerMinute' and 'targetRequestsPerSecond'

      Specified by:
      getTargetRequestsPerMinute in interface RequestCountScalingProps
    • getCooldown

      public final Duration getCooldown()
      Description copied from interface: BaseTargetTrackingProps
      Period after a scaling completes before another scaling activity can start.

      Default: - The default cooldown configured on the AutoScalingGroup.

      Specified by:
      getCooldown in interface BaseTargetTrackingProps
    • getDisableScaleIn

      public final Boolean getDisableScaleIn()
      Description copied from interface: BaseTargetTrackingProps
      Indicates whether scale in by the target tracking policy is disabled.

      If the value is true, scale in is disabled and the target tracking policy won't remove capacity from the autoscaling group. Otherwise, scale in is enabled and the target tracking policy can remove capacity from the group.

      Default: false

      Specified by:
      getDisableScaleIn in interface BaseTargetTrackingProps
    • getEstimatedInstanceWarmup

      public final Duration getEstimatedInstanceWarmup()
      Description copied from interface: BaseTargetTrackingProps
      Estimated time until a newly launched instance can send metrics to CloudWatch.

      Default: - Same as the cooldown.

      Specified by:
      getEstimatedInstanceWarmup in interface BaseTargetTrackingProps
    • $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