View source: R/directoryservice_operations.R
directoryservice_create_microsoft_ad | R Documentation |
Creates a Microsoft AD directory in the Amazon Web Services Cloud. For more information, see Managed Microsoft AD in the Directory Service Admin Guide.
See https://www.paws-r-sdk.com/docs/directoryservice_create_microsoft_ad/ for full documentation.
directoryservice_create_microsoft_ad(
Name,
ShortName = NULL,
Password,
Description = NULL,
VpcSettings,
Edition = NULL,
Tags = NULL
)
Name |
[required] The fully qualified domain name for the Managed Microsoft AD directory,
such as |
ShortName |
The NetBIOS name for your domain, such as |
Password |
[required] The password for the default administrative user named If you need to change the password for the administrator account, you
can use the
|
Description |
A description for the directory. This label will appear on the Amazon
Web Services console |
VpcSettings |
[required] Contains VPC information for the
|
Edition |
Managed Microsoft AD is available in two editions: |
Tags |
The tags to be assigned to the Managed Microsoft AD directory. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.