/dhall-aws-cloudformation/cloudformation/AWS::GameLift::GameSessionQueue/PlayerLatencyPolicy.dhall

Copy path to clipboard

Source

{ Type =
{ MaximumIndividualPlayerLatencyMilliseconds : Optional Integer
, PolicyDurationSeconds : Optional Integer
}
, default =
{ MaximumIndividualPlayerLatencyMilliseconds = None Integer
, PolicyDurationSeconds = None Integer
}
}