Values.DirectoryDescriptionSourceContains information about an Directory Service directory.
type nonrec t = {directoryId : DirectoryId.t option;The directory identifier.
*)name : DirectoryName.t option;The fully qualified name of the directory.
*)shortName : DirectoryShortName.t option;The short name of the directory.
*)size : DirectorySize.t option;The directory size.
*)edition : DirectoryEdition.t option;The edition associated with this directory.
*)alias : AliasName.t option;The alias for the directory. If no alias exists, the alias is the directory identifier, such as d-XXXXXXXXXX.
*)accessUrl : AccessUrl.t option;The access URL for the directory, such as http://<alias>.awsapps.com. If no alias exists, <alias> is the directory identifier, such as d-XXXXXXXXXX.
*)description : Description.t option;The description for the directory.
*)dnsIpAddrs : DnsIpAddrs.t option;The IP addresses of the DNS servers for the directory. For a Simple AD or Microsoft AD directory, these are the IP addresses of the Simple AD or Microsoft AD directory servers. For an AD Connector directory, these are the IP addresses of self-managed directory to which the AD Connector is connected.
*)dnsIpv6Addrs : DnsIpv6Addrs.t option;The IPv6 addresses of the DNS servers for the directory. For a Simple AD or Microsoft AD directory, these are the IPv6 addresses of the Simple AD or Microsoft AD directory servers. For an AD Connector directory, these are the IPv6 addresses of the DNS servers or domain controllers in your self-managed directory to which the AD Connector is connected.
*)stage : DirectoryStage.t option;The current stage of the directory.
*)launchTime : LaunchTime.t option;The date and time when the directory was created.
*)stageLastUpdatedDateTime : LastUpdatedDateTime.t option;The date and time when the stage was last updated.
*)type_ : DirectoryType.t option;The directory type.
*)vpcSettings : DirectoryVpcSettingsDescription.t option;A DirectoryVpcSettingsDescription object that contains additional information about a directory. Present only for Simple AD and Managed Microsoft AD directories.
*)connectSettings : DirectoryConnectSettingsDescription.t option;DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. Present only for AD Connector directories.
*)radiusSettings : RadiusSettings.t option;Information about the RadiusSettings object configured for this directory.
*)radiusStatus : RadiusStatus.t option;The status of the RADIUS MFA server connection.
*)stageReason : StageReason.t option;Additional information about the directory stage.
*)ssoEnabled : SsoEnabled.t option;Indicates whether single sign-on is enabled for the directory. For more information, see EnableSso and DisableSso.
*)desiredNumberOfDomainControllers : DesiredNumberOfDomainControllers.t option;The desired number of domain controllers in the directory if the directory is Microsoft AD.
*)ownerDirectoryDescription : OwnerDirectoryDescription.t option;Describes the Managed Microsoft AD directory in the directory owner account.
*)regionsInfo : RegionsInfo.t option;Lists the Regions where the directory has replicated.
*)osVersion : OSVersion.t option;The operating system (OS) version of the directory.
*)hybridSettings : HybridSettingsDescription.t option;Contains information about the hybrid directory configuration for the directory, including Amazon Web Services System Manager managed node identifiers and DNS IPs.
*)networkType : NetworkType.t option;The network type of the directory.
*)}val make :
?directoryId:??? ->
?name:??? ->
?shortName:??? ->
?size:??? ->
?edition:??? ->
?alias:??? ->
?accessUrl:??? ->
?description:??? ->
?dnsIpAddrs:??? ->
?dnsIpv6Addrs:??? ->
?stage:??? ->
?shareStatus:??? ->
?shareMethod:??? ->
?shareNotes:??? ->
?launchTime:??? ->
?stageLastUpdatedDateTime:??? ->
?type_:??? ->
?vpcSettings:??? ->
?connectSettings:??? ->
?radiusSettings:??? ->
?radiusStatus:??? ->
?stageReason:??? ->
?ssoEnabled:??? ->
?desiredNumberOfDomainControllers:??? ->
?ownerDirectoryDescription:??? ->
?regionsInfo:??? ->
?osVersion:??? ->
?hybridSettings:??? ->
?networkType:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of SsoEnabled.t
| `Enum of string
| `Integer of DesiredNumberOfDomainControllers.t
| `List of [> `String of IpAddr.t ] list
| `String of DirectoryId.t
| `Structure of
(string
* [> `Boolean of UseSameUsername.t
| `Enum of string
| `Integer of PortNumber.t
| `List of [> `String of SubnetId.t ] list
| `String of VpcId.t
| `Structure of
(string
* [> `Boolean of UseSameUsername.t
| `Enum of string
| `Integer of PortNumber.t
| `List of [> `String of SubnetId.t ] list
| `String of VpcId.t ])
list ])
list
| `Timestamp of LaunchTime.t ])
list ]