Updates the Amazon GuardDuty detector specified by the detectorId.
guardduty_update_detector(DetectorId, Enable,
FindingPublishingFrequency, DataSources)
An empty list.
[required] The unique ID of the detector to update.
Specifies whether the detector is enabled or not enabled.
An enum value that specifies how frequently findings are exported, such as to CloudWatch Events.
Describes which data sources will be updated.
svc$update_detector(
DetectorId = "string",
Enable = TRUE|FALSE,
FindingPublishingFrequency = "FIFTEEN_MINUTES"|"ONE_HOUR"|"SIX_HOURS",
DataSources = list(
S3Logs = list(
Enable = TRUE|FALSE
)
)
)