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

DisassociateMacSecKeyRequest

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

§Properties

§
connectionId: string
[src]

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

You can use "DescribeConnections" or "DescribeLags" to retrieve connection ID.

§
secretARN: string
[src]

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

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