Stream Group Location Configuration
data class StreamGroupLocationConfiguration(val alwaysOnCapacity: Int? = null, val locationName: String, val onDemandCapacity: Int? = null)
Properties
Link copied to clipboard
The streaming capacity that is allocated and ready to handle stream requests without delay. You pay for this capacity whether it's in use or not. Best for quickest time from streaming request to streaming session.
Link copied to clipboard
A location's name. For example, us-east-1
. For a complete list of locations that Amazon GameLift Streams supports, refer to Regions, quotas, and limitations in the Amazon GameLift Streams Developer Guide .
Link copied to clipboard
The streaming capacity that Amazon GameLift Streams can allocate in response to stream requests, and then de-allocate when the session has terminated. This offers a cost control measure at the expense of a greater startup time (typically under 5 minutes).