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