Module Values_0.VpcPeeringConnectionOptionsDescriptionSource

Describes the VPC peering connection options.

Sourcetype nonrec t = {
  1. allowDnsResolutionFromRemoteVpc : Boolean.t option;
    (*

    Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.

    *)
  2. allowEgressFromLocalClassicLinkToRemoteVpc : Boolean.t option;
    (*

    Deprecated.

    *)
}
Sourceval make : ?allowDnsResolutionFromRemoteVpc:??? -> ?allowEgressFromLocalClassicLinkToRemoteVpc:??? -> ?allowEgressFromLocalVpcToRemoteClassicLink:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.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