Creates member accounts of the current AWS account by specifying a list of AWS account IDs. The current AWS account can then invite these members to manage GuardDuty in their accounts.
guardduty_create_members(AccountDetails, DetectorId)[required] A list of account ID and email address pairs of the accounts that you want to associate with the master GuardDuty account.
[required] The unique ID of the detector of the GuardDuty account with which you want to associate member accounts.
svc$create_members(
AccountDetails = list(
list(
AccountId = "string",
Email = "string"
)
),
DetectorId = "string"
)