Module Values.VPCSource

(Private hosted zones only) A complex type that contains information about an Amazon VPC. If you associate a private hosted zone with an Amazon VPC when you make a CreateHostedZone request, the following parameters are also required.

Sourcetype nonrec t = {
  1. vPCRegion : VPCRegion.t option;
    (*

    (Private hosted zones only) The region that an Amazon VPC was created in.

    *)
  2. vPCId : VPCId.t option;
}
Sourceval make : ?vPCRegion:??? -> ?vPCId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of VPCId.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