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

DataSourceGroup

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

Data source information for user context filtering.

interface DataSourceGroup {
DataSourceId: string;
GroupId: string;
}

§Properties

§
DataSourceId: string
[src]

The identifier of the data source group you want to add to your list of data source groups. This is for filtering search results based on the groups' access to documents in that data source.

§
GroupId: string
[src]

The identifier of the group you want to add to your list of groups. This is for filtering search results based on the groups' access to documents.