Learn R Programming

paws.security.identity (version 0.1.12)

guardduty_update_organization_configuration: Updates the delegated administrator account with the values provided

Description

Updates the delegated administrator account with the values provided.

Usage

guardduty_update_organization_configuration(DetectorId, AutoEnable,
  DataSources)

Value

An empty list.

Arguments

DetectorId

[required] The ID of the detector to update the delegated administrator for.

AutoEnable

[required] Indicates whether to automatically enable member accounts in the organization.

DataSources

Describes which data sources will be updated.

Request syntax

svc$update_organization_configuration(
  DetectorId = "string",
  AutoEnable = TRUE|FALSE,
  DataSources = list(
    S3Logs = list(
      AutoEnable = TRUE|FALSE
    )
  )
)