Modify VPC Peering Connection Options
GET {{aws_ec2_base_url}}/?AccepterPeeringConnectionOptions&DryRun&RequesterPeeringConnectionOptions&VpcPeeringConnectionId&Action=ModifyVpcPeeringConnectionOptions
Modifies the VPC peering connection options on one side of a VPC peering connection.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AccepterPeeringConnectionOptions | null | The VPC peering connection options for the accepter VPC. | |
DryRun | null | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation. | |
RequesterPeeringConnectionOptions | null | The VPC peering connection options for the requester VPC. | |
VpcPeeringConnectionId | null | The ID of the VPC peering connection. | |
Action | string |