Values.PhysicalConnectionRequirementsSourcePhysical connection requirements of a connection.
type nonrec t = {subnetId : SubnetId.t option;The subnet ID of the physical connection requirements of a connection.
*)subnetIdList : SubnetIdList.t option;The subnet ID list of the physical connection requirements of a connection.
*)securityGroupIdList : SecurityGroupIdList.t option;The group ID list of the physical connection requirements of a connection.
*)availabilityZone : PhysicalConnectionRequirementsAvailabilityZoneString.t
option;The availability zone of the physical connection requirements of a connection.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SubnetId.t ] list | `String of SubnetId.t ])
list ]