aws ds connect-directory
Creates an AD Connector to connect to an on-premises directory. 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
Options
Name | Description |
---|---|
--name <string> | The fully qualified name of the on-premises directory, such as corp.example.com |
--short-name <string> | The NetBIOS name of the on-premises directory, such as CORP |
--password <string> | The password for the on-premises user account |
--description <string> | A description for the directory |
--size <string> | The size of the directory |
--connect-settings <structure> | A DirectoryConnectSettings object that contains additional information for the operation |
--tags <list> | The tags to be assigned to AD Connector |
--cli-input-json <string> | Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally |
--generate-cli-skeleton <string> | Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command |