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 attachment from a specified transit gateway attachment. A Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a transit gateway and an appliance.

A Connect attachment uses an existing VPC or Amazon Web Services Direct Connect attachment as the underlying transport mechanism.

Note:

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

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

Syntax

C#
public virtual CreateTransitGatewayConnectResponse CreateTransitGatewayConnect(
         CreateTransitGatewayConnectRequest request
)

Parameters

request
Type: Amazon.EC2.Model.CreateTransitGatewayConnectRequest

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

Return Value


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

Version Information

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

See Also