ApplicationSummary

Describes an application resource that represents a collection of content for streaming with Amazon GameLift Streams. To retrieve additional application details, call GetApplication.

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's assigned to an application resource and uniquely identifies the application across all Amazon Web Services Regions. Format is arn:aws:gameliftstreams:[AWS Region]:[AWS account]:application/[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

A human-readable label for the application. You can edit this value.

Link copied to clipboard
val id: String?

An ID that uniquely identifies the application resource. Example ID: a-9ZY8X7Wv6.

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

Configuration settings that identify the operating system for an application resource. This can also include a compatibility layer and other drivers.

Link copied to clipboard

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

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