AWS::GameLift::ContainerFleet ConnectionPortRange
The set of port numbers to open on each instance in a container fleet. Connection ports are used by inbound traffic to connect with processes that are running in containers on the fleet.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
FromPort
-
Starting value for the port range.
Required: Yes
Type: Integer
Minimum:
1
Maximum:
60000
Update requires: No interruption
ToPort
-
Ending value for the port. Port numbers are end-inclusive. This value must be equal to or greater than
FromPort
.Required: Yes
Type: Integer
Minimum:
1
Maximum:
60000
Update requires: No interruption