Interface DevOpsGuruNewInsightOpen.AnomalySourceMetadata
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DevOpsGuruNewInsightOpen.AnomalySourceMetadata.Jsii$Proxy
- Enclosing class:
DevOpsGuruNewInsightOpen
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.*;
AnomalySourceMetadata anomalySourceMetadata = AnomalySourceMetadata.builder()
.source(List.of("source"))
.sourceResourceArn(List.of("sourceResourceArn"))
.sourceResourceType(List.of("sourceResourceType"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDevOpsGuruNewInsightOpen.AnomalySourceMetadatastatic final classAn implementation forDevOpsGuruNewInsightOpen.AnomalySourceMetadata -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) source property.(experimental) sourceResourceArn property.(experimental) sourceResourceType property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSource
(experimental) source property.Specify an array of string values to match this event if the actual value of source 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
-
getSourceResourceArn
(experimental) sourceResourceArn property.Specify an array of string values to match this event if the actual value of sourceResourceArn 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
-
getSourceResourceType
(experimental) sourceResourceType property.Specify an array of string values to match this event if the actual value of sourceResourceType 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
-