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

DocumentAttribute

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

A custom attribute value assigned to a document.

For more information on how to create custom document attributes, see Custom Attributes.

interface DocumentAttribute {
Key: string;
}

§Properties

§
Key: string
[src]

The identifier for the attribute.

§

The value of the attribute.