Contains information on member accounts to be updated.
guardduty_update_member_detectors(DetectorId, AccountIds, DataSources)
A list with the following syntax:
list(
UnprocessedAccounts = list(
list(
AccountId = "string",
Result = "string"
)
)
)
[required] The detector ID of the administrator account.
[required] A list of member account IDs to be updated.
Describes which data sources will be updated.
svc$update_member_detectors(
DetectorId = "string",
AccountIds = list(
"string"
),
DataSources = list(
S3Logs = list(
Enable = TRUE|FALSE
)
)
)