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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.opsworks.CfnLayer.LoadBasedAutoScalingProperty
CfnLayer.LoadBasedAutoScalingProperty.Builder, CfnLayer.LoadBasedAutoScalingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLayer.LoadBasedAutoScalingProperty.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 ObjectAnAutoScalingThresholdsobject that describes the downscaling configuration, which defines how and when OpsWorks Stacks reduces the number of instances.final ObjectWhether load-based auto scaling is enabled for the layer.final ObjectAnAutoScalingThresholdsobject that describes the upscaling configuration, which defines how and when OpsWorks Stacks increases the number of instances.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 theCfnLayer.LoadBasedAutoScalingProperty.Builder.
-
-
Method Details
-
getDownScaling
Description copied from interface:CfnLayer.LoadBasedAutoScalingPropertyAnAutoScalingThresholdsobject that describes the downscaling configuration, which defines how and when OpsWorks Stacks reduces the number of instances.Returns union: either
IResolvableorCfnLayer.AutoScalingThresholdsProperty- Specified by:
getDownScalingin interfaceCfnLayer.LoadBasedAutoScalingProperty- See Also:
-
getEnable
Description copied from interface:CfnLayer.LoadBasedAutoScalingPropertyWhether load-based auto scaling is enabled for the layer.Returns union: either
BooleanorIResolvable- Specified by:
getEnablein interfaceCfnLayer.LoadBasedAutoScalingProperty- See Also:
-
getUpScaling
Description copied from interface:CfnLayer.LoadBasedAutoScalingPropertyAnAutoScalingThresholdsobject that describes the upscaling configuration, which defines how and when OpsWorks Stacks increases the number of instances.Returns union: either
IResolvableorCfnLayer.AutoScalingThresholdsProperty- Specified by:
getUpScalingin interfaceCfnLayer.LoadBasedAutoScalingProperty- 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()
-