Values.MacSecKeySourceInformation about the MAC Security (MACsec) secret key.
type nonrec t = {secretARN : SecretARN.t option;The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.
*)ckn : Ckn.t option;The Connection Key Name (CKN) for the MAC Security secret key.
*)state : State.t option;The state of the MAC Security (MACsec) secret key. The possible values are: associating: The MAC Security (MACsec) secret key is being validated and not yet associated with the connection or LAG. associated: The MAC Security (MACsec) secret key is validated and associated with the connection or LAG. disassociating: The MAC Security (MACsec) secret key is being disassociated from the connection or LAG disassociated: The MAC Security (MACsec) secret key is no longer associated with the connection or LAG.
*)startOn : StartOnDate.t option;The date that the MAC Security (MACsec) secret key takes effect. The value is displayed in UTC format.
*)}