Class ECRImageScan.FindingSeverityCounts.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.ecr.events.ECRImageScan.FindingSeverityCounts.Jsii$Proxy
All Implemented Interfaces:
ECRImageScan.FindingSeverityCounts, software.amazon.jsii.JsiiSerializable
Enclosing interface:
ECRImageScan.FindingSeverityCounts

@Stability(Experimental) @Internal public static final class ECRImageScan.FindingSeverityCounts.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ECRImageScan.FindingSeverityCounts
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(ECRImageScan.FindingSeverityCounts.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ECRImageScan.FindingSeverityCounts.Builder.
  • Method Details

    • getCritical

      public final List<String> getCritical()
      Description copied from interface: ECRImageScan.FindingSeverityCounts
      (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

      Specified by:
      getCritical in interface ECRImageScan.FindingSeverityCounts
    • getHigh

      public final List<String> getHigh()
      Description copied from interface: ECRImageScan.FindingSeverityCounts
      (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

      Specified by:
      getHigh in interface ECRImageScan.FindingSeverityCounts
    • getInformational

      public final List<String> getInformational()
      Description copied from interface: ECRImageScan.FindingSeverityCounts
      (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

      Specified by:
      getInformational in interface ECRImageScan.FindingSeverityCounts
    • getLow

      public final List<String> getLow()
      Description copied from interface: ECRImageScan.FindingSeverityCounts
      (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

      Specified by:
      getLow in interface ECRImageScan.FindingSeverityCounts
    • getMedium

      public final List<String> getMedium()
      Description copied from interface: ECRImageScan.FindingSeverityCounts
      (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

      Specified by:
      getMedium in interface ECRImageScan.FindingSeverityCounts
    • getUndefined

      public final List<String> getUndefined()
      Description copied from interface: ECRImageScan.FindingSeverityCounts
      (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

      Specified by:
      getUndefined in interface ECRImageScan.FindingSeverityCounts
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object