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

EntityPersonaConfiguration

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

Provides the configuration information of users or groups in your Amazon Web Services SSO identity source for access to your Amazon Kendra experience. Specific permissions are defined for each user or group once they are granted access to your Amazon Kendra experience.

interface EntityPersonaConfiguration {
EntityId: string;
Persona: Persona;
}

§Properties

§
EntityId: string
[src]

The identifier of a user or group in your Amazon Web Services SSO identity source. For example, a user ID could be an email.

§
Persona: Persona
[src]

The persona that defines the specific permissions of the user or group in your Amazon Web Services SSO identity source. The available personas or access roles are Owner and Viewer. For more information on these personas, see Providing access to your search page.