/dhall-aws-cloudformation/cloudformation/AWS::GameLift::Fleet/ResourceCreationLimitPolicy.dhall

Copy path to clipboard

Source

{ Type =
{ NewGameSessionsPerCreator : Optional Integer
, PolicyPeriodInMinutes : Optional Integer
}
, default =
{ NewGameSessionsPerCreator = None Integer
, PolicyPeriodInMinutes = None Integer
}
}