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.

Container for the parameters to the CreateConnection operation. Creates a connection between a customer network and a specific Direct Connect location.

A connection links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an Direct Connect router.

To find the locations for your Region, use DescribeLocations.

You can automatically add the new connection to a link aggregation group (LAG) by specifying a LAG ID in the request. This ensures that the new connection is allocated on the same Direct Connect endpoint that hosts the specified LAG. If there are no available ports on the endpoint, the request fails and no connection is created.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DirectConnect.AmazonDirectConnectRequest
      Amazon.DirectConnect.Model.CreateConnectionRequest

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

Syntax

C#
public class CreateConnectionRequest : AmazonDirectConnectRequest
         IAmazonWebServiceRequest

The CreateConnectionRequest type exposes the following members

Constructors

NameDescription
Public Method CreateConnectionRequest()

Properties

NameTypeDescription
Public Property Bandwidth System.String

Gets and sets the property Bandwidth.

The bandwidth of the connection.

Public Property ConnectionName System.String

Gets and sets the property ConnectionName.

The name of the connection.

Public Property LagId System.String

Gets and sets the property LagId.

The ID of the LAG.

Public Property Location System.String

Gets and sets the property Location.

The location of the connection.

Public Property ProviderName System.String

Gets and sets the property ProviderName.

The name of the service provider associated with the requested connection.

Public Property RequestMACSec System.Boolean

Gets and sets the property RequestMACSec.

Indicates whether you want the connection to support MAC Security (MACsec).

MAC Security (MACsec) is only available on dedicated connections. For information about MAC Security (MACsec) prerequisties, see MACsec prerequisties in the Direct Connect User Guide.

Public Property Tags System.Collections.Generic.List<Amazon.DirectConnect.Model.Tag>

Gets and sets the property Tags.

The tags to associate with the lag.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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