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

ConfluenceBlogConfiguration

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

Specifies the blog settings for the Confluence data source. Blogs are always indexed unless filtered from the index by the ExclusionPatterns or InclusionPatterns fields in the ConfluenceConfiguration type.

interface ConfluenceBlogConfiguration {
BlogFieldMappings?: ConfluenceBlogToIndexFieldMapping[] | null;
}

§Properties

§
BlogFieldMappings?: ConfluenceBlogToIndexFieldMapping[] | null
[src]

Defines how blog 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 BlogFieldMappings parameter, you must specify at least one field mapping.