CreateInvestigation
Source:
src/AWS/GuardDuty/CreateInvestigation.ts
Runtime binding for guardduty:CreateInvestigation.
Starts a GuardDuty Extended Threat Detection investigation from a natural-language trigger prompt.
The detector id is injected from the bound Detector.
Provide the implementation with
Effect.provide(AWS.GuardDuty.CreateInvestigationHttp).
Extended Threat Detection
Section titled “Extended Threat Detection”// initconst createInvestigation = yield* AWS.GuardDuty.CreateInvestigation(detector);
// runtimeconst { InvestigationId } = yield* createInvestigation({ TriggerPrompt: "Investigate the port probe findings on my web tier",});