Class CfnLayer.LoadBasedAutoScalingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opsworks.CfnLayer.LoadBasedAutoScalingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLayer.LoadBasedAutoScalingProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLayer.LoadBasedAutoScalingProperty
@Stability(Stable)
@Internal
public static final class CfnLayer.LoadBasedAutoScalingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLayer.LoadBasedAutoScalingProperty
An implementation for
CfnLayer.LoadBasedAutoScalingProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.opsworks.CfnLayer.LoadBasedAutoScalingProperty
CfnLayer.LoadBasedAutoScalingProperty.Builder, CfnLayer.LoadBasedAutoScalingProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLayer.LoadBasedAutoScalingProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
AnAutoScalingThresholds
object that describes the downscaling configuration, which defines how and when AWS OpsWorks Stacks reduces the number of instances.final Object
Whether load-based auto scaling is enabled for the layer.final Object
AnAutoScalingThresholds
object that describes the upscaling configuration, which defines how and when AWS OpsWorks Stacks increases the number of instances.final int
hashCode()
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 theCfnLayer.LoadBasedAutoScalingProperty.Builder
.
-
-
Method Details
-
getDownScaling
Description copied from interface:CfnLayer.LoadBasedAutoScalingProperty
AnAutoScalingThresholds
object that describes the downscaling configuration, which defines how and when AWS OpsWorks Stacks reduces the number of instances.- Specified by:
getDownScaling
in interfaceCfnLayer.LoadBasedAutoScalingProperty
- See Also:
-
getEnable
Description copied from interface:CfnLayer.LoadBasedAutoScalingProperty
Whether load-based auto scaling is enabled for the layer.- Specified by:
getEnable
in interfaceCfnLayer.LoadBasedAutoScalingProperty
- See Also:
-
getUpScaling
Description copied from interface:CfnLayer.LoadBasedAutoScalingProperty
AnAutoScalingThresholds
object that describes the upscaling configuration, which defines how and when AWS OpsWorks Stacks increases the number of instances.- Specified by:
getUpScaling
in interfaceCfnLayer.LoadBasedAutoScalingProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-