StreamSessionSummary

Describes a Amazon GameLift Streams stream session. To retrieve additional details for the stream session, call GetStreamSession.

Types

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

Properties

Link copied to clipboard

An Amazon Resource Name (ARN) that uniquely identifies the application resource. Example ARN: arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6.

Link copied to clipboard
val arn: String?

An Amazon Resource Name (ARN) that uniquely identifies the stream session resource. Example ARN: arn:aws:gameliftstreams:us-west-2:111122223333:streamsession/sg-1AB2C3De4/ABC123def4567.

Link copied to clipboard

A timestamp that indicates when this resource was created. Timestamps are expressed using in ISO8601 format, such as: 2022-12-27T22:29:40+00:00 (UTC).

Link copied to clipboard

Provides details about the stream session's exported files.

Link copied to clipboard

A timestamp that indicates when this resource was last updated. Timestamps are expressed using in ISO8601 format, such as: 2022-12-27T22:29:40+00:00 (UTC).

Link copied to clipboard

The location where Amazon GameLift Streams is hosting the stream session.

Link copied to clipboard

The data transfer protocol in use with the stream session.

Link copied to clipboard

The current status of the stream session resource. Possible statuses include the following:

Link copied to clipboard

An opaque, unique identifier for an end-user, defined by the developer.

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