Values_4.ModifyVpcPeeringConnectionOptionsResultSourceModifies the VPC peering connection options on one side of a VPC peering connection. If the peered VPCs are in the same Amazon Web Services account, you can enable DNS resolution for queries from the local VPC. This ensures that queries from the local VPC resolve to private IP addresses in the peer VPC. This option is not available if the peered VPCs are in different Amazon Web Services accounts or different Regions. For peered VPCs in different Amazon Web Services accounts, each Amazon Web Services account owner must initiate a separate request to modify the peering connection options. For inter-region peering connections, you must use the Region for the requester VPC to modify the requester VPC peering options and the Region for the accepter VPC to modify the accepter VPC peering options. To verify which VPCs are the accepter and the requester for a VPC peering connection, use the DescribeVpcPeeringConnections command.
type nonrec t = {accepterPeeringConnectionOptions : Values_3.PeeringConnectionOptions.t option;Information about the VPC peering connection options for the accepter VPC.
*)requesterPeeringConnectionOptions : Values_3.PeeringConnectionOptions.t option;Information about the VPC peering connection options for the requester VPC.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `Boolean of Values_0.Boolean.t ]) list ])
list ]