Values.UpdateMemberDetectorsRequestSourceContains information on member accounts to be updated. 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 detector ID of the administrator account. To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.
*)accountIds : AccountIds.t;A list of member account IDs to be updated.
*)dataSources : DataSourceConfigurations.t option;Describes which data sources will be updated.
*)features : MemberFeaturesConfigurations.t option;A list of features that will be updated for the specified member accounts.
*)}val make :
?dataSources:??? ->
?features:??? ->
detectorId:DetectorId.t ->
accountIds:AccountIds.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of AccountId.t
| `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 ]