interface PlayerGatewayConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.GameLift.CfnFleet.PlayerGatewayConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsgamelift#CfnFleet_PlayerGatewayConfigurationProperty |
Java | software.amazon.awscdk.services.gamelift.CfnFleet.PlayerGatewayConfigurationProperty |
Python | aws_cdk.aws_gamelift.CfnFleet.PlayerGatewayConfigurationProperty |
TypeScript | aws-cdk-lib » aws_gamelift » CfnFleet » PlayerGatewayConfigurationProperty |
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 { aws_gamelift as gamelift } from 'aws-cdk-lib';
const playerGatewayConfigurationProperty: gamelift.CfnFleet.PlayerGatewayConfigurationProperty = {
gameServerIpProtocolSupported: 'gameServerIpProtocolSupported',
};
Properties
| Name | Type | Description |
|---|---|---|
| game | string | The IP protocol supported by the game server. |
gameServerIpProtocolSupported?
Type:
string
(optional)
The IP protocol supported by the game server.

.NET
Go
Java
Python
TypeScript