Module Values.PhysicalConnectionRequirementsSource

Physical connection requirements of a connection.

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

    The subnet ID of the physical connection requirements of a connection.

    *)
  2. subnetIdList : SubnetIdList.t option;
    (*

    The subnet ID list of the physical connection requirements of a connection.

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

    The group ID list of the physical connection requirements of a connection.

    *)
  4. availabilityZone : PhysicalConnectionRequirementsAvailabilityZoneString.t option;
    (*

    The availability zone of the physical connection requirements of a connection.

    *)
}
Sourceval make : ?subnetId:??? -> ?subnetIdList:??? -> ?securityGroupIdList:??? -> ?availabilityZone:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of SubnetId.t ] list | `String of SubnetId.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