AWS::GameLift::Fleet LocationConfiguration
A remote location where a multi-location fleet can deploy game servers for game hosting.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Location" :String, "LocationCapacity" :LocationCapacity}
YAML
Location:StringLocationCapacity:LocationCapacity
Properties
Location-
An Amazon Region code, such as
us-west-2.Required: Yes
Type: String
Minimum:
1Maximum:
64Pattern:
^[A-Za-z0-9\-]+Update requires: No interruption
LocationCapacity-
Current resource capacity settings in a specified fleet or location. The location value might refer to a fleet's remote location or its home Region.
Related actions
DescribeFleetCapacity | DescribeFleetLocationCapacity | UpdateFleetCapacity
Required: No
Type: LocationCapacity
Update requires: No interruption