AWS::GameLift::ContainerFleet ConnectionPortRange - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 CloudFormation template, use the following syntax:

JSON

{ "FromPort" : Integer, "ToPort" : Integer }

YAML

FromPort: Integer ToPort: Integer

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