@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.130Z") @Stability(value=Experimental) public class StepScalingPolicy extends software.constructs.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
(experimental) A fluent builder for
StepScalingPolicy. |
| 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() |
jsiiAsyncCall, 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=Experimental)
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=Experimental) @Nullable public StepScalingAction getLowerAction()
@Stability(value=Experimental) @Nullable public Alarm getLowerAlarm()
@Stability(value=Experimental) @Nullable public StepScalingAction getUpperAction()
@Stability(value=Experimental) @Nullable public Alarm getUpperAlarm()
Copyright © 2021. All rights reserved.