Jump to Content

Class DescribeInterconnectLoaCommandProtected

Deprecated

Deprecated. Use DescribeLoa instead.

Gets the LOA-CFA for the specified interconnect.

The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.

Example

Use a bare-bones client and the command you need to make an API call.

import { DirectConnectClient, DescribeInterconnectLoaCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
// const { DirectConnectClient, DescribeInterconnectLoaCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
const client = new DirectConnectClient(config);
const input = { // DescribeInterconnectLoaRequest
interconnectId: "STRING_VALUE", // required
providerName: "STRING_VALUE",
loaContentType: "application/pdf",
};
const command = new DescribeInterconnectLoaCommand(input);
const response = await client.send(command);

Param

DescribeInterconnectLoaCommandInput

Returns

DescribeInterconnectLoaCommandOutput

See

Throws

DirectConnectClientException (client fault)

One or more parameters are not valid.

Throws

DirectConnectServerException (server fault)

A server-side error occurred.

Hierarchy

Constructors

Properties

Methods