Show / Hide Table of Contents

Interface CfnGameSessionQueue.IDestinationProperty

Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnGameSessionQueue.IDestinationProperty
Syntax (vb)
Public Interface 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

Properties

DestinationArn

Properties

DestinationArn

string? DestinationArn { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX