Class CfnFleetPropsMixin.RuntimeConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnFleetPropsMixin.RuntimeConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFleetPropsMixin.RuntimeConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFleetPropsMixin.RuntimeConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFleetPropsMixin.RuntimeConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFleetPropsMixin.RuntimeConfigurationProperty
An implementation for
CfnFleetPropsMixin.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.cfnpropertymixins.services.gamelift.CfnFleetPropsMixin.RuntimeConfigurationProperty
CfnFleetPropsMixin.RuntimeConfigurationProperty.Builder, CfnFleetPropsMixin.RuntimeConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFleetPropsMixin.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 theCfnFleetPropsMixin.RuntimeConfigurationProperty.Builder.
-
-
Method Details
-
getGameSessionActivationTimeoutSeconds
Description copied from interface:CfnFleetPropsMixin.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 interfaceCfnFleetPropsMixin.RuntimeConfigurationProperty- See Also:
-
getMaxConcurrentGameSessionActivations
Description copied from interface:CfnFleetPropsMixin.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 interfaceCfnFleetPropsMixin.RuntimeConfigurationProperty- See Also:
-
getServerProcesses
Description copied from interface:CfnFleetPropsMixin.RuntimeConfigurationPropertyA collection of server process configurations that identify what server processes to run on fleet computes.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFleetPropsMixin.ServerProcessProperty>- Specified by:
getServerProcessesin interfaceCfnFleetPropsMixin.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()
-