FleetDeployment

Describes a container fleet deployment with updates to the 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

Instructions for how to deploy updates to a container fleet and what actions to take if the deployment fails.

Link copied to clipboard

A unique identifier for the deployment.

Link copied to clipboard

The status of fleet deployment activity in the location.

Link copied to clipboard

A unique identifier for the container fleet.

Link copied to clipboard

The unique identifier for the version of the game server container group definition that is being deployed.

Link copied to clipboard

The unique identifier for the version of the per-instance container group definition that is being deployed.

Link copied to clipboard

The unique identifier for the version of the game server container group definition to roll back to if deployment fails. Amazon GameLift Servers sets this property to the container group definition version that the fleet used when it was last active.

Link copied to clipboard

The unique identifier for the version of the per-instance container group definition to roll back to if deployment fails. Amazon GameLift Servers sets this property to the container group definition version that the fleet used when it was last active.

Functions

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