StreamUrlSummary

Describes a stream URL. This is a summary view that omits the full configuration, such as launch arguments and display settings. To retrieve the complete configuration, call GetStreamUrl.

Types

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

Properties

Link copied to clipboard

The application that runs in the stream sessions.

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) that uniquely identifies the stream URL across all Amazon Web Services Regions. Format is arn:aws:gameliftstreams:[AWS Region]:[AWS account]:streamurl/[stream group resource ID]/[stream URL resource ID].

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

The descriptive label for the stream URL.

Link copied to clipboard

The date and time when the stream URL expires and stops accepting new stream sessions. Timestamps are expressed using in ISO8601 format, such as: 2022-12-27T22:29:40+00:00 (UTC).

Link copied to clipboard

The number of times the stream URL can still be used to start a stream session.

Link copied to clipboard

The maximum length of time, in seconds, that a stream session started from this stream URL can run.

Link copied to clipboard

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

Link copied to clipboard

Additional information about why the stream URL is in its current status. Amazon GameLift Streams populates this value when the status is REVOKED. Possible values include the following:

Link copied to clipboard

The stream group that runs the stream sessions.

Link copied to clipboard

The shareable stream URL. Distribute this URL to end users so that they can start and play a stream session in a hosted web player. Treat the stream URL as a secret. Anyone who has it can start a stream session until the stream URL expires, is revoked, or reaches its usage limit.

Link copied to clipboard

The unique identifier for the stream URL resource, for example su-1AB2C3De4.

Link copied to clipboard

The maximum number of times the stream URL can start a stream session.

Functions

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