class Aws::DirectConnect::Types::UpdateConnectionRequest

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

data as a hash:

    {
      connection_id: "ConnectionId", # required
      connection_name: "ConnectionName",
      encryption_mode: "EncryptionMode",
    }

@!attribute [rw] connection_id

The ID of the dedicated connection.

You can use DescribeConnections to retrieve the connection ID.
@return [String]

@!attribute [rw] connection_name

The name of the connection.
@return [String]

@!attribute [rw] encryption_mode

The connection MAC Security (MACsec) encryption mode.

The valid values are `no_encrypt`, `should_encrypt`, and
`must_encrypt`.
@return [String]

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

Constants

SENSITIVE