UpdateFleetAttributesRequest

Types

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

Properties

Link copied to clipboard

Amazon GameLift Servers Anywhere configuration options.

Link copied to clipboard

A human-readable description of a fleet.

Link copied to clipboard

A unique identifier for the fleet to update attribute metadata for. You can use either the fleet ID or ARN value.

Link copied to clipboard

The name of a metric group to add this fleet to. Use a metric group in Amazon CloudWatch to aggregate the metrics from multiple fleets. Provide an existing metric group name, or create a new metric group by providing a new name. A fleet can only be in one metric group at a time.

Link copied to clipboard
val name: String?

A descriptive label that is associated with a fleet. Fleet names do not need to be unique.

Link copied to clipboard

The game session protection policy to apply to all new game sessions created in this fleet. Game sessions that already exist are not affected. You can set protection for individual game sessions using UpdateGameSession .

Link copied to clipboard

Policy settings that limit the number of game sessions an individual player can create over a span of time.

Functions

Link copied to clipboard
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