Creates an AWS Managed Microsoft AD directory.
directoryservice_create_microsoft_ad(Name, ShortName, Password,
Description, VpcSettings, Edition, Tags)
[required] The fully qualified domain name for the 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. A short identifier 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
.
A textual description for the directory. This label will appear on the
AWS console Directory Details
page after the directory is created.
[required] Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
AWS Managed Microsoft AD is available in two editions: Standard and Enterprise. Enterprise is the default.
The tags to be assigned to the AWS Managed Microsoft AD directory.
svc$create_microsoft_ad( Name = "string", ShortName = "string", Password = "string", Description = "string", VpcSettings = list( VpcId = "string", SubnetIds = list( "string" ) ), Edition = "Enterprise"|"Standard", Tags = list( list( Key = "string", Value = "string" ) ) )
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.