Class CfnGameSessionQueue.DestinationProperty
Implements
Inherited Members
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
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
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; }