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

DescribePrincipalMappingRequest

import type { DescribePrincipalMappingRequest } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface DescribePrincipalMappingRequest {
DataSourceId?: string | null;
GroupId: string;
IndexId: string;
}

§Properties

§
DataSourceId?: string | null
[src]

The identifier of the data source to check the processing of PUT and DELETE actions for mapping users to their groups.

§
GroupId: string
[src]

The identifier of the group required to check the processing of PUT and DELETE actions for mapping users to their groups.

§
IndexId: string
[src]

The identifier of the index required to check the processing of PUT and DELETE actions for mapping users to their groups.