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

CreateOrganizationRequest

import type { CreateOrganizationRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface CreateOrganizationRequest {
Alias: string;
ClientToken?: string | null;
DirectoryId?: string | null;
Domains?: Domain[] | null;
EnableInteroperability?: boolean | null;
KmsKeyArn?: string | null;
}

§Properties

§
Alias: string
[src]

The organization alias.

§
ClientToken?: string | null
[src]

The idempotency token associated with the request.

§
DirectoryId?: string | null
[src]

The AWS Directory Service directory ID.

§
Domains?: Domain[] | null
[src]

The email domains to associate with the organization.

§
EnableInteroperability?: boolean | null
[src]

When true, allows organization interoperability between WorkMail and Microsoft Exchange. If true, you must include a AD Connector directory ID in the request.

§
KmsKeyArn?: string | null
[src]

The Amazon Resource Name (ARN) of a customer managed key from AWS KMS.