Learn R Programming

paws.security.identity (version 0.1.6)

guardduty_create_members: Creates member accounts of the current AWS account by specifying a list of AWS account IDs

Description

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.

Usage

guardduty_create_members(DetectorId, AccountDetails)

Arguments

DetectorId

[required] The unique ID of the detector of the GuardDuty account with which you want to associate member accounts.

AccountDetails

[required] A list of account ID and email address pairs of the accounts that you want to associate with the master GuardDuty account.

Request syntax

svc$create_members(
  DetectorId = "string",
  AccountDetails = list(
    list(
      AccountId = "string",
      Email = "string"
    )
  )
)