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

UserIdentityConfiguration

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

Configuration information for the identifiers of your users.

interface UserIdentityConfiguration {
IdentityAttributeName?: string | null;
}

§Properties

§
IdentityAttributeName?: string | null
[src]

The Amazon Web Services SSO field name that contains the identifiers of your users, such as their emails. This is used for user context filtering and for granting access to your Amazon Kendra experience. You must set up Amazon Web Services SSO with Amazon Kendra. You must include your users and groups in your Access Control List when you ingest documents into your index. For more information, see Getting started with an Amazon Web Services SSO identity source.