Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with a Direct Connect connection
Source:R/directconnect_operations.R
directconnect_associate_mac_sec_key.RdAssociates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with a Direct Connect connection.
See https://www.paws-r-sdk.com/docs/directconnect_associate_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
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key to associate with the connection.
You can use
describe_connectionsordescribe_lagsto retrieve the MAC Security (MACsec) secret key.If you use this request parameter, you do not use the
cknandcakrequest parameters.- ckn
The MAC Security (MACsec) CKN to associate with the connection.
You can create the CKN/CAK pair using an industry standard tool.
The valid values are 64 hexadecimal characters (0-9, A-E).
If you use this request parameter, you must use the
cakrequest parameter and not use thesecretARNrequest parameter.- cak
The MAC Security (MACsec) CAK to associate with the connection.
You can create the CKN/CAK pair using an industry standard tool.
The valid values are 64 hexadecimal characters (0-9, A-E).
If you use this request parameter, you must use the
cknrequest parameter and not use thesecretARNrequest parameter.