AWS::GameLift::Fleet AnywhereConfiguration
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. 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
Minimum:
1
Maximum:
11
Pattern:
^\d{1,5}(?:\.\d{1,5})?$
Update requires: No interruption