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

JsonTokenTypeConfiguration

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

Configuration information for the JSON token type.

interface JsonTokenTypeConfiguration {
GroupAttributeField: string;
UserNameAttributeField: string;
}

§Properties

§
GroupAttributeField: string
[src]

The group attribute field.

§
UserNameAttributeField: string
[src]

The user name attribute field.