Class CfnFleet.ServerProcessProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.CfnFleet.ServerProcessProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFleet.ServerProcessProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnFleet.ServerProcessProperty
@Stability(Stable)
@Internal
public static final class CfnFleet.ServerProcessProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFleet.ServerProcessProperty
An implementation for
CfnFleet.ServerProcessProperty-
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.ServerProcessProperty
CfnFleet.ServerProcessProperty.Builder, CfnFleet.ServerProcessProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFleet.ServerProcessProperty.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 number of server processes using this configuration that run concurrently on each instance.final StringThe location of a game build executable or the Realtime script file that contains theInit()function.final StringAn optional list of parameters to pass to the server executable or Realtime script on launch.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.ServerProcessProperty.Builder.
-
-
Method Details
-
getConcurrentExecutions
Description copied from interface:CfnFleet.ServerProcessPropertyThe number of server processes using this configuration that run concurrently on each instance.- Specified by:
getConcurrentExecutionsin interfaceCfnFleet.ServerProcessProperty
-
getLaunchPath
Description copied from interface:CfnFleet.ServerProcessPropertyThe location of a game build executable or the Realtime script file that contains theInit()function.Game builds and Realtime scripts are installed on instances at the root:
- Windows (custom game builds only):
C:\game. Example: "C:\game\MyGame\server.exe" - Linux:
/local/game. Examples: "/local/game/MyGame/server.exe" or "/local/game/MyRealtimeScript.js"
- Specified by:
getLaunchPathin interfaceCfnFleet.ServerProcessProperty
- Windows (custom game builds only):
-
getParameters
Description copied from interface:CfnFleet.ServerProcessPropertyAn optional list of parameters to pass to the server executable or Realtime script on launch.- Specified by:
getParametersin interfaceCfnFleet.ServerProcessProperty
-
$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()
-