Module Values.VpcInfoPeeringOptionsDetailsSource

Provides information about the VPC peering connection options for the accepter or requester VPC.

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;
    (*

    Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.

    *)
}
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