Show / Hide Table of Contents

Class CfnGameSessionQueue.DestinationProperty

Inheritance
object
CfnGameSessionQueue.DestinationProperty
Implements
CfnGameSessionQueue.IDestinationProperty
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 CfnGameSessionQueue.DestinationProperty : CfnGameSessionQueue.IDestinationProperty
Syntax (vb)
Public Class CfnGameSessionQueue.DestinationProperty Implements CfnGameSessionQueue.IDestinationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-gamesessionqueue-destination.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 destinationProperty = new DestinationProperty {
                 DestinationArn = "destinationArn"
             };

Synopsis

Constructors

DestinationProperty()

Properties

DestinationArn

Constructors

DestinationProperty()

public DestinationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-gamesessionqueue-destination.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 destinationProperty = new DestinationProperty {
                 DestinationArn = "destinationArn"
             };

Properties

DestinationArn

public string? DestinationArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-gamesessionqueue-destination.html#cfn-gamelift-gamesessionqueue-destination-destinationarn

Implements

CfnGameSessionQueue.IDestinationProperty
Back to top Generated by DocFX