Creates an AD Connector to connect to an on-premises directory.
directoryservice_connect_directory(Name, ShortName, Password,
Description, Size, ConnectSettings, Tags)
[required] The fully qualified name of the on-premises directory, such as
corp.example.com
.
The NetBIOS name of the on-premises directory, such as CORP
.
[required] The password for the on-premises user account.
A textual description for the directory.
[required] The size of the directory.
[required] A DirectoryConnectSettings object that contains additional information for the operation.
The tags to be assigned to AD Connector.
svc$connect_directory( Name = "string", ShortName = "string", Password = "string", Description = "string", Size = "Small"|"Large", ConnectSettings = list( VpcId = "string", SubnetIds = list( "string" ), CustomerDnsIps = list( "string" ), CustomerUserName = "string" ), Tags = list( list( Key = "string", Value = "string" ) ) )
Before you call ConnectDirectory
, ensure that all of the required
permissions have been explicitly granted through a policy. For details
about what permissions are required to run the ConnectDirectory
operation, see AWS Directory Service API Permissions: Actions, Resources, and Conditions Reference.