Module Values.InputDestinationVpcSource

The properties for a VPC type input destination.

Sourcetype nonrec t = {
  1. availabilityZone : string option;
    (*

    The availability zone of the Input destination.

    *)
  2. networkInterfaceId : string option;
    (*

    The network interface ID of the Input destination in the VPC.

    *)
}
Sourceval make : ?availabilityZone:??? -> ?networkInterfaceId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) 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