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

ConfluencePageConfiguration

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

Specifies the page settings for the Confluence data source.

interface ConfluencePageConfiguration {
PageFieldMappings?: ConfluencePageToIndexFieldMapping[] | null;
}

§Properties

§
PageFieldMappings?: ConfluencePageToIndexFieldMapping[] | null
[src]

Defines how page metadata fields should be mapped to index fields. Before you can map a field, you must first create an index field with a matching type using the console or the UpdateIndex operation.

If you specify the PageFieldMappings parameter, you must specify at least one field mapping.