Interface RepositoryEvents.ECRImageScan.FindingSeverityCounts

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
RepositoryEvents.ECRImageScan.FindingSeverityCounts.Jsii$Proxy
Enclosing class:
RepositoryEvents.ECRImageScan

@Stability(Experimental) public static interface RepositoryEvents.ECRImageScan.FindingSeverityCounts extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for FindingSeverityCounts.

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.ecr.events.*;
 FindingSeverityCounts findingSeverityCounts = FindingSeverityCounts.builder()
         .critical(List.of("critical"))
         .high(List.of("high"))
         .informational(List.of("informational"))
         .low(List.of("low"))
         .medium(List.of("medium"))
         .undefined(List.of("undefined"))
         .build();
 
  • Method Details

    • getCritical

      @Stability(Experimental) @Nullable default List<String> getCritical()
      (experimental) CRITICAL property.

      Specify an array of string values to match this event if the actual value of CRITICAL 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

    • getHigh

      @Stability(Experimental) @Nullable default List<String> getHigh()
      (experimental) HIGH property.

      Specify an array of string values to match this event if the actual value of HIGH 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

    • getInformational

      @Stability(Experimental) @Nullable default List<String> getInformational()
      (experimental) INFORMATIONAL property.

      Specify an array of string values to match this event if the actual value of INFORMATIONAL 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

    • getLow

      @Stability(Experimental) @Nullable default List<String> getLow()
      (experimental) LOW property.

      Specify an array of string values to match this event if the actual value of LOW 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

    • getMedium

      @Stability(Experimental) @Nullable default List<String> getMedium()
      (experimental) MEDIUM property.

      Specify an array of string values to match this event if the actual value of MEDIUM 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

    • getUndefined

      @Stability(Experimental) @Nullable default List<String> getUndefined()
      (experimental) UNDEFINED property.

      Specify an array of string values to match this event if the actual value of UNDEFINED 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 RepositoryEvents.ECRImageScan.FindingSeverityCounts.Builder builder()
      Returns:
      a RepositoryEvents.ECRImageScan.FindingSeverityCounts.Builder of RepositoryEvents.ECRImageScan.FindingSeverityCounts