interface GameProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GameLift.Alpha.GameProperty |
![]() | github.com/aws/aws-cdk-go/awscdkgameliftalpha/v2#GameProperty |
![]() | software.amazon.awscdk.services.gamelift.alpha.GameProperty |
![]() | aws_cdk.aws_gamelift_alpha.GameProperty |
![]() | @aws-cdk/aws-gamelift-alpha » GameProperty |
A set of custom properties for a game session, formatted as key-value pairs.
These properties are passed to a game server process with a request to start a new game session.
This parameter is not used for Standalone FlexMatch mode.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as gamelift_alpha from '@aws-cdk/aws-gamelift-alpha';
const gameProperty: gamelift_alpha.GameProperty = {
key: 'key',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
key | string | The game property identifier. |
value | string | The game property value. |
key
Type:
string
The game property identifier.
value
Type:
string
The game property value.