Values.UpdateDetectorRequestSourceUpdates the GuardDuty detector specified by the detector ID. Specifying both EKS Runtime Monitoring (EKS_RUNTIME_MONITORING) and Runtime Monitoring (RUNTIME_MONITORING) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see Runtime Monitoring. 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.
type nonrec t = {detectorId : DetectorId.t;The unique ID of the detector to update. To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.
*)enable : Boolean.t option;Specifies whether the detector is enabled or not enabled.
*)findingPublishingFrequency : FindingPublishingFrequency.t option;An enum value that specifies how frequently findings are exported, such as to CloudWatch Events.
*)dataSources : DataSourceConfigurations.t option;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 : DetectorFeatureConfigurations.t option;Provides the features that will be updated for the detector.
*)}val make :
?enable:??? ->
?findingPublishingFrequency:??? ->
?dataSources:??? ->
?features:??? ->
detectorId:DetectorId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `Enum of string ]) list ]
list ])
list ]
list
| `String of DetectorId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of
(string * [> `Boolean of Boolean.t ]) list ])
list ])
list ])
list ]