@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.816Z") @Stability(value=Stable) public interface RequestCountScalingProps extends software.amazon.jsii.JsiiSerializable, BaseTargetTrackingProps
Example:
AutoScalingGroup autoScalingGroup;
autoScalingGroup.scaleOnRequestCount("LimitRPS", RequestCountScalingProps.builder()
.targetRequestsPerSecond(1000)
.build());
| Modifier and Type | Interface and Description |
|---|---|
static class |
RequestCountScalingProps.Builder
A builder for
RequestCountScalingProps |
static class |
RequestCountScalingProps.Jsii$Proxy
An implementation for
RequestCountScalingProps |
| Modifier and Type | Method and Description |
|---|---|
static RequestCountScalingProps.Builder |
builder() |
default Number |
getTargetRequestsPerMinute()
Target average requests/minute on each instance.
|
getCooldown, getDisableScaleIn, getEstimatedInstanceWarmup@Stability(value=Stable) @Nullable default Number getTargetRequestsPerMinute()
Default: - Specify exactly one of 'targetRequestsPerMinute' and 'targetRequestsPerSecond'
@Stability(value=Stable) static RequestCountScalingProps.Builder builder()
builder in interface BaseTargetTrackingPropsRequestCountScalingProps.Builder of RequestCountScalingPropsCopyright © 2022. All rights reserved.