Interface DevOpsGuruInsightClosed.ReferenceValue
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DevOpsGuruInsightClosed.ReferenceValue.Jsii$Proxy
- Enclosing class:
DevOpsGuruInsightClosed
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.devopsguru.events.*;
ReferenceValue referenceValue = ReferenceValue.builder()
.comparisonOperator(List.of("comparisonOperator"))
.datapointsToAlarm(List.of("datapointsToAlarm"))
.evaluationPeriod(List.of("evaluationPeriod"))
.threshold(List.of("threshold"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDevOpsGuruInsightClosed.ReferenceValuestatic final classAn implementation forDevOpsGuruInsightClosed.ReferenceValue -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) comparisonOperator property.(experimental) datapointsToAlarm property.(experimental) evaluationPeriod property.(experimental) threshold property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getComparisonOperator
(experimental) comparisonOperator property.Specify an array of string values to match this event if the actual value of comparisonOperator is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getDatapointsToAlarm
(experimental) datapointsToAlarm property.Specify an array of string values to match this event if the actual value of datapointsToAlarm is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEvaluationPeriod
(experimental) evaluationPeriod property.Specify an array of string values to match this event if the actual value of evaluationPeriod is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getThreshold
(experimental) threshold property.Specify an array of string values to match this event if the actual value of threshold is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
-