Class CfnFleet.RuntimeConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.CfnFleet.RuntimeConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFleet.RuntimeConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnFleet.RuntimeConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFleet.RuntimeConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFleet.RuntimeConfigurationProperty
An implementation for
CfnFleet.RuntimeConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.CfnFleet.RuntimeConfigurationProperty
CfnFleet.RuntimeConfigurationProperty.Builder, CfnFleet.RuntimeConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFleet.RuntimeConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
The maximum amount of time (in seconds) allowed to launch a new game session and have it report ready to host players.final Number
The number of game sessions in statusACTIVATING
to allow on an instance.final Object
A collection of server process configurations that identify what server processes to run on each instance in a fleet.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFleet.RuntimeConfigurationProperty.Builder
.
-
-
Method Details
-
getGameSessionActivationTimeoutSeconds
Description copied from interface:CfnFleet.RuntimeConfigurationProperty
The maximum amount of time (in seconds) allowed to launch a new game session and have it report ready to host players.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 toTERMINATED
.- Specified by:
getGameSessionActivationTimeoutSeconds
in interfaceCfnFleet.RuntimeConfigurationProperty
-
getMaxConcurrentGameSessionActivations
Description copied from interface:CfnFleet.RuntimeConfigurationProperty
The number of game sessions in statusACTIVATING
to allow on an instance.This setting limits the instance resources that can be used for new game activations at any one time.
- Specified by:
getMaxConcurrentGameSessionActivations
in interfaceCfnFleet.RuntimeConfigurationProperty
-
getServerProcesses
Description copied from interface:CfnFleet.RuntimeConfigurationProperty
A collection of server process configurations that identify what server processes to run on each instance in a fleet.- Specified by:
getServerProcesses
in interfaceCfnFleet.RuntimeConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-