Container Fleet Ip Permission
data class ContainerFleetIpPermission(val fromPort: Int, val ipRange: String, val protocol: ContainerFleetIpPermissionProtocol, val toPort: Int)
A range of IP addresses and port settings that allow inbound traffic to connect to server processes on an Amazon GameLift hosting resource. New game sessions that are started on the fleet are assigned an IP address/port number combination, which must fall into the fleet's allowed ranges. For fleets created with a custom game server, the ranges reflect the server's game session assignments. For Realtime Servers fleets, Amazon GameLift automatically opens two port ranges, one for TCP messaging and one for UDP, for use by the Realtime servers.
Constructors
Link copied to clipboard
constructor(fromPort: Int, ipRange: String, protocol: ContainerFleetIpPermissionProtocol, toPort: Int)