amazonka-ds-1.4.0: Amazon Directory Service SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.DirectoryService.CreateMicrosoftAD

Contents

Description

Creates a Microsoft AD in the AWS cloud.

Synopsis

Creating a Request

createMicrosoftAD Source

Creates a value of CreateMicrosoftAD with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

cmadShortName :: Lens' CreateMicrosoftAD (Maybe Text) Source

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'.

cmadDescription :: Lens' CreateMicrosoftAD (Maybe Text) Source

A textual description for the directory. This label will appear on the AWS console 'Directory Details' page after the directory is created.

cmadName :: Lens' CreateMicrosoftAD Text Source

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.

cmadPassword :: Lens' CreateMicrosoftAD Text Source

The password for the default administrative user named Admin.

Destructuring the Response

createMicrosoftADResponse Source

Creates a value of CreateMicrosoftADResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

cmadrsDirectoryId :: Lens' CreateMicrosoftADResponse (Maybe Text) Source

The identifier of the directory that was created.