GetApplicationResult

data class GetApplicationResult(val applicationLogOutputUri: String? = null, val applicationLogPaths: List<String>? = null, val arn: String? = null, val description: String? = null, val id: String? = null, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(applicationLogOutputUri: String? = null, applicationLogPaths: List<String>? = null, arn: String? = null, description: String? = null, id: String? = null, tags: Map<String, String>? = null)

Types

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. Enter path values that are relative to the ApplicationSourceUri location. You can specify up to 10 log paths. Amazon GameLift Streams uploads designated 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
val arn: String? = null

An Amazon Resource Name (ARN) that uniquely identifies the application resource across all AWS Regions. For example: arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6 .

Link copied to clipboard
val description: String? = null

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

Link copied to clipboard
val id: String? = null

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

Link copied to clipboard
val tags: Map<String, String>? = null

A list of labels to assign to the new application resource. Tags are developer-defined key-value pairs. Tagging AWS resources is useful for resource management, access management and cost allocation. See Tagging AWS Resources in the AWS General Reference .