AWS::GameLift::Fleet LocationConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::GameLift::Fleet LocationConfiguration

This data type has been expanded to use with the Amazon GameLift containers feature, which is currently in public preview.

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 }

Properties

Location

An Amazon Region code, such as us-west-2.

Required: Yes

Type: String

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

Minimum: 1

Maximum: 64

Update requires: No interruption

LocationCapacity

Current resource capacity settings for managed EC2 fleets and container fleets. For multi-location fleets, location values might refer to a fleet's remote location or its home Region.

Returned by: DescribeFleetCapacity, DescribeFleetLocationCapacity, UpdateFleetCapacity

Required: No

Type: LocationCapacity

Update requires: No interruption