Values.ConnectDirectoryRequestSourceContains the inputs for the ConnectDirectory operation.
type nonrec t = {name : DirectoryName.t;The fully qualified name of your self-managed directory, such as corp.example.com.
*)shortName : DirectoryShortName.t option;The NetBIOS name of your self-managed directory, such as CORP.
*)password : ConnectPassword.t;The password for your self-managed user account.
*)description : Description.t option;A description for the directory.
*)size : DirectorySize.t;The size of the directory.
*)connectSettings : DirectoryConnectSettings.t;A DirectoryConnectSettings object that contains additional information for the operation.
*)networkType : NetworkType.t option;The network type for your directory. The default value is IPv4 or IPv6 based on the provided subnet capabilities.
*)}val make :
?shortName:??? ->
?description:??? ->
?tags:??? ->
?networkType:??? ->
name:DirectoryName.t ->
password:ConnectPassword.t ->
size:DirectorySize.t ->
connectSettings:DirectoryConnectSettings.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 ]