Description Usage Arguments Value Request syntax
View source: R/directoryservice_operations.R
Creates a Microsoft AD directory in the AWS Cloud. For more information, see AWS Managed Microsoft AD in the AWS Directory Service Admin Guide.
Before you call CreateMicrosoftAD, ensure that all of the required permissions have been explicitly granted through a policy. For details about what permissions are required to run the CreateMicrosoftAD operation, see AWS Directory Service API Permissions: Actions, Resources, and Conditions Reference.
1 2 | directoryservice_create_microsoft_ad(Name, ShortName, Password,
Description, VpcSettings, Edition, Tags)
|
Name |
[required] The fully qualified domain name for the AWS 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 AWS
console |
VpcSettings |
[required] Contains VPC information for the
|
Edition |
AWS Managed Microsoft AD is available in two editions: |
Tags |
The tags to be assigned to the AWS Managed Microsoft AD directory. |
A list with the following syntax:
1 2 3 | list(
DirectoryId = "string"
)
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.