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

Loa

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

Information about a Letter of Authorization - Connecting Facility Assignment (LOA-CFA) for a connection.

interface Loa {
loaContent?: Uint8Array | null;
loaContentType?: LoaContentType | null;
}

§Properties

§
loaContent?: Uint8Array | null
[src]

The binary contents of the LOA-CFA document.

§
loaContentType?: LoaContentType | null
[src]

The standard media type for the LOA-CFA document. The only supported value is application/pdf.