@Stability(value=Stable)
public static interface CfnGameServerGroup.AutoScalingPolicyProperty
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.gamelift.*;
AutoScalingPolicyProperty autoScalingPolicyProperty = AutoScalingPolicyProperty.builder()
.targetTrackingConfiguration(TargetTrackingConfigurationProperty.builder()
.targetValue(123)
.build())
// the properties below are optional
.estimatedInstanceWarmup(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGameServerGroup.AutoScalingPolicyProperty.Builder
A builder for
CfnGameServerGroup.AutoScalingPolicyProperty |
static class |
CfnGameServerGroup.AutoScalingPolicyProperty.Jsii$Proxy
An implementation for
CfnGameServerGroup.AutoScalingPolicyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnGameServerGroup.AutoScalingPolicyProperty.Builder |
builder() |
default Number |
getEstimatedInstanceWarmup()
`CfnGameServerGroup.AutoScalingPolicyProperty.EstimatedInstanceWarmup`.
|
Object |
getTargetTrackingConfiguration()
`CfnGameServerGroup.AutoScalingPolicyProperty.TargetTrackingConfiguration`.
|
@Stability(value=Stable) @NotNull Object getTargetTrackingConfiguration()
@Stability(value=Stable) @Nullable default Number getEstimatedInstanceWarmup()
@Stability(value=Stable) static CfnGameServerGroup.AutoScalingPolicyProperty.Builder builder()
Copyright © 2022. All rights reserved.