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.
Usage
workmail_create_organization(
DirectoryId = NULL,
Alias,
ClientToken = NULL,
Domains = NULL,
KmsKeyArn = NULL,
EnableInteroperability = NULL
)Arguments
- DirectoryId
The AWS Directory Service directory ID.
- Alias
[required] The organization alias.
- ClientToken
The idempotency token associated with the request.
- Domains
The email domains to associate with the organization.
- KmsKeyArn
The Amazon Resource Name (ARN) of a customer managed key from AWS KMS.
- EnableInteroperability
When
true, allows organization interoperability between WorkMail and Microsoft Exchange. Iftrue, you must include a AD Connector directory ID in the request.