Values.DirectoryConnectSettingsDescriptionSourceContains information about an AD Connector directory.
type nonrec t = {vpcId : VpcId.t option;The identifier of the VPC that the AD Connector is in.
*)subnetIds : SubnetIds.t option;A list of subnet identifiers in the VPC that the AD Connector is in.
*)customerUserName : UserName.t option;The user name of the service account in your self-managed directory.
*)securityGroupId : SecurityGroupId.t option;The security group identifier for the AD Connector directory.
*)availabilityZones : AvailabilityZones.t option;The Availability Zones that the directory is in.
*)connectIps : IpAddrs.t option;The IP addresses of the AD Connector servers.
*)connectIpsV6 : IpV6Addrs.t option;The IPv6 addresses of the AD Connector servers.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SubnetId.t ] list | `String of VpcId.t ])
list ]