@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:25.778Z") @Stability(value=Stable) public class StepScalingPolicy extends Construct
You can specify the scaling behavior for various values of the metric.
Implemented using one or more CloudWatch alarms and Step Scaling Policies.
| Modifier and Type | Class and Description |
|---|---|
static class |
StepScalingPolicy.Builder
A fluent builder for
StepScalingPolicy. |
software.amazon.jsii.JsiiObject.InitializationModeIConstruct.Jsii$Default, IConstruct.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
StepScalingPolicy(software.constructs.Construct scope,
String id,
StepScalingPolicyProps props) |
protected |
StepScalingPolicy(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
StepScalingPolicy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
StepScalingAction |
getLowerAction() |
Alarm |
getLowerAlarm() |
StepScalingAction |
getUpperAction() |
Alarm |
getUpperAlarm() |
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected StepScalingPolicy(software.amazon.jsii.JsiiObjectRef objRef)
protected StepScalingPolicy(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public StepScalingPolicy(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
StepScalingPolicyProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Stable) @Nullable public StepScalingAction getLowerAction()
@Stability(value=Stable) @Nullable public Alarm getLowerAlarm()
@Stability(value=Stable) @Nullable public StepScalingAction getUpperAction()
@Stability(value=Stable) @Nullable public Alarm getUpperAlarm()
Copyright © 2021. All rights reserved.