View source: R/directconnect_operations.R
directconnect_create_interconnect | R Documentation |
Creates an interconnect between an Direct Connect Partner's network and a specific Direct Connect location.
See https://www.paws-r-sdk.com/docs/directconnect_create_interconnect/ for full documentation.
directconnect_create_interconnect(
interconnectName,
bandwidth,
location,
lagId = NULL,
tags = NULL,
providerName = NULL
)
interconnectName |
[required] The name of the interconnect. |
bandwidth |
[required] The port bandwidth, in Gbps. The possible values are 1, 10, and 100. |
location |
[required] The location of the interconnect. |
lagId |
The ID of the LAG. |
tags |
The tags to associate with the interconnect. |
providerName |
The name of the service provider associated with the interconnect. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.