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.

Properties that describe an alias resource.

Related actions

All APIs by task

Inheritance Hierarchy

System.Object
  Amazon.GameLift.Model.Alias

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

Syntax

C#
public class Alias

The Alias type exposes the following members

Constructors

NameDescription
Public Method Alias()

Properties

NameTypeDescription
Public Property AliasArn System.String

Gets and sets the property AliasArn.

The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift alias resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:::alias/alias-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912. In a GameLift alias ARN, the resource ID matches the alias ID value.

Public Property AliasId System.String

Gets and sets the property AliasId.

A unique identifier for the alias. Alias IDs are unique within a Region.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").

Public Property Description System.String

Gets and sets the property Description.

A human-readable description of an alias.

Public Property LastUpdatedTime System.DateTime

Gets and sets the property LastUpdatedTime.

The time that this data object was last modified. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").

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:
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