@Generated(value="jsii-pacmak/0.11.3 (build 464b8c6)", date="2019-06-19T15:09:58.082Z") @Stability(value=Experimental) public interface IScalableTableAttribute extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
IScalableTableAttribute.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
scaleOnSchedule(String id,
software.amazon.awscdk.services.applicationautoscaling.ScalingSchedule actions)
Add scheduled scaling for this scaling attribute.
|
void |
scaleOnUtilization(UtilizationScalingProps props)
Scale out or in to keep utilization at a given level.
|
@Stability(value=Experimental) void scaleOnSchedule(String id, software.amazon.awscdk.services.applicationautoscaling.ScalingSchedule actions)
@Stability(value=Experimental) void scaleOnUtilization(UtilizationScalingProps props)
Copyright © 2019. All rights reserved.