@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.066Z") @Stability(value=Stable) public interface IScalableTableAttribute extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IScalableTableAttribute.Jsii$Default
Internal default implementation for
IScalableTableAttribute. |
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,
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=Stable)
void scaleOnSchedule(@NotNull
String id,
@NotNull
ScalingSchedule actions)
id - This parameter is required.actions - This parameter is required.@Stability(value=Stable)
void scaleOnUtilization(@NotNull
UtilizationScalingProps props)
props - This parameter is required.Copyright © 2022. All rights reserved.