Show / Hide Table of Contents

Class GameServerGroupReference

A reference to a GameServerGroup resource.

Inheritance
object
GameServerGroupReference
Implements
IGameServerGroupReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IGameServerGroupReference
Back to top Generated by DocFX