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

MemberGroup

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

The sub groups that belong to a group.

interface MemberGroup {
DataSourceId?: string | null;
GroupId: string;
}

§Properties

§
DataSourceId?: string | null
[src]

The identifier of the data source for the sub group you want to map to a group.

§
GroupId: string
[src]

The identifier of the sub group you want to map to a group.