LocationModel

Properties of a location, which can include its name, ARN (for custom locations), and ping beacon information.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) that is assigned to a custom location resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:<region>::location/location-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.

Link copied to clipboard

The location's name.

Link copied to clipboard

Information about the UDP ping beacon for this location.

Functions

Link copied to clipboard
inline fun copy(block: LocationModel.Builder.() -> Unit = {}): LocationModel
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String