Class CfnFleet.ManagedCapacityConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.CfnFleet.ManagedCapacityConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFleet.ManagedCapacityConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFleet.ManagedCapacityConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFleet.ManagedCapacityConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFleet.ManagedCapacityConfigurationProperty
An implementation for
CfnFleet.ManagedCapacityConfigurationProperty-
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.ManagedCapacityConfigurationProperty
CfnFleet.ManagedCapacityConfigurationProperty.Builder, CfnFleet.ManagedCapacityConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFleet.ManagedCapacityConfigurationProperty.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 NumberLength of time, in minutes, that Amazon GameLift Servers will wait before scaling in your MinSize and DesiredInstances to 0 after a period with no game session activity.final StringThe strategy Amazon GameLift Servers will use to automatically scale your capacity to and from zero in response to game session activity.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.ManagedCapacityConfigurationProperty.Builder.
-
-
Method Details
-
getZeroCapacityStrategy
Description copied from interface:CfnFleet.ManagedCapacityConfigurationPropertyThe strategy Amazon GameLift Servers will use to automatically scale your capacity to and from zero in response to game session activity.Game session activity refers to any active running sessions or game session requests. When set to SCALE_TO_AND_FROM_ZERO, MinSize must not be specified and will be managed automatically. When set to MANUAL, MinSize is required.
- Specified by:
getZeroCapacityStrategyin interfaceCfnFleet.ManagedCapacityConfigurationProperty- See Also:
-
getScaleInAfterInactivityMinutes
Description copied from interface:CfnFleet.ManagedCapacityConfigurationPropertyLength of time, in minutes, that Amazon GameLift Servers will wait before scaling in your MinSize and DesiredInstances to 0 after a period with no game session activity.- Specified by:
getScaleInAfterInactivityMinutesin interfaceCfnFleet.ManagedCapacityConfigurationProperty- 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()
-