Values.CreateMicrosoftADRequestSourceCreates an Managed Microsoft AD directory.
type nonrec t = {name : DirectoryName.t;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.
*)shortName : DirectoryShortName.t option;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.
*)password : Password.t;The password for the default administrative user named Admin. If you need to change the password for the administrator account, you can use the ResetUserPassword API call.
*)description : Description.t option;A description for the directory. This label will appear on the Amazon Web Services console Directory Details page after the directory is created.
*)vpcSettings : DirectoryVpcSettings.t;Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
*)edition : DirectoryEdition.t option;Managed Microsoft AD is available in two editions: Standard and Enterprise. Enterprise is the default.
*)networkType : NetworkType.t option;The network type for your domain. The default value is IPv4 or IPv6 based on the provided subnet capabilities.
*)}val make :
?shortName:??? ->
?description:??? ->
?edition:??? ->
?tags:??? ->
?networkType:??? ->
name:DirectoryName.t ->
password:Password.t ->
vpcSettings:DirectoryVpcSettings.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of DirectoryName.t
| `Structure of
(string
* [> `List of [> `String of SubnetId.t ] list
| `String of VpcId.t ])
list ])
list ]