paws.security.identity (version 0.1.0)

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(AccountDetails, DetectorId)

Arguments

AccountDetails

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

DetectorId

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

Request syntax

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