AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the ModifyVpcPeeringConnectionOptions operation.
We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC.
For more information, see Migrate
from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
Modifies the VPC peering connection options on one side of a VPC peering connection. You can do the following:
Enable/disable communication over the peering connection between an EC2-Classic instance that's linked to your VPC (using ClassicLink) and instances in the peer VPC.
Enable/disable communication over the peering connection between instances in your VPC and an EC2-Classic instance that's linked to the peer VPC.
Enable/disable the ability to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.
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.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class ModifyVpcPeeringConnectionOptionsRequest : AmazonEC2Request IAmazonWebServiceRequest
The ModifyVpcPeeringConnectionOptionsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
ModifyVpcPeeringConnectionOptionsRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
AccepterPeeringConnectionOptions | Amazon.EC2.Model.PeeringConnectionOptionsRequest |
Gets and sets the property AccepterPeeringConnectionOptions. The VPC peering connection options for the accepter VPC. |
![]() |
RequesterPeeringConnectionOptions | Amazon.EC2.Model.PeeringConnectionOptionsRequest |
Gets and sets the property RequesterPeeringConnectionOptions. The VPC peering connection options for the requester VPC. |
![]() |
VpcPeeringConnectionId | System.String |
Gets and sets the property VpcPeeringConnectionId. The ID of the VPC peering connection. |
.NET Core App:
Supported in: 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5, 4.0, 3.5