@Stability(value=Stable)
public static interface CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.dynamodb.*;
TargetTrackingScalingPolicyConfigurationProperty targetTrackingScalingPolicyConfigurationProperty = TargetTrackingScalingPolicyConfigurationProperty.builder()
.targetValue(123)
// the properties below are optional
.disableScaleIn(false)
.scaleInCooldown(123)
.scaleOutCooldown(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty.Builder
|
static class |
CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty.Jsii$Proxy
An implementation for
CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty.Builder |
builder() |
default Object |
getDisableScaleIn()
`CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty.DisableScaleIn`.
|
default Number |
getScaleInCooldown()
`CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty.ScaleInCooldown`.
|
default Number |
getScaleOutCooldown()
`CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty.ScaleOutCooldown`.
|
Number |
getTargetValue()
`CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty.TargetValue`.
|
@Stability(value=Stable) @Nullable default Object getDisableScaleIn()
@Stability(value=Stable) @Nullable default Number getScaleInCooldown()
@Stability(value=Stable) @Nullable default Number getScaleOutCooldown()
@Stability(value=Stable) @NotNull Number getTargetValue()
@Stability(value=Stable) static CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.