| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static RequestCountScalingProps.Builder |
RequestCountScalingProps.builder() |
RequestCountScalingProps.Builder |
RequestCountScalingProps.Builder.cooldown(Duration cooldown)
Sets the value of
BaseTargetTrackingProps.getCooldown() |
RequestCountScalingProps.Builder |
RequestCountScalingProps.Builder.disableScaleIn(Boolean disableScaleIn)
Sets the value of
BaseTargetTrackingProps.getDisableScaleIn() |
RequestCountScalingProps.Builder |
RequestCountScalingProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
Sets the value of
BaseTargetTrackingProps.getEstimatedInstanceWarmup() |
RequestCountScalingProps.Builder |
RequestCountScalingProps.Builder.targetRequestsPerMinute(Number targetRequestsPerMinute)
Sets the value of
RequestCountScalingProps.getTargetRequestsPerMinute() |
Copyright © 2021. All rights reserved.