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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.CfnFleet.ServerProcessProperty
CfnFleet.ServerProcessProperty.Builder, CfnFleet.ServerProcessProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFleet.ServerProcessProperty.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 number of server processes using this configuration that run concurrently on each instance or container..final String
The location of a game build executable or Realtime script.final String
An optional list of parameters to pass to the server executable or Realtime script on launch.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.ServerProcessProperty.Builder
.
-
-
Method Details
-
getConcurrentExecutions
Description copied from interface:CfnFleet.ServerProcessProperty
The number of server processes using this configuration that run concurrently on each instance or container..- Specified by:
getConcurrentExecutions
in interfaceCfnFleet.ServerProcessProperty
- See Also:
-
getLaunchPath
Description copied from interface:CfnFleet.ServerProcessProperty
The location of a game build executable or Realtime script.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
"
Amazon GameLift doesn't support the use of setup scripts that launch the game executable. For custom game builds, this parameter must indicate the executable that calls the server SDK operations
initSDK()
andProcessReady()
.- Specified by:
getLaunchPath
in interfaceCfnFleet.ServerProcessProperty
- See Also:
- Windows (custom game builds only):
-
getParameters
Description copied from interface:CfnFleet.ServerProcessProperty
An optional list of parameters to pass to the server executable or Realtime script on launch.Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern: [A-Za-z0-9_:.+/- =@{},?'[]"]+
- Specified by:
getParameters
in interfaceCfnFleet.ServerProcessProperty
- See Also:
-
$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()
-