This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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: 1Maximum: 60000Update 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: 1Maximum: 60000Update requires: No interruption