Class GameServerGroupReference
A reference to a GameServerGroup resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class GameServerGroupReference : IGameServerGroupReference
Syntax (vb)
Public Class GameServerGroupReference Implements IGameServerGroupReference
Remarks
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 gameServerGroupReference = new GameServerGroupReference {
GameServerGroupArn = "gameServerGroupArn"
};
Synopsis
Constructors
| GameServerGroupReference() | A reference to a GameServerGroup resource. |
Properties
| GameServerGroupArn | The GameServerGroupArn of the GameServerGroup resource. |
Constructors
GameServerGroupReference()
A reference to a GameServerGroup resource.
public GameServerGroupReference()
Remarks
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 gameServerGroupReference = new GameServerGroupReference {
GameServerGroupArn = "gameServerGroupArn"
};
Properties
GameServerGroupArn
The GameServerGroupArn of the GameServerGroup resource.
public string GameServerGroupArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated