@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.144Z") @Stability(value=Stable) public interface CfnGameServerGroupProps extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnGameServerGroupProps.Builder
A builder for
CfnGameServerGroupProps |
static class |
CfnGameServerGroupProps.Jsii$Proxy
An implementation for
CfnGameServerGroupProps |
Modifier and Type | Method and Description |
---|---|
static CfnGameServerGroupProps.Builder |
builder() |
default Object |
getAutoScalingPolicy()
`AWS::GameLift::GameServerGroup.AutoScalingPolicy`.
|
default String |
getBalancingStrategy()
`AWS::GameLift::GameServerGroup.BalancingStrategy`.
|
default String |
getDeleteOption()
`AWS::GameLift::GameServerGroup.DeleteOption`.
|
String |
getGameServerGroupName()
`AWS::GameLift::GameServerGroup.GameServerGroupName`.
|
default String |
getGameServerProtectionPolicy()
`AWS::GameLift::GameServerGroup.GameServerProtectionPolicy`.
|
Object |
getInstanceDefinitions()
`AWS::GameLift::GameServerGroup.InstanceDefinitions`.
|
Object |
getLaunchTemplate()
`AWS::GameLift::GameServerGroup.LaunchTemplate`.
|
default Number |
getMaxSize()
`AWS::GameLift::GameServerGroup.MaxSize`.
|
default Number |
getMinSize()
`AWS::GameLift::GameServerGroup.MinSize`.
|
String |
getRoleArn()
`AWS::GameLift::GameServerGroup.RoleArn`.
|
default List<CfnTag> |
getTags()
`AWS::GameLift::GameServerGroup.Tags`.
|
default List<String> |
getVpcSubnets()
`AWS::GameLift::GameServerGroup.VpcSubnets`.
|
@Stability(value=Stable) @NotNull String getGameServerGroupName()
@Stability(value=Stable) @NotNull Object getInstanceDefinitions()
@Stability(value=Stable) @NotNull Object getLaunchTemplate()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @Nullable default Object getAutoScalingPolicy()
@Stability(value=Stable) @Nullable default String getBalancingStrategy()
@Stability(value=Stable) @Nullable default String getDeleteOption()
@Stability(value=Stable) @Nullable default String getGameServerProtectionPolicy()
@Stability(value=Stable) @Nullable default Number getMaxSize()
@Stability(value=Stable) @Nullable default Number getMinSize()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default List<String> getVpcSubnets()
@Stability(value=Stable) static CfnGameServerGroupProps.Builder builder()
CfnGameServerGroupProps.Builder
of CfnGameServerGroupProps
Copyright © 2021. All rights reserved.