Class CfnGameSessionQueue.DestinationProperty
Inheritance
System.Object
CfnGameSessionQueue.DestinationProperty
Implements
Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DestinationProperty : Object, CfnGameSessionQueue.IDestinationProperty
Syntax (vb)
Public Class DestinationProperty
Inherits Object
Implements CfnGameSessionQueue.IDestinationProperty
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 destinationProperty = new DestinationProperty {
DestinationArn = "destinationArn"
};
Synopsis
Constructors
DestinationProperty() |
Properties
DestinationArn |
Constructors
DestinationProperty()
public DestinationProperty()
Properties
DestinationArn
public string DestinationArn { get; set; }
Property Value
System.String