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

CreateInvitationsRequest

import type { CreateInvitationsRequest } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface CreateInvitationsRequest {
accountIds: string[];
disableEmailNotification?: boolean | null;
message?: string | null;
}

§Properties

§
accountIds: string[]
[src]

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

§
disableEmailNotification?: boolean | null
[src]

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?: string | null
[src]

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