Values.DomainControllerSourceContains information about the domain controllers for a specified directory.
type nonrec t = {directoryId : DirectoryId.t option;Identifier of the directory where the domain controller resides.
*)domainControllerId : DomainControllerId.t option;Identifies a specific domain controller in the directory.
*)dnsIpAddr : IpAddr.t option;The IP address of the domain controller.
*)dnsIpv6Addr : Ipv6Addr.t option;The IPv6 address of the domain controller.
*)vpcId : VpcId.t option;The identifier of the VPC that contains the domain controller.
*)subnetId : SubnetId.t option;Identifier of the subnet in the VPC that contains the domain controller.
*)availabilityZone : AvailabilityZone.t option;The Availability Zone where the domain controller is located.
*)status : DomainControllerStatus.t option;The status of the domain controller.
*)statusReason : DomainControllerStatusReason.t option;A description of the domain controller state.
*)launchTime : LaunchTime.t option;Specifies when the domain controller was created.
*)statusLastUpdatedDateTime : LastUpdatedDateTime.t option;The date and time that the status was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DirectoryId.t
| `Timestamp of LaunchTime.t ])
list ]