paws.security.identity (version 0.1.0)

guardduty_update_detector: Updates an Amazon GuardDuty detector specified by the detectorId

Description

Updates an Amazon GuardDuty detector specified by the detectorId.

Usage

guardduty_update_detector(DetectorId, Enable,
  FindingPublishingFrequency)

Arguments

DetectorId

[required] The unique ID of the detector that you want to update.

Enable

Updated boolean value for the detector that specifies whether the detector is enabled.

FindingPublishingFrequency

A enum value that specifies how frequently customer got Finding updates published.

Request syntax

svc$update_detector(
  DetectorId = "string",
  Enable = TRUE|FALSE,
  FindingPublishingFrequency = "FIFTEEN_MINUTES"|"ONE_HOUR"|"SIX_HOURS"
)