Updates an Amazon GuardDuty detector specified by the detectorId.
guardduty_update_detector(DetectorId, Enable,
FindingPublishingFrequency)
[required] The unique ID of the detector that you want to update.
Updated boolean value for the detector that specifies whether the detector is enabled.
A enum value that specifies how frequently customer got Finding updates published.
svc$update_detector( DetectorId = "string", Enable = TRUE|FALSE, FindingPublishingFrequency = "FIFTEEN_MINUTES"|"ONE_HOUR"|"SIX_HOURS" )