Class OpsworksHaproxyLayerLoadBasedAutoScalingDownscalingOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.opsworks_haproxy_layer.OpsworksHaproxyLayerLoadBasedAutoScalingDownscalingOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.297Z") @Stability(Stable) public class OpsworksHaproxyLayerLoadBasedAutoScalingDownscalingOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description OpsworksHaproxyLayerLoadBasedAutoScalingDownscalingOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedOpsworksHaproxyLayerLoadBasedAutoScalingDownscalingOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedOpsworksHaproxyLayerLoadBasedAutoScalingDownscalingOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
OpsworksHaproxyLayerLoadBasedAutoScalingDownscalingOutputReference
protected OpsworksHaproxyLayerLoadBasedAutoScalingDownscalingOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
OpsworksHaproxyLayerLoadBasedAutoScalingDownscalingOutputReference
protected OpsworksHaproxyLayerLoadBasedAutoScalingDownscalingOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
OpsworksHaproxyLayerLoadBasedAutoScalingDownscalingOutputReference
@Stability(Stable) public OpsworksHaproxyLayerLoadBasedAutoScalingDownscalingOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
resetAlarms
@Stability(Stable) public void resetAlarms()
-
resetCpuThreshold
@Stability(Stable) public void resetCpuThreshold()
-
resetIgnoreMetricsTime
@Stability(Stable) public void resetIgnoreMetricsTime()
-
resetInstanceCount
@Stability(Stable) public void resetInstanceCount()
-
resetLoadThreshold
@Stability(Stable) public void resetLoadThreshold()
-
resetMemoryThreshold
@Stability(Stable) public void resetMemoryThreshold()
-
resetThresholdsWaitTime
@Stability(Stable) public void resetThresholdsWaitTime()
-
getCpuThresholdInput
@Stability(Stable) @Nullable public Number getCpuThresholdInput()
-
getIgnoreMetricsTimeInput
@Stability(Stable) @Nullable public Number getIgnoreMetricsTimeInput()
-
getInstanceCountInput
@Stability(Stable) @Nullable public Number getInstanceCountInput()
-
getLoadThresholdInput
@Stability(Stable) @Nullable public Number getLoadThresholdInput()
-
getMemoryThresholdInput
@Stability(Stable) @Nullable public Number getMemoryThresholdInput()
-
getThresholdsWaitTimeInput
@Stability(Stable) @Nullable public Number getThresholdsWaitTimeInput()
-
getCpuThreshold
@Stability(Stable) @NotNull public Number getCpuThreshold()
-
setCpuThreshold
@Stability(Stable) public void setCpuThreshold(@NotNull Number value)
-
getIgnoreMetricsTime
@Stability(Stable) @NotNull public Number getIgnoreMetricsTime()
-
setIgnoreMetricsTime
@Stability(Stable) public void setIgnoreMetricsTime(@NotNull Number value)
-
getInstanceCount
@Stability(Stable) @NotNull public Number getInstanceCount()
-
setInstanceCount
@Stability(Stable) public void setInstanceCount(@NotNull Number value)
-
getLoadThreshold
@Stability(Stable) @NotNull public Number getLoadThreshold()
-
setLoadThreshold
@Stability(Stable) public void setLoadThreshold(@NotNull Number value)
-
getMemoryThreshold
@Stability(Stable) @NotNull public Number getMemoryThreshold()
-
setMemoryThreshold
@Stability(Stable) public void setMemoryThreshold(@NotNull Number value)
-
getThresholdsWaitTime
@Stability(Stable) @NotNull public Number getThresholdsWaitTime()
-
setThresholdsWaitTime
@Stability(Stable) public void setThresholdsWaitTime(@NotNull Number value)
-
getInternalValue
@Stability(Stable) @Nullable public OpsworksHaproxyLayerLoadBasedAutoScalingDownscaling getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable OpsworksHaproxyLayerLoadBasedAutoScalingDownscaling value)
-
-