GetApplicationResponse

Types

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

Properties

Link copied to clipboard

An Amazon S3 URI to a bucket where you would like Amazon GameLift Streams to save application logs. Required if you specify one or more ApplicationLogPaths.

Link copied to clipboard

Locations of log files that your content generates during a stream session. Amazon GameLift Streams uploads log files to the Amazon S3 bucket that you specify in ApplicationLogOutputUri at the end of a stream session. To retrieve stored log files, call GetStreamSession and get the LogFileLocationUri.

Link copied to clipboard

The original Amazon S3 location of uploaded stream content for the application.

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) that's assigned to an application resource and uniquely identifies it across all Amazon Web Services Regions. Format is arn:aws:gameliftstreams:[AWS Region]:[AWS account]:application/[resource ID].

Link copied to clipboard

A set of stream groups that this application is associated with. You can use any of these stream groups to stream your application.

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

The path and file name of the executable file that launches the content for streaming.

Link copied to clipboard
val id: String?

A unique ID value that is assigned to the resource when it's created. Format example: 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

A set of replication statuses for each location.

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:

Link copied to clipboard

A short description of the status reason when the application is in ERROR status.

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