Learn R Programming

paws.security.identity (version 0.3.1)

guardduty_invite_members: Invites other Amazon Web Services accounts (created as members of the current Amazon Web Services account by CreateMembers) to enable GuardDuty, and allow the current Amazon Web Services account to view and manage these accounts' findings on their behalf as the GuardDuty administrator account

Description

Invites other Amazon Web Services accounts (created as members of the current Amazon Web Services account by CreateMembers) to enable GuardDuty, and allow the current Amazon Web Services account to view and manage these accounts' findings on their behalf as the GuardDuty administrator account.

See https://www.paws-r-sdk.com/docs/guardduty_invite_members/ for full documentation.

Usage

guardduty_invite_members(
  DetectorId,
  AccountIds,
  DisableEmailNotification = NULL,
  Message = NULL
)

Arguments

DetectorId

[required] The unique ID of the detector of the GuardDuty account that you want to invite members with.

AccountIds

[required] A list of account IDs of the accounts that you want to invite to GuardDuty as members.

DisableEmailNotification

A Boolean value that specifies whether you want to disable email notification to the accounts that you are inviting to GuardDuty as members.

Message

The invitation message that you want to send to the accounts that you're inviting to GuardDuty as members.