AWS::GameLift::AliasThe AWS::GameLift::Alias resource creates an alias for an Amazon GameLift (GameLift) fleet destination.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
RoutingStrategy | RoutingStrategy | Required |
Description | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AliasArn | string | The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift Alias resource and uniquely identifies it. ARNs are unique across all Regions. In a GameLift Alias ARN, the resource ID matches the AliasId value. |
AliasId | string | Unique alias ID |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::GameLift::Alias
Resources:
MyResource:
Type: AWS::GameLift::Alias
Properties:
Name: "my-name"
RoutingStrategy: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
gamelift:CreateAliasgamelift:TagResourcegamelift:DescribeAliasgamelift:ListTagsForResourcegamelift:UpdateAliasgamelift:DescribeAliasgamelift:ListTagsForResourcegamelift:TagResourcegamelift:UntagResourcegamelift:DeleteAliasgamelift:ListAliasesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAliasId