AWS::GameLift::Fleet AnywhereConfiguration - 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 AnywhereConfiguration

Amazon GameLift Anywhere configuration options for your Anywhere fleets.

Syntax

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

JSON

{ "Cost" : String }

YAML

Cost: String

Properties

Cost

The cost to run your fleet per hour. Amazon GameLift uses the provided cost of your fleet to balance usage in queues. For more information about queues, see Setting up queues in the Amazon GameLift Developer Guide.

Required: Yes

Type: String

Pattern: ^\d{1,5}(?:\.\d{1,5})?$

Minimum: 1

Maximum: 11

Update requires: No interruption

See also