macie2_create_invitations: Sends an Amazon Macie membership invitation to one or more...

View source: R/macie2_operations.R

macie2_create_invitationsR Documentation

Sends an Amazon Macie membership invitation to one or more accounts

Description

Sends an Amazon Macie membership invitation to one or more accounts.

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

Usage

macie2_create_invitations(
  accountIds,
  disableEmailNotification = NULL,
  message = NULL
)

Arguments

accountIds

[required] An array that lists Amazon Web Services account IDs, one for each account to send the invitation to.

disableEmailNotification

Specifies whether to send the invitation as an email message. If this value is false, Amazon Macie sends the invitation (as an email message) to the email address that you specified for the recipient's account when you associated the account with your account. The default value is false.

message

Custom text to include in the email message that contains the invitation. The text can contain as many as 80 alphanumeric characters.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.