Values.VpcInfoPeeringOptionsDetailsSourceProvides information about the VPC peering connection options for the accepter or requester VPC.
type nonrec t = {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.
*)allowEgressFromLocalClassicLinkToRemoteVpc : Boolean.t option;Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
*)allowEgressFromLocalVpcToRemoteClassicLink : Boolean.t option;Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
*)}