Interface CfnFleetPropsMixin.PlayerGatewayConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFleetPropsMixin.PlayerGatewayConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnFleetPropsMixin

@Stability(Stable) public static interface CfnFleetPropsMixin.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.cfnpropertymixins.services.gamelift.*;
 PlayerGatewayConfigurationProperty playerGatewayConfigurationProperty = PlayerGatewayConfigurationProperty.builder()
         .gameServerIpProtocolSupported("gameServerIpProtocolSupported")
         .build();
 

See Also: