Learn R Programming

paws.networking (version 0.2.0)

directconnect_disassociate_mac_sec_key: Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection

Description

Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.

See https://paws-r.github.io/docs/directconnect/disassociate_mac_sec_key.html for full documentation.

Usage

directconnect_disassociate_mac_sec_key(connectionId, secretARN)

Arguments

connectionId

[required] The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).

You can use describe_connections or describe_lags to retrieve connection ID.

secretARN

[required] The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.

You can use describe_connections to retrieve the ARN of the MAC Security (MACsec) secret key.