Class: Aws::WorkMail::Types::CreateOrganizationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::CreateOrganizationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ String
The organization alias.
-
#client_token ⇒ String
The idempotency token associated with the request.
-
#directory_id ⇒ String
The AWS Directory Service directory ID.
-
#domains ⇒ Array<Types::Domain>
The email domains to associate with the organization.
-
#enable_interoperability ⇒ Boolean
When ‘true`, allows organization interoperability between WorkMail and Microsoft Exchange.
-
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of a customer managed key from AWS KMS.
Instance Attribute Details
#alias ⇒ String
The organization alias.
639 640 641 642 643 644 645 646 647 648 |
# File 'lib/aws-sdk-workmail/types.rb', line 639 class CreateOrganizationRequest < Struct.new( :directory_id, :alias, :client_token, :domains, :kms_key_arn, :enable_interoperability) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
The idempotency token associated with the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
639 640 641 642 643 644 645 646 647 648 |
# File 'lib/aws-sdk-workmail/types.rb', line 639 class CreateOrganizationRequest < Struct.new( :directory_id, :alias, :client_token, :domains, :kms_key_arn, :enable_interoperability) SENSITIVE = [] include Aws::Structure end |
#directory_id ⇒ String
The AWS Directory Service directory ID.
639 640 641 642 643 644 645 646 647 648 |
# File 'lib/aws-sdk-workmail/types.rb', line 639 class CreateOrganizationRequest < Struct.new( :directory_id, :alias, :client_token, :domains, :kms_key_arn, :enable_interoperability) SENSITIVE = [] include Aws::Structure end |
#domains ⇒ Array<Types::Domain>
The email domains to associate with the organization.
639 640 641 642 643 644 645 646 647 648 |
# File 'lib/aws-sdk-workmail/types.rb', line 639 class CreateOrganizationRequest < Struct.new( :directory_id, :alias, :client_token, :domains, :kms_key_arn, :enable_interoperability) SENSITIVE = [] include Aws::Structure end |
#enable_interoperability ⇒ Boolean
When ‘true`, allows organization interoperability between WorkMail and Microsoft Exchange. If `true`, you must include a AD Connector directory ID in the request.
639 640 641 642 643 644 645 646 647 648 |
# File 'lib/aws-sdk-workmail/types.rb', line 639 class CreateOrganizationRequest < Struct.new( :directory_id, :alias, :client_token, :domains, :kms_key_arn, :enable_interoperability) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of a customer managed key from AWS KMS.
639 640 641 642 643 644 645 646 647 648 |
# File 'lib/aws-sdk-workmail/types.rb', line 639 class CreateOrganizationRequest < Struct.new( :directory_id, :alias, :client_token, :domains, :kms_key_arn, :enable_interoperability) SENSITIVE = [] include Aws::Structure end |