Class CfnContainerFleet.ManagedCapacityConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.CfnContainerFleet.ManagedCapacityConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerFleet.ManagedCapacityConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerFleet.ManagedCapacityConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnContainerFleet.ManagedCapacityConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainerFleet.ManagedCapacityConfigurationProperty
An implementation for
CfnContainerFleet.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.CfnContainerFleet.ManagedCapacityConfigurationProperty
CfnContainerFleet.ManagedCapacityConfigurationProperty.Builder, CfnContainerFleet.ManagedCapacityConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainerFleet.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 theCfnContainerFleet.ManagedCapacityConfigurationProperty.Builder.
-
-
Method Details
-
getZeroCapacityStrategy
Description copied from interface:CfnContainerFleet.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 interfaceCfnContainerFleet.ManagedCapacityConfigurationProperty- See Also:
-
getScaleInAfterInactivityMinutes
Description copied from interface:CfnContainerFleet.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 interfaceCfnContainerFleet.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()
-