View source: R/directconnect_operations.R
directconnect_create_connection | R Documentation |
Creates a connection between a customer network and a specific Direct Connect location.
See https://www.paws-r-sdk.com/docs/directconnect_create_connection/ for full documentation.
directconnect_create_connection(
location,
bandwidth,
connectionName,
lagId = NULL,
tags = NULL,
providerName = NULL,
requestMACSec = NULL
)
location |
[required] The location of the connection. |
bandwidth |
[required] The bandwidth of the connection. |
connectionName |
[required] The name of the connection. |
lagId |
The ID of the LAG. |
tags |
The tags to associate with the lag. |
providerName |
The name of the service provider associated with the requested connection. |
requestMACSec |
Indicates whether you want the connection to support MAC Security (MACsec). MAC Security (MACsec) is only available on dedicated connections. For information about MAC Security (MACsec) prerequisties, see MACsec prerequisties in the Direct Connect User Guide. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.