AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The routing configuration for a fleet alias.

Related actions

All APIs by task

Inheritance Hierarchy

System.Object
  Amazon.GameLift.Model.RoutingStrategy

Namespace: Amazon.GameLift.Model
Assembly: AWSSDK.GameLift.dll
Version: 3.x.y.z

Syntax

C#
public class RoutingStrategy

The RoutingStrategy type exposes the following members

Constructors

NameDescription
Public Method RoutingStrategy()

Properties

NameTypeDescription
Public Property FleetId System.String

Gets and sets the property FleetId.

A unique identifier for the fleet that the alias points to. This value is the fleet ID, not the fleet ARN.

Public Property Message System.String

Gets and sets the property Message.

The message text to be used with a terminal routing strategy.

Public Property Type Amazon.GameLift.RoutingStrategyType

Gets and sets the property Type.

The type of routing strategy for the alias.

Possible routing types include the following:

  • SIMPLE - The alias resolves to one specific fleet. Use this type when routing to active fleets.

  • TERMINAL - The alias does not resolve to a fleet but instead can be used to display a message to the user. A terminal alias throws a TerminalRoutingStrategyException with the message embedded.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5