AWS::GameLift::Fleet ConnectionPortRange - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::GameLift::Fleet ConnectionPortRange

This operation has been expanded to use with the Amazon GameLift containers feature, which is currently in public preview.

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.

Part of: ContainerGroupsConfiguration, ContainerGroupsAttributes

Syntax

To declare this entity in your Amazon 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: Replacement

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: Replacement