Instance

class Instance

Represents a virtual computing instance that runs game server processes and hosts game sessions. In Amazon GameLift, one or more instances make up a managed EC2 fleet.

Types

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

Properties

Link copied to clipboard

A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").

Link copied to clipboard

The DNS identifier assigned to the instance that is running the game session. Values have the following format:

Link copied to clipboard

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

Link copied to clipboard

A unique identifier for the fleet that the instance belongs to.

Link copied to clipboard

A unique identifier for the instance.

Link copied to clipboard

IP address that is assigned to the instance.

Link copied to clipboard

The fleet location of the instance, expressed as an Amazon Web Services Region code, such as us-west-2.

Link copied to clipboard

Operating system that is running on this EC2 instance.

Link copied to clipboard

Current status of the instance. Possible statuses include the following:

Link copied to clipboard

EC2 instance type that defines the computing resources of this instance.

Functions

Link copied to clipboard
inline fun copy(block: Instance.Builder.() -> Unit = {}): Instance
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