AWS::GameLift::Location

Creates a custom location for use in an Anywhere fleet.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::GameLift::Location", "Properties" : { "LocationName" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::GameLift::Location Properties: LocationName: String Tags: - Tag

Properties

LocationName

The location's name.

Required: Yes

Type: String

Minimum: 1

Maximum: 64

Pattern: ^[A-Za-z0-9\-]+

Update requires: Replacement

Tags

Property description not available.

Required: No

Type: List of Tag

Update requires: No interruption

Return values

Ref

Fn::GetAtt

LocationArn

Property description not available.