Show / Hide Table of Contents

Class CfnMatchmakingConfiguration.GamePropertyProperty

Set of key-value pairs that contain information about a game session.

Inheritance
System.Object
CfnMatchmakingConfiguration.GamePropertyProperty
Implements
CfnMatchmakingConfiguration.IGamePropertyProperty
Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.AWS.GameLift.dll
Syntax (csharp)
public class GamePropertyProperty : Object, CfnMatchmakingConfiguration.IGamePropertyProperty
Syntax (vb)
Public Class GamePropertyProperty
    Inherits Object
    Implements CfnMatchmakingConfiguration.IGamePropertyProperty
Remarks

When included in a game session request, these properties communicate details to be used when setting up the new game session. For example, a game property might specify a game mode, level, or map. Game properties are passed to the game server process when initiating a new game session. For more information, see the Amazon GameLift Developer Guide .

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-matchmakingconfiguration-gameproperty.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.GameLift;

var gamePropertyProperty = new GamePropertyProperty {
    Key = "key",
    Value = "value"
};

Synopsis

Constructors

GamePropertyProperty()

Properties

Key

The game property identifier.

Value

The game property value.

Constructors

GamePropertyProperty()

public GamePropertyProperty()

Properties

Key

The game property identifier.

public string Key { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-matchmakingconfiguration-gameproperty.html#cfn-gamelift-matchmakingconfiguration-gameproperty-key

Value

The game property value.

public string Value { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-matchmakingconfiguration-gameproperty.html#cfn-gamelift-matchmakingconfiguration-gameproperty-value

Implements

CfnMatchmakingConfiguration.IGamePropertyProperty
Back to top Generated by DocFX