interface PlayerGatewayConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.GameLift.CfnFleetPropsMixin.PlayerGatewayConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsgamelift#CfnFleetPropsMixin_PlayerGatewayConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnFleetPropsMixin.PlayerGatewayConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_gamelift.CfnFleetPropsMixin.PlayerGatewayConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_gamelift » CfnFleetPropsMixin » 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/cfn-property-mixins';
const playerGatewayConfigurationProperty: gamelift.CfnFleetPropsMixin.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