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

Facet

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

Information about a document attribute

interface Facet {
DocumentAttributeKey?: string | null;
}

§Properties

§
DocumentAttributeKey?: string | null
[src]

The unique key for the document attribute.