Show / Hide Table of Contents

Class DetectorEvents

(experimental) EventBridge event patterns for Detector.

Inheritance
object
DetectorEvents
Namespace: Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class DetectorEvents : DeputyBase
Syntax (vb)
Public Class DetectorEvents Inherits DeputyBase
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Events;
             using Amazon.CDK.Interfaces.GuardDuty;

             IDetectorRef detectorRef;

             var detectorEvents = DetectorEvents.FromDetector(detectorRef);

Synopsis

Methods

FromDetector(IDetectorRef)

(experimental) Create DetectorEvents from a Detector reference.

GuardDutyFindingPattern(IGuardDutyFindingProps?)

(experimental) EventBridge event pattern for Detector GuardDuty Finding.

Methods

FromDetector(IDetectorRef)

(experimental) Create DetectorEvents from a Detector reference.

public static DetectorEvents FromDetector(IDetectorRef detectorRef)
Parameters
detectorRef IDetectorRef
Returns

DetectorEvents

Remarks

Stability: Experimental

GuardDutyFindingPattern(IGuardDutyFindingProps?)

(experimental) EventBridge event pattern for Detector GuardDuty Finding.

public virtual IEventPattern GuardDutyFindingPattern(DetectorEvents.GuardDutyFinding.IGuardDutyFindingProps? options = null)
Parameters
options DetectorEvents.GuardDutyFinding.IGuardDutyFindingProps
Returns

IEventPattern

Remarks

Stability: Experimental

Back to top Generated by DocFX