Module Values_1.PhysicalConnectionRequirementsSource

The OAuth client app in GetConnection response.

Sourcetype nonrec t = {
  1. subnetId : Values_0.NameString.t option;
    (*

    The subnet ID used by the connection.

    *)
  2. securityGroupIdList : SecurityGroupIdList.t option;
    (*

    The security group ID list used by the connection.

    *)
  3. availabilityZone : Values_0.NameString.t option;
    (*

    The connection's Availability Zone.

    *)
}
Sourceval make : ?subnetId:??? -> ?securityGroupIdList:??? -> ?availabilityZone:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Values_0.NameString.t ] list | `String of Values_0.NameString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t