Class CfnLayerPropsMixin.LoadBasedAutoScalingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.opsworks.CfnLayerPropsMixin.LoadBasedAutoScalingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLayerPropsMixin.LoadBasedAutoScalingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLayerPropsMixin.LoadBasedAutoScalingProperty
@Stability(Stable)
@Internal
public static final class CfnLayerPropsMixin.LoadBasedAutoScalingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLayerPropsMixin.LoadBasedAutoScalingProperty
An implementation for
CfnLayerPropsMixin.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.cfnpropertymixins.services.opsworks.CfnLayerPropsMixin.LoadBasedAutoScalingProperty
CfnLayerPropsMixin.LoadBasedAutoScalingProperty.Builder, CfnLayerPropsMixin.LoadBasedAutoScalingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLayerPropsMixin.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 theCfnLayerPropsMixin.LoadBasedAutoScalingProperty.Builder.
-
-
Method Details
-
getDownScaling
Description copied from interface:CfnLayerPropsMixin.LoadBasedAutoScalingPropertyAnAutoScalingThresholdsobject that describes the downscaling configuration, which defines how and when OpsWorks Stacks reduces the number of instances.Returns union: either
IResolvableorCfnLayerPropsMixin.AutoScalingThresholdsProperty- Specified by:
getDownScalingin interfaceCfnLayerPropsMixin.LoadBasedAutoScalingProperty- See Also:
-
getEnable
Description copied from interface:CfnLayerPropsMixin.LoadBasedAutoScalingPropertyWhether load-based auto scaling is enabled for the layer.Returns union: either
BooleanorIResolvable- Specified by:
getEnablein interfaceCfnLayerPropsMixin.LoadBasedAutoScalingProperty- See Also:
-
getUpScaling
Description copied from interface:CfnLayerPropsMixin.LoadBasedAutoScalingPropertyAnAutoScalingThresholdsobject that describes the upscaling configuration, which defines how and when OpsWorks Stacks increases the number of instances.Returns union: either
IResolvableorCfnLayerPropsMixin.AutoScalingThresholdsProperty- Specified by:
getUpScalingin interfaceCfnLayerPropsMixin.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()
-