Show / Hide Table of Contents

Class MatchmakingConfigurationReference

A reference to a MatchmakingConfiguration resource.

Inheritance
object
MatchmakingConfigurationReference
Implements
IMatchmakingConfigurationReference
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 MatchmakingConfigurationReference : IMatchmakingConfigurationReference
Syntax (vb)
Public Class MatchmakingConfigurationReference Implements IMatchmakingConfigurationReference
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 matchmakingConfigurationReference = new MatchmakingConfigurationReference {
                MatchmakingConfigurationArn = "matchmakingConfigurationArn",
                MatchmakingConfigurationName = "matchmakingConfigurationName"
            };

Synopsis

Constructors

MatchmakingConfigurationReference()

A reference to a MatchmakingConfiguration resource.

Properties

MatchmakingConfigurationArn

The ARN of the MatchmakingConfiguration resource.

MatchmakingConfigurationName

The Name of the MatchmakingConfiguration resource.

Constructors

MatchmakingConfigurationReference()

A reference to a MatchmakingConfiguration resource.

public MatchmakingConfigurationReference()
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 matchmakingConfigurationReference = new MatchmakingConfigurationReference {
                MatchmakingConfigurationArn = "matchmakingConfigurationArn",
                MatchmakingConfigurationName = "matchmakingConfigurationName"
            };

Properties

MatchmakingConfigurationArn

The ARN of the MatchmakingConfiguration resource.

public string MatchmakingConfigurationArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

MatchmakingConfigurationName

The Name of the MatchmakingConfiguration resource.

public string MatchmakingConfigurationName { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IMatchmakingConfigurationReference
Back to top Generated by DocFX