java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.guardduty.events.DetectorEvents
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)", date="2025-12-18T18:20:26.670Z") @Stability(Experimental) public class DetectorEvents extends software.amazon.jsii.JsiiObject
(experimental) EventBridge event patterns for Detector.

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.guardduty.events.*;
 import software.amazon.awscdk.interfaces.guardduty.*;
 IDetectorRef detectorRef;
 DetectorEvents detectorEvents = DetectorEvents.fromDetector(detectorRef);
 
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    (experimental) aws.guardduty@GuardDutyFinding event types for Detector.

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    DetectorEvents(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    DetectorEvents(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) Create DetectorEvents from a Detector reference.
    (experimental) EventBridge event pattern for Detector GuardDuty Finding.
    (experimental) EventBridge event pattern for Detector GuardDuty Finding.

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • DetectorEvents

      protected DetectorEvents(software.amazon.jsii.JsiiObjectRef objRef)
    • DetectorEvents

      protected DetectorEvents(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
  • Method Details

    • fromDetector

      @Stability(Experimental) @NotNull public static DetectorEvents fromDetector(@NotNull IDetectorRef detectorRef)
      (experimental) Create DetectorEvents from a Detector reference.

      Parameters:
      detectorRef - This parameter is required.
    • guardDutyFindingPattern

      @Stability(Experimental) @NotNull public EventPattern guardDutyFindingPattern(@Nullable DetectorEvents.GuardDutyFinding.GuardDutyFindingProps options)
      (experimental) EventBridge event pattern for Detector GuardDuty Finding.

      Parameters:
      options -
    • guardDutyFindingPattern

      @Stability(Experimental) @NotNull public EventPattern guardDutyFindingPattern()
      (experimental) EventBridge event pattern for Detector GuardDuty Finding.