StreamGroupDefaultApplication

data class StreamGroupDefaultApplication(val arn: String? = null, val id: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, id: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

An Amazon Resource Name (ARN) that uniquely identifies the application resource. Example ARN: arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6 .

Link copied to clipboard
val id: String? = null

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