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.

Container for the parameters to the UpdateAlias operation. Updates properties for an alias. To update properties, specify the alias ID to be updated and provide the information to be changed. To reassign an alias to another fleet, provide an updated routing strategy. If successful, the updated alias record is returned.

Related actions

All APIs by task

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.GameLift.AmazonGameLiftRequest
      Amazon.GameLift.Model.UpdateAliasRequest

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

Syntax

C#
public class UpdateAliasRequest : AmazonGameLiftRequest
         IAmazonWebServiceRequest

The UpdateAliasRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateAliasRequest()

Properties

NameTypeDescription
Public Property AliasId System.String

Gets and sets the property AliasId.

A unique identifier for the alias that you want to update. You can use either the alias ID or ARN value.

Public Property Description System.String

Gets and sets the property Description.

A human-readable description of the alias.

Public Property Name System.String

Gets and sets the property Name.

A descriptive label that is associated with an alias. Alias names do not need to be unique.

Public Property RoutingStrategy Amazon.GameLift.Model.RoutingStrategy

Gets and sets the property RoutingStrategy.

The routing configuration, including routing type and fleet target, for the alias.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5