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

DocumentsMetadataConfiguration

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

Document metadata files that contain information such as the document access control information, source URI, document author, and custom attributes. Each metadata file contains metadata about a single document.

interface DocumentsMetadataConfiguration {
S3Prefix?: string | null;
}

§Properties

§
S3Prefix?: string | null
[src]

A prefix used to filter metadata configuration files in the Amazon Web Services S3 bucket. The S3 bucket might contain multiple metadata files. Use S3Prefix to include only the desired metadata files.