AWS::GameLift::ContainerFleet 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::GameLift::ContainerFleet 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, "PlayerGatewayStatus" : String, "StoppedActions" : [ String, ... ] }

Properties

Location

An Amazon Region code, such as us-west-2. For a list of supported Regions and Local Zones, see Amazon GameLift Servers service locations for managed hosting.

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 managed 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

PlayerGatewayStatus

The current status of player gateway in this location for this container fleet. Note, even if a container fleet has PlayerGatewayMode configured as ENABLED, player gateway might not be available in a specific location. For more information about locations where player gateway is supported, see Amazon GameLift Servers service locations.

Possible values include:

  • ENABLED -- Player gateway is available for this container fleet location.

  • DISABLED -- Player gateway is not available for this container fleet location.

Required: No

Type: String

Allowed values: DISABLED | ENABLED

Update requires: No interruption

StoppedActions

A list of fleet actions that have been suspended in the fleet location.

Required: No

Type: Array of String

Allowed values: AUTO_SCALING

Maximum: 1

Update requires: No interruption