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