paws.security.identity (version 0.1.0)

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

Description

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

Usage

guardduty_invite_members(AccountIds, DetectorId,
  DisableEmailNotification, Message)

Arguments

AccountIds

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

DetectorId

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

DisableEmailNotification

A boolean value that specifies whether you want to disable email notification to the accounts that you<U+2019>re inviting to GuardDuty as members.

Message

The invitation message that you want to send to the accounts that you<U+2019>re inviting to GuardDuty as members.

Request syntax

svc$invite_members(
  AccountIds = list(
    "string"
  ),
  DetectorId = "string",
  DisableEmailNotification = TRUE|FALSE,
  Message = "string"
)