StreamGroupSummary

Describes a Amazon GameLift Streams stream group resource for hosting content streams. To retrieve additional stream group details, call GetStreamGroup.

Types

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

Properties

Link copied to clipboard
val arn: String

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

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

Object that identifies the Amazon GameLift Streams application to stream with this stream group.

Link copied to clipboard

A descriptive label for the stream group.

Link copied to clipboard
val id: String?

An ID that uniquely identifies the stream group resource. Example ID: sg-1AB2C3De4.

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 current status of the stream group resource. Possible statuses include the following:

Link copied to clipboard

The target stream quality for the stream group.

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