UDPEndpoint
The domain name and port information for a UDP endpoint.
For Amazon GameLift Servers ping beacons, this endpoint is a fixed address that remains available as long as Amazon GameLift Servers supports game hosting in that location. For more information on UDP ping beacons, including guidance on how to implement latency measurements and best practices for caching beacon endpoints, refer to UDP ping beacons in the Amazon GameLift Servers Developer Guide.
Contents
Note
In the following list, the required parameters are described first.
- Domain
-
The domain name of the UDP endpoint. For Amazon GameLift Servers ping beacons, this is typically in the format
gamelift-ping.<region>.api.aws
for AWS Regions, andgamelift-ping-<local-zone-code>.<region>.api.aws
for AWS Local Zones.Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Required: No
- Port
-
The port number of the UDP endpoint. For Amazon GameLift Servers ping beacons, this is typically port 7770.
Type: Integer
Valid Range: Minimum value of 1.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: