Class GuardDutyFinding.EbsVolumeScanDetails.Jsii$Proxy

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

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

  • Method Details

    • getScanCompletedAt

      public final List<String> getScanCompletedAt()
      Description copied from interface: GuardDutyFinding.EbsVolumeScanDetails
      (experimental) scanCompletedAt property.

      Specify an array of string values to match this event if the actual value of scanCompletedAt 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:
      getScanCompletedAt in interface GuardDutyFinding.EbsVolumeScanDetails
    • getScanDetections

      public final GuardDutyFinding.ScanDetections getScanDetections()
      Description copied from interface: GuardDutyFinding.EbsVolumeScanDetails
      (experimental) scanDetections property.

      Specify an array of string values to match this event if the actual value of scanDetections 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:
      getScanDetections in interface GuardDutyFinding.EbsVolumeScanDetails
    • getScanId

      public final List<String> getScanId()
      Description copied from interface: GuardDutyFinding.EbsVolumeScanDetails
      (experimental) scanId property.

      Specify an array of string values to match this event if the actual value of scanId 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:
      getScanId in interface GuardDutyFinding.EbsVolumeScanDetails
    • getScanStartedAt

      public final List<String> getScanStartedAt()
      Description copied from interface: GuardDutyFinding.EbsVolumeScanDetails
      (experimental) scanStartedAt property.

      Specify an array of string values to match this event if the actual value of scanStartedAt 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:
      getScanStartedAt in interface GuardDutyFinding.EbsVolumeScanDetails
    • getSources

      public final List<String> getSources()
      Description copied from interface: GuardDutyFinding.EbsVolumeScanDetails
      (experimental) sources property.

      Specify an array of string values to match this event if the actual value of sources 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:
      getSources in interface GuardDutyFinding.EbsVolumeScanDetails
    • getTriggerFindingId

      public final List<String> getTriggerFindingId()
      Description copied from interface: GuardDutyFinding.EbsVolumeScanDetails
      (experimental) triggerFindingId property.

      Specify an array of string values to match this event if the actual value of triggerFindingId 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:
      getTriggerFindingId in interface GuardDutyFinding.EbsVolumeScanDetails
    • $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