Creates a new WorkMail organization. Optionally, you can choose to associate an existing AWS Directory Service directory with your organization. If an AWS Directory Service directory ID is specified, the organization alias must match the directory alias. If you choose not to associate an existing directory with your organization, then we create a new WorkMail directory for you. For more information, see Adding an organization in the WorkMail Administrator Guide.
See https://www.paws-r-sdk.com/docs/workmail_create_organization/ for full documentation.
workmail_create_organization(
DirectoryId = NULL,
Alias,
ClientToken = NULL,
Domains = NULL,
KmsKeyArn = NULL,
EnableInteroperability = NULL
)
The AWS Directory Service directory ID.
[required] The organization alias.
The idempotency token associated with the request.
The email domains to associate with the organization.
The Amazon Resource Name (ARN) of a customer managed key from AWS KMS.
When true
, allows organization interoperability between WorkMail and
Microsoft Exchange. If true
, you must include a AD Connector directory
ID in the request.