guardduty_update_detector: Updates the Amazon GuardDuty detector specified by the...

View source: R/guardduty_operations.R

guardduty_update_detectorR Documentation

Updates the Amazon GuardDuty detector specified by the detectorId

Description

Updates the Amazon GuardDuty detector specified by the detectorId.

See https://www.paws-r-sdk.com/docs/guardduty_update_detector/ for full documentation.

Usage

guardduty_update_detector(
  DetectorId,
  Enable = NULL,
  FindingPublishingFrequency = NULL,
  DataSources = NULL,
  Features = NULL
)

Arguments

DetectorId

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

Enable

Specifies whether the detector is enabled or not enabled.

FindingPublishingFrequency

An enum value that specifies how frequently findings are exported, such as to CloudWatch Events.

DataSources

Describes which data sources will be updated.

There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.

Features

Provides the features that will be updated for the detector.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.