View source: R/directconnect_operations.R
directconnect_update_lag | R Documentation |
Updates the attributes of the specified link aggregation group (LAG).
See https://www.paws-r-sdk.com/docs/directconnect_update_lag/ for full documentation.
directconnect_update_lag(
lagId,
lagName = NULL,
minimumLinks = NULL,
encryptionMode = NULL
)
lagId |
[required] The ID of the LAG. |
lagName |
The name of the LAG. |
minimumLinks |
The minimum number of physical connections that must be operational for the LAG itself to be operational. |
encryptionMode |
The LAG MAC Security (MACsec) encryption mode. Amazon Web Services applies the value to all connections which are part of the LAG. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.