Values.CreateConnectionRequestSourceCreates a connection between a customer network and a specific Direct Connect location. A connection links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an Direct Connect router. To find the locations for your Region, use DescribeLocations. You can automatically add the new connection to a link aggregation group (LAG) by specifying a LAG ID in the request. This ensures that the new connection is allocated on the same Direct Connect endpoint that hosts the specified LAG. If there are no available ports on the endpoint, the request fails and no connection is created.
type nonrec t = {location : LocationCode.t;The location of the connection.
*)bandwidth : Bandwidth.t;The bandwidth of the connection.
*)connectionName : ConnectionName.t;The name of the connection.
*)lagId : LagId.t option;The ID of the LAG.
*)providerName : ProviderName.t option;The name of the service provider associated with the requested connection.
*)requestMACSec : RequestMACSec.t option;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.
*)}val make :
?lagId:??? ->
?tags:??? ->
?providerName:??? ->
?requestMACSec:??? ->
location:LocationCode.t ->
bandwidth:Bandwidth.t ->
connectionName:ConnectionName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of RequestMACSec.t
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of LocationCode.t ])
list ]