Creates a connection between a customer network and a specific Direct Connect location
Source:R/directconnect_operations.R
directconnect_create_connection.RdCreates 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.
Usage
directconnect_create_connection(
location,
bandwidth,
connectionName,
lagId = NULL,
tags = NULL,
providerName = NULL,
requestMACSec = NULL
)Arguments
- 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.
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 unavailable on hosted connections. For information about MAC Security (MACsec) prerequisites, see MAC Security in Direct Connect in the Direct Connect User Guide.