Amazon GameLift · Example Payload

Gamelift Put Scaling Policy Input Example

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Gamelift Put Scaling Policy Input Example is an example object payload from Amazon GameLift, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

NameFleetIdScalingAdjustmentScalingAdjustmentTypeThresholdComparisonOperatorEvaluationPeriodsMetricNamePolicyTypeTargetConfiguration

Example Payload

Raw ↑
{
  "Name": "MyGameFleet",
  "FleetId": "fleet-1a2b3c4d-5678-90ab-cdef-1234567890ab",
  "ScalingAdjustment": "example-ScalingAdjustment",
  "ScalingAdjustmentType": "example-ScalingAdjustmentTyp",
  "Threshold": "example-Threshold",
  "ComparisonOperator": "example-ComparisonOperator",
  "EvaluationPeriods": "example-EvaluationPeriods",
  "MetricName": "MyGameFleet",
  "PolicyType": "example-PolicyType",
  "TargetConfiguration": "example-TargetConfiguration"
}