Class MonitoringSloWindowsBasedSliOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.monitoring_slo.MonitoringSloWindowsBasedSliOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.979Z") @Stability(Stable) public class MonitoringSloWindowsBasedSliOutputReference 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 MonitoringSloWindowsBasedSliOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedMonitoringSloWindowsBasedSliOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedMonitoringSloWindowsBasedSliOutputReference(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
-
MonitoringSloWindowsBasedSliOutputReference
protected MonitoringSloWindowsBasedSliOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
MonitoringSloWindowsBasedSliOutputReference
protected MonitoringSloWindowsBasedSliOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
MonitoringSloWindowsBasedSliOutputReference
@Stability(Stable) public MonitoringSloWindowsBasedSliOutputReference(@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
-
putGoodTotalRatioThreshold
@Stability(Stable) public void putGoodTotalRatioThreshold(@NotNull MonitoringSloWindowsBasedSliGoodTotalRatioThreshold value)- Parameters:
value- This parameter is required.
-
putMetricMeanInRange
@Stability(Stable) public void putMetricMeanInRange(@NotNull MonitoringSloWindowsBasedSliMetricMeanInRange value)- Parameters:
value- This parameter is required.
-
putMetricSumInRange
@Stability(Stable) public void putMetricSumInRange(@NotNull MonitoringSloWindowsBasedSliMetricSumInRange value)- Parameters:
value- This parameter is required.
-
resetGoodBadMetricFilter
@Stability(Stable) public void resetGoodBadMetricFilter()
-
resetGoodTotalRatioThreshold
@Stability(Stable) public void resetGoodTotalRatioThreshold()
-
resetMetricMeanInRange
@Stability(Stable) public void resetMetricMeanInRange()
-
resetMetricSumInRange
@Stability(Stable) public void resetMetricSumInRange()
-
resetWindowPeriod
@Stability(Stable) public void resetWindowPeriod()
-
getGoodTotalRatioThreshold
@Stability(Stable) @NotNull public MonitoringSloWindowsBasedSliGoodTotalRatioThresholdOutputReference getGoodTotalRatioThreshold()
-
getMetricMeanInRange
@Stability(Stable) @NotNull public MonitoringSloWindowsBasedSliMetricMeanInRangeOutputReference getMetricMeanInRange()
-
getMetricSumInRange
@Stability(Stable) @NotNull public MonitoringSloWindowsBasedSliMetricSumInRangeOutputReference getMetricSumInRange()
-
getGoodBadMetricFilterInput
@Stability(Stable) @Nullable public String getGoodBadMetricFilterInput()
-
getGoodTotalRatioThresholdInput
@Stability(Stable) @Nullable public MonitoringSloWindowsBasedSliGoodTotalRatioThreshold getGoodTotalRatioThresholdInput()
-
getMetricMeanInRangeInput
@Stability(Stable) @Nullable public MonitoringSloWindowsBasedSliMetricMeanInRange getMetricMeanInRangeInput()
-
getMetricSumInRangeInput
@Stability(Stable) @Nullable public MonitoringSloWindowsBasedSliMetricSumInRange getMetricSumInRangeInput()
-
getWindowPeriodInput
@Stability(Stable) @Nullable public String getWindowPeriodInput()
-
getGoodBadMetricFilter
@Stability(Stable) @NotNull public String getGoodBadMetricFilter()
-
setGoodBadMetricFilter
@Stability(Stable) public void setGoodBadMetricFilter(@NotNull String value)
-
getWindowPeriod
@Stability(Stable) @NotNull public String getWindowPeriod()
-
setWindowPeriod
@Stability(Stable) public void setWindowPeriod(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public MonitoringSloWindowsBasedSli getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable MonitoringSloWindowsBasedSli value)
-
-