GetStreamGroupResult

data class GetStreamGroupResult(val arn: String? = null, val defaultApplication: StreamGroupDefaultApplication? = null, val description: String? = null, val id: String? = null, val locationConfigurations: List<StreamGroupLocationConfiguration>? = null, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, defaultApplication: StreamGroupDefaultApplication? = null, description: String? = null, id: String? = null, locationConfigurations: List<StreamGroupLocationConfiguration>? = null, tags: Map<String, 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 stream group resource. For example: arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4 .

Link copied to clipboard

Object that identifies the Amazon GameLift Streams application to stream with this stream group.

Link copied to clipboard
val description: String? = null

A descriptive label for the stream group.

Link copied to clipboard
val id: String? = null

An ID that uniquely identifies the stream group resource. For example: sg-1AB2C3De4 .

Link copied to clipboard

A set of one or more locations and the streaming capacity for each location. One of the locations MUST be your primary location, which is the AWS Region where you are specifying this resource.

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

A list of labels to assign to the new stream group 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 .