View source: R/directconnect_operations.R
directconnect_allocate_hosted_connection | R Documentation |
Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.
See https://www.paws-r-sdk.com/docs/directconnect_allocate_hosted_connection/ for full documentation.
directconnect_allocate_hosted_connection(
connectionId,
ownerAccount,
bandwidth,
connectionName,
vlan,
tags = NULL
)
connectionId |
[required] The ID of the interconnect or LAG. |
ownerAccount |
[required] The ID of the Amazon Web Services account ID of the customer for the connection. |
bandwidth |
[required] The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps, and 25Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps, 10Gbps, or 25Gbps hosted connection. |
connectionName |
[required] The name of the hosted connection. |
vlan |
[required] The dedicated VLAN provisioned to the hosted connection. |
tags |
The tags associated with the connection. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.