amazonka-directconnect-1.3.5: 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.CreateConnection

Contents

Description

Creates a new connection between the customer network and a specific AWS Direct Connect location.

A connection links your internal network to an AWS Direct Connect location over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an AWS Direct Connect router. An AWS Direct Connect location provides access to Amazon Web Services in the region it is associated with. You can establish connections with AWS Direct Connect locations in multiple regions, but a connection in one region does not provide connectivity to other regions.

See: AWS API Reference for CreateConnection.

Synopsis

Creating a Request

createConnection Source

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

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

Request Lenses

Destructuring the Response

connection :: Connection Source

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

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

data Connection Source

A connection represents the physical network connection between the AWS Direct Connect location and the customer.

See: connection smart constructor.

Response Lenses

cVlan :: Lens' Connection (Maybe Int) Source

Undocumented member.

cLocation :: Lens' Connection (Maybe Text) Source

Undocumented member.

cConnectionId :: Lens' Connection (Maybe Text) Source

Undocumented member.

cPartnerName :: Lens' Connection (Maybe Text) Source

Undocumented member.

cConnectionName :: Lens' Connection (Maybe Text) Source

Undocumented member.

cBandwidth :: Lens' Connection (Maybe Text) Source

Bandwidth of the connection.

Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)

Default: None

cOwnerAccount :: Lens' Connection (Maybe Text) Source

Undocumented member.

cRegion :: Lens' Connection (Maybe Text) Source

Undocumented member.