ConnectionPortRange - Amazon GameLift

ConnectionPortRange

This data type is currently not available. It is under improvement as we respond to customer feedback from the Containers 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

Contents

Note

In the following list, the required parameters are described first.

FromPort

Starting value for the port range.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 60000.

Required: Yes

ToPort

Ending value for the port. Port numbers are end-inclusive. This value must be equal to or greater than FromPort.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 60000.

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: