Interface DevOpsGuruNewInsightOpen.AnomalySourceMetadata

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
DevOpsGuruNewInsightOpen.AnomalySourceMetadata.Jsii$Proxy
Enclosing class:
DevOpsGuruNewInsightOpen

@Stability(Experimental) public static interface DevOpsGuruNewInsightOpen.AnomalySourceMetadata extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for AnomalySourceMetadata.

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();
 
  • Method Details

    • getSource

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getSourceResourceArn

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getSourceResourceType

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static DevOpsGuruNewInsightOpen.AnomalySourceMetadata.Builder builder()
      Returns:
      a DevOpsGuruNewInsightOpen.AnomalySourceMetadata.Builder of DevOpsGuruNewInsightOpen.AnomalySourceMetadata