class Aws::DirectConnect::Types::UpdateLagRequest

@note When making an API call, you may pass UpdateLagRequest

data as a hash:

    {
      lag_id: "LagId", # required
      lag_name: "LagName",
      minimum_links: 1,
      encryption_mode: "EncryptionMode",
    }

@!attribute [rw] lag_id

The ID of the LAG.
@return [String]

@!attribute [rw] lag_name

The name of the LAG.
@return [String]

@!attribute [rw] minimum_links

The minimum number of physical connections that must be operational
for the LAG itself to be operational.
@return [Integer]

@!attribute [rw] encryption_mode

The LAG MAC Security (MACsec) encryption mode.

Amazon Web Services applies the value to all connections which are
part of the LAG.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateLagRequest AWS API Documentation

Constants

SENSITIVE