Removes the association between a MAC Security (MACsec) security key and a Direct Connect connection
Source:R/directconnect_operations.R
directconnect_disassociate_mac_sec_key.RdRemoves the association between a MAC Security (MACsec) security key and a Direct Connect connection.
See https://www.paws-r-sdk.com/docs/directconnect_disassociate_mac_sec_key/ for full documentation.
Arguments
- connectionId
[required] The ID of the dedicated connection (dxcon-xxxx), interconnect (dxcon-xxxx), or LAG (dxlag-xxxx).
You can use
describe_connections,describe_interconnects, ordescribe_lagsto retrieve connection ID.- secretARN
[required] The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.
You can use
describe_connectionsto retrieve the ARN of the MAC Security (MACsec) secret key.