Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MacSecKey

import type { MacSecKey } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";

Information about the MAC Security (MACsec) secret key.

interface MacSecKey {
ckn?: string | null;
secretARN?: string | null;
startOn?: string | null;
state?: string | null;
}

§Properties

§
ckn?: string | null
[src]

The Connection Key Name (CKN) for the MAC Security secret key.

§
secretARN?: string | null
[src]

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

§
startOn?: string | null
[src]

The date that the MAC Security (MACsec) secret key takes effect. The value is displayed in UTC format.

§
state?: string | null
[src]

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.