public static final class CfnFleet.RuntimeConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFleet.RuntimeConfigurationProperty
CfnFleet.RuntimeConfigurationProperty
CfnFleet.RuntimeConfigurationProperty.Builder, CfnFleet.RuntimeConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getGameSessionActivationTimeoutSeconds()
The maximum amount of time (in seconds) allowed to launch a new game session and have it report ready to host players.
|
java.lang.Number |
getMaxConcurrentGameSessionActivations()
The number of game sessions in status `ACTIVATING` to allow on an instance.
|
java.lang.Object |
getServerProcesses()
A collection of server process configurations that identify what server processes to run on each instance in a fleet.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getGameSessionActivationTimeoutSeconds()
CfnFleet.RuntimeConfigurationProperty
During this time, the game session is in status ACTIVATING
. If the game session does not become active before the timeout, it is ended and the game session status is changed to TERMINATED
.
getGameSessionActivationTimeoutSeconds
in interface CfnFleet.RuntimeConfigurationProperty
public final java.lang.Number getMaxConcurrentGameSessionActivations()
CfnFleet.RuntimeConfigurationProperty
This setting limits the instance resources that can be used for new game activations at any one time.
getMaxConcurrentGameSessionActivations
in interface CfnFleet.RuntimeConfigurationProperty
public final java.lang.Object getServerProcesses()
CfnFleet.RuntimeConfigurationProperty
getServerProcesses
in interface CfnFleet.RuntimeConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()