| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.DirectConnect.AllocateConnectionOnInterconnect
Description
Creates a hosted connection on an interconnect.
Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the given interconnect.
- allocateConnectionOnInterconnect :: Text -> Text -> Text -> Text -> Int -> AllocateConnectionOnInterconnect
- data AllocateConnectionOnInterconnect
- acoiBandwidth :: Lens' AllocateConnectionOnInterconnect Text
- acoiConnectionName :: Lens' AllocateConnectionOnInterconnect Text
- acoiOwnerAccount :: Lens' AllocateConnectionOnInterconnect Text
- acoiInterconnectId :: Lens' AllocateConnectionOnInterconnect Text
- acoiVlan :: Lens' AllocateConnectionOnInterconnect Int
- connection :: Connection
- data Connection
- cVlan :: Lens' Connection (Maybe Int)
- cLocation :: Lens' Connection (Maybe Text)
- cConnectionId :: Lens' Connection (Maybe Text)
- cLoaIssueTime :: Lens' Connection (Maybe UTCTime)
- cPartnerName :: Lens' Connection (Maybe Text)
- cConnectionName :: Lens' Connection (Maybe Text)
- cBandwidth :: Lens' Connection (Maybe Text)
- cOwnerAccount :: Lens' Connection (Maybe Text)
- cRegion :: Lens' Connection (Maybe Text)
- cConnectionState :: Lens' Connection (Maybe ConnectionState)
Creating a Request
allocateConnectionOnInterconnect Source #
Creates a value of AllocateConnectionOnInterconnect with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
acoiBandwidth- Bandwidth of the connection. Example: "500Mbps " Default: None Values: 50M, 100M, 200M, 300M, 400M, or 500MacoiConnectionName- Name of the provisioned connection. Example: "500M Connection to AWS " Default: NoneacoiOwnerAccount- Numeric account Id of the customer for whom the connection will be provisioned. Example: 123443215678 Default: NoneacoiInterconnectId- ID of the interconnect on which the connection will be provisioned. Example: dxcon-456abc78 Default: NoneacoiVlan- The dedicated VLAN provisioned to the connection. Example: 101 Default: None
data AllocateConnectionOnInterconnect Source #
Container for the parameters to the AllocateConnectionOnInterconnect operation.
See: allocateConnectionOnInterconnect smart constructor.
Instances
Request Lenses
acoiBandwidth :: Lens' AllocateConnectionOnInterconnect Text Source #
Bandwidth of the connection. Example: "500Mbps " Default: None Values: 50M, 100M, 200M, 300M, 400M, or 500M
acoiConnectionName :: Lens' AllocateConnectionOnInterconnect Text Source #
Name of the provisioned connection. Example: "500M Connection to AWS " Default: None
acoiOwnerAccount :: Lens' AllocateConnectionOnInterconnect Text Source #
Numeric account Id of the customer for whom the connection will be provisioned. Example: 123443215678 Default: None
acoiInterconnectId :: Lens' AllocateConnectionOnInterconnect Text Source #
ID of the interconnect on which the connection will be provisioned. Example: dxcon-456abc78 Default: None
acoiVlan :: Lens' AllocateConnectionOnInterconnect Int Source #
The dedicated VLAN provisioned to the connection. Example: 101 Default: None
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:
cVlan- Undocumented member.cLocation- Undocumented member.cConnectionId- Undocumented member.cLoaIssueTime- The time of the most recent call to DescribeConnectionLoa for this Connection.cPartnerName- The name of the AWS Direct Connect service provider associated with the connection.cConnectionName- Undocumented member.cBandwidth- Bandwidth of the connection. Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections) Default: NonecOwnerAccount- The AWS account that will own the new connection.cRegion- Undocumented member.cConnectionState- Undocumented member.
data Connection Source #
A connection represents the physical network connection between the AWS Direct Connect location and the customer.
See: connection smart constructor.
Instances
Response Lenses
cConnectionId :: Lens' Connection (Maybe Text) Source #
Undocumented member.
cLoaIssueTime :: Lens' Connection (Maybe UTCTime) Source #
The time of the most recent call to DescribeConnectionLoa for this Connection.
cPartnerName :: Lens' Connection (Maybe Text) Source #
The name of the AWS Direct Connect service provider associated with the connection.
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 #
The AWS account that will own the new connection.
cConnectionState :: Lens' Connection (Maybe ConnectionState) Source #
Undocumented member.