Updates the delegated administrator account with the values provided.
guardduty_update_organization_configuration(DetectorId, AutoEnable,
DataSources)
[required] The ID of the detector to update the delegated administrator for.
[required] Indicates whether to automatically enable member accounts in the organization.
Describes which data sources will be updated.
An empty list.
svc$update_organization_configuration( DetectorId = "string", AutoEnable = TRUE|FALSE, DataSources = list( S3Logs = list( AutoEnable = TRUE|FALSE ) ) )