@Stability(value=Stable)
public static interface CfnGameServerGroup.TargetTrackingConfigurationProperty
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.*;
TargetTrackingConfigurationProperty targetTrackingConfigurationProperty = TargetTrackingConfigurationProperty.builder()
.targetValue(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGameServerGroup.TargetTrackingConfigurationProperty.Builder
A builder for
CfnGameServerGroup.TargetTrackingConfigurationProperty |
static class |
CfnGameServerGroup.TargetTrackingConfigurationProperty.Jsii$Proxy
An implementation for
CfnGameServerGroup.TargetTrackingConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnGameServerGroup.TargetTrackingConfigurationProperty.Builder |
builder() |
Number |
getTargetValue()
`CfnGameServerGroup.TargetTrackingConfigurationProperty.TargetValue`.
|
@Stability(value=Stable) @NotNull Number getTargetValue()
@Stability(value=Stable) static CfnGameServerGroup.TargetTrackingConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.