public static final class RequestCountScalingProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RequestCountScalingProps
RequestCountScalingProps
RequestCountScalingProps.Builder, RequestCountScalingProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
Duration |
getCooldown()
Period after a scaling completes before another scaling activity can start.
|
java.lang.Boolean |
getDisableScaleIn()
Indicates whether scale in by the target tracking policy is disabled.
|
Duration |
getEstimatedInstanceWarmup()
Estimated time until a newly launched instance can send metrics to CloudWatch.
|
java.lang.Number |
getTargetRequestsPerMinute()
Target average requests/minute on each instance.
|
java.lang.Number |
getTargetRequestsPerSecond()
(deprecated) Target average requests/seconds on each instance.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getTargetRequestsPerMinute()
RequestCountScalingProps
Default: - Specify exactly one of 'targetRequestsPerMinute' and 'targetRequestsPerSecond'
getTargetRequestsPerMinute
in interface RequestCountScalingProps
public final java.lang.Number getTargetRequestsPerSecond()
RequestCountScalingProps
Default: - Specify exactly one of 'targetRequestsPerMinute' and 'targetRequestsPerSecond'
getTargetRequestsPerSecond
in interface RequestCountScalingProps
public final Duration getCooldown()
BaseTargetTrackingProps
Default: - The default cooldown configured on the AutoScalingGroup.
getCooldown
in interface BaseTargetTrackingProps
public final java.lang.Boolean getDisableScaleIn()
BaseTargetTrackingProps
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
getDisableScaleIn
in interface BaseTargetTrackingProps
public final Duration getEstimatedInstanceWarmup()
BaseTargetTrackingProps
Default: - Same as the cooldown.
getEstimatedInstanceWarmup
in interface BaseTargetTrackingProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()