class Aws::Detective::Types::CreateMembersRequest

@note When making an API call, you may pass CreateMembersRequest

data as a hash:

    {
      graph_arn: "GraphArn", # required
      message: "EmailMessage",
      disable_email_notification: false,
      accounts: [ # required
        {
          account_id: "AccountId", # required
          email_address: "EmailAddress", # required
        },
      ],
    }

@!attribute [rw] graph_arn

The ARN of the behavior graph to invite the member accounts to
contribute their data to.
@return [String]

@!attribute [rw] message

Customized message text to include in the invitation email message
to the invited member accounts.
@return [String]

@!attribute [rw] disable_email_notification

if set to `true`, then the member accounts do not receive email
notifications. By default, this is set to `false`, and the member
accounts receive email notifications.
@return [Boolean]

@!attribute [rw] accounts

The list of AWS accounts to invite to become member accounts in the
behavior graph. You can invite up to 50 accounts at a time. For each
invited account, the account list contains the account identifier
and the AWS account root user email address.
@return [Array<Types::Account>]

@see docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/CreateMembersRequest AWS API Documentation

Constants

SENSITIVE