amazonka-directconnect-1.3.6: Amazon Direct Connect SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.DirectConnect.CreateInterconnect

Contents

Description

Creates a new interconnect between a AWS Direct Connect partner's network and a specific AWS Direct Connect location.

An interconnect is a connection which is capable of hosting other connections. The AWS Direct Connect partner can use an interconnect to provide sub-1Gbps AWS Direct Connect service to tier 2 customers who do not have their own connections. Like a standard connection, an interconnect links the AWS Direct Connect partner's network to an AWS Direct Connect location over a standard 1 Gbps or 10 Gbps Ethernet fiber-optic cable. One end is connected to the partner's router, the other to an AWS Direct Connect router.

For each end customer, the AWS Direct Connect partner provisions a connection on their interconnect by calling AllocateConnectionOnInterconnect. The end customer can then connect to AWS resources by creating a virtual interface on their connection, using the VLAN assigned to them by the AWS Direct Connect partner.

See: AWS API Reference for CreateInterconnect.

Synopsis

Creating a Request

createInterconnect Source

Creates a value of CreateInterconnect with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

ciInterconnectName :: Lens' CreateInterconnect Text Source

The name of the interconnect.

Example: "1G Interconnect to AWS"

Default: None

ciBandwidth :: Lens' CreateInterconnect Text Source

The port bandwidth

Example: 1Gbps

Default: None

Available values: 1Gbps,10Gbps

ciLocation :: Lens' CreateInterconnect Text Source

Where the interconnect is located

Example: EqSV5

Default: None

Destructuring the Response

interconnect :: Interconnect Source

Creates a value of Interconnect with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data Interconnect Source

An interconnect is a connection that can host other connections.

Like a standard AWS Direct Connect connection, an interconnect represents the physical connection between an AWS Direct Connect partner's network and a specific Direct Connect location. An AWS Direct Connect partner who owns an interconnect can provision hosted connections on the interconnect for their end customers, thereby providing the end customers with connectivity to AWS services.

The resources of the interconnect, including bandwidth and VLAN numbers, are shared by all of the hosted connections on the interconnect, and the owner of the interconnect determines how these resources are assigned.

See: interconnect smart constructor.

Response Lenses

iLocation :: Lens' Interconnect (Maybe Text) Source

Undocumented member.

iBandwidth :: Lens' Interconnect (Maybe Text) Source

Undocumented member.

iRegion :: Lens' Interconnect (Maybe Text) Source

Undocumented member.