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
)
[required] The fully qualified domain name for the Managed Microsoft AD directory,
such as corp.example.com
. This name will resolve inside your VPC only.
It does not need to be publicly resolvable.
The NetBIOS name for your domain, such as CORP
. If you don't specify a
NetBIOS name, it will default to the first part of your directory DNS.
For example, CORP
for the directory DNS corp.example.com
.
[required] The password for the default administrative user named Admin
.
If you need to change the password for the administrator account, you
can use the
reset_user_password
API call.
A description for the directory. This label will appear on the Amazon
Web Services console Directory Details
page after the directory is
created.
[required] Contains VPC information for the
create_directory
or
create_microsoft_ad
operation.
Managed Microsoft AD is available in two editions: Standard
and
Enterprise
. Enterprise
is the default.
The tags to be assigned to the Managed Microsoft AD directory.