AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
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.
The port range must not overlap with the Amazon GameLift Servers reserved port range
4092-4191. This range is reserved for internal Amazon GameLift Servers services.
Namespace: Amazon.GameLift.Model
Assembly: AWSSDK.GameLift.dll
Version: 3.x.y.z
public class ConnectionPortRange
The ConnectionPortRange type exposes the following members
| Name | Description | |
|---|---|---|
|
ConnectionPortRange() |
| Name | Type | Description | |
|---|---|---|---|
|
FromPort | System.Nullable<System.Int32> |
Gets and sets the property FromPort. Starting value for the port range. |
|
ToPort | System.Nullable<System.Int32> |
Gets and sets the property ToPort.
Ending value for the port. Port numbers are end-inclusive. This value must be equal
to or greater than |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer