Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateMembersRequest

import type { CreateMembersRequest } from "https://aws-api.deno.dev/v0.3/services/detective.ts?docs=full";
interface CreateMembersRequest {
Accounts: Account[];
DisableEmailNotification?: boolean | null;
GraphArn: string;
Message?: string | null;
}

§Properties

§
Accounts: Account[]
[src]

The list of Amazon Web Services accounts to invite or to enable. You can invite or enable up to 50 accounts at a time. For each invited account, the account list contains the account identifier and the Amazon Web Services account root user email address. For organization accounts in the organization behavior graph, the email address is not required.

§
DisableEmailNotification?: boolean | null
[src]

if set to true, then the invited accounts do not receive email notifications. By default, this is set to false, and the invited accounts receive email notifications.

Organization accounts in the organization behavior graph do not receive email notifications.

§
GraphArn: string
[src]

The ARN of the behavior graph.

§
Message?: string | null
[src]

Customized message text to include in the invitation email message to the invited member accounts.