Values_1.PhysicalConnectionRequirementsSourceThe OAuth client app in GetConnection response.
type nonrec t = {subnetId : Values_0.NameString.t option;The subnet ID used by the connection.
*)securityGroupIdList : SecurityGroupIdList.t option;The security group ID list used by the connection.
*)availabilityZone : Values_0.NameString.t option;The connection's Availability Zone.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Values_0.NameString.t ] list
| `String of Values_0.NameString.t ])
list ]