Class ECRImageScan.ECRImageScanProps.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class ECRImageScan.ECRImageScanProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ECRImageScan.ECRImageScanProps
An implementation for ECRImageScan.ECRImageScanProps
  • 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.ECRImageScanProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ECRImageScan.ECRImageScanProps.Builder.
  • Method Details

    • getEventMetadata

      public final AWSEventMetadataProps getEventMetadata()
      Description copied from interface: ECRImageScan.ECRImageScanProps
      (experimental) EventBridge event metadata.

      Default: - -

      Specified by:
      getEventMetadata in interface ECRImageScan.ECRImageScanProps
    • getFindingSeverityCounts

      public final ECRImageScan.FindingSeverityCounts getFindingSeverityCounts()
      Description copied from interface: ECRImageScan.ECRImageScanProps
      (experimental) finding-severity-counts property.

      Specify an array of string values to match this event if the actual value of finding-severity-counts 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:
      getFindingSeverityCounts in interface ECRImageScan.ECRImageScanProps
    • getImageDigest

      public final List<String> getImageDigest()
      Description copied from interface: ECRImageScan.ECRImageScanProps
      (experimental) image-digest property.

      Specify an array of string values to match this event if the actual value of image-digest 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:
      getImageDigest in interface ECRImageScan.ECRImageScanProps
    • getImageTags

      public final List<String> getImageTags()
      Description copied from interface: ECRImageScan.ECRImageScanProps
      (experimental) image-tags property.

      Specify an array of string values to match this event if the actual value of image-tags 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:
      getImageTags in interface ECRImageScan.ECRImageScanProps
    • getRepositoryName

      public final List<String> getRepositoryName()
      Description copied from interface: ECRImageScan.ECRImageScanProps
      (experimental) repository-name property.

      Specify an array of string values to match this event if the actual value of repository-name is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Filter with the Repository reference

      Specified by:
      getRepositoryName in interface ECRImageScan.ECRImageScanProps
    • getScanStatus

      public final List<String> getScanStatus()
      Description copied from interface: ECRImageScan.ECRImageScanProps
      (experimental) scan-status property.

      Specify an array of string values to match this event if the actual value of scan-status 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:
      getScanStatus in interface ECRImageScan.ECRImageScanProps
    • $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