You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::WorkMail::Types::CreateOrganizationRequestWhen passing CreateOrganizationRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
directory_id: "DirectoryId",
alias: "OrganizationName", client_token: "IdempotencyClientToken",
domains: [
{
domain_name: "DomainName",
hosted_zone_id: "HostedZoneId",
},
],
kms_key_arn: "KmsKeyArn",
enable_interoperability: false,
}
Instance Attribute Summary collapse
The organization alias.
The idempotency token associated with the request.
The AWS Directory Service directory ID.
The email domains to associate with the organization.
When true
, allows organization interoperability between Amazon WorkMail and Microsoft Exchange.
The Amazon Resource Name (ARN) of a customer managed master key from AWS KMS.
The idempotency token associated with the request.
#directory_id ⇒ StringThe AWS Directory Service directory ID.
#domains ⇒ Array<Types::Domain>The email domains to associate with the organization.
#enable_interoperability ⇒ BooleanWhen true
, allows organization interoperability between Amazon WorkMail and Microsoft Exchange. Can only be set to true
if an AD Connector directory ID is included in the request.
The Amazon Resource Name (ARN) of a customer managed master key from AWS KMS.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4