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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.CfnFleet.RuntimeConfigurationProperty
CfnFleet.RuntimeConfigurationProperty.Builder, CfnFleet.RuntimeConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFleet.RuntimeConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal NumberThe maximum amount of time (in seconds) allowed to launch a new game session and have it report ready to host players.final NumberThe number of game sessions in statusACTIVATINGto allow on an instance or compute.final ObjectA collection of server process configurations that identify what server processes to run on fleet computes.final inthashCode()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.RuntimeConfigurationPropertyThe 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:
getGameSessionActivationTimeoutSecondsin interfaceCfnFleet.RuntimeConfigurationProperty- See Also:
-
getMaxConcurrentGameSessionActivations
Description copied from interface:CfnFleet.RuntimeConfigurationPropertyThe number of game sessions in statusACTIVATINGto allow on an instance or compute.This setting limits the instance resources that can be used for new game activations at any one time.
- Specified by:
getMaxConcurrentGameSessionActivationsin interfaceCfnFleet.RuntimeConfigurationProperty- See Also:
-
getServerProcesses
Description copied from interface:CfnFleet.RuntimeConfigurationPropertyA collection of server process configurations that identify what server processes to run on fleet computes.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFleet.ServerProcessProperty>- Specified by:
getServerProcessesin interfaceCfnFleet.RuntimeConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-