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

EntityConfiguration

import type { EntityConfiguration } 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 to grant access your Amazon Kendra experience.

interface EntityConfiguration {
EntityId: string;
EntityType: EntityType;
}

§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.

§
EntityType: EntityType
[src]

Specifies whether you are configuring a User or a Group.