ReplicationStatus

Represents the status of the replication of an application to a location. An application cannot be streamed from a location until it has finished replicating there.

Types

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

Properties

Link copied to clipboard

A location's name. For example, us-east-1. For a complete list of locations that Amazon GameLift Streams supports, refer to Regions, quotas, and limitations in the Amazon GameLift Streams Developer Guide.

Link copied to clipboard

The current status of the replication process.

Functions

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