Alias
Properties that describe an alias resource.
Related actions
Contents
Note
In the following list, the required parameters are described first.
- AliasArn
- 
               The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift Servers alias resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:<region>::alias/alias-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912. In a GameLift alias ARN, the resource ID matches the alias ID value.Type: String Pattern: ^arn:.*:alias\/alias-\S+Required: No 
- AliasId
- 
               A unique identifier for the alias. Alias IDs are unique within a Region. Type: String Pattern: ^alias-\S+Required: No 
- 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").Type: Timestamp Required: No 
- Description
- 
               A human-readable description of an alias. Type: String Required: No 
- LastUpdatedTime
- 
               The time that this data object was last modified. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").Type: Timestamp Required: No 
- Name
- 
               A descriptive label that is associated with an alias. Alias names do not need to be unique. Type: String Length Constraints: Minimum length of 1. Maximum length of 1024. Pattern: .*\S.*Required: No 
- RoutingStrategy
- 
               The routing configuration, including routing type and fleet target, for the alias. Type: RoutingStrategy object Required: No 
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: