AWS SDK Version 3 for .NET
API Reference

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.

Creates a Connect peer for a specified transit gateway Connect attachment between a transit gateway and an appliance.

The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).

For more information, see Connect peers in the Transit Gateways Guide.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to CreateTransitGatewayConnectPeerAsync.

Namespace: Amazon.EC2
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public abstract CreateTransitGatewayConnectPeerResponse CreateTransitGatewayConnectPeer(
         CreateTransitGatewayConnectPeerRequest request
)

Parameters

request
Type: Amazon.EC2.Model.CreateTransitGatewayConnectPeerRequest

Container for the necessary parameters to execute the CreateTransitGatewayConnectPeer service method.

Return Value


The response from the CreateTransitGatewayConnectPeer service method, as returned by EC2.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also