Interface CfnFleet.PlayerGatewayConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFleet.PlayerGatewayConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnFleet
@Stability(Stable)
public static interface CfnFleet.PlayerGatewayConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for player gateway.
Example:
// 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.*;
PlayerGatewayConfigurationProperty playerGatewayConfigurationProperty = PlayerGatewayConfigurationProperty.builder()
.gameServerIpProtocolSupported("gameServerIpProtocolSupported")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFleet.PlayerGatewayConfigurationPropertystatic final classAn implementation forCfnFleet.PlayerGatewayConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGameServerIpProtocolSupported
The IP protocol supported by the game server.- See Also:
-
builder
-