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

ExperienceEndpoint

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

Provides the configuration information of the endpoint for your Amazon Kendra experience.

interface ExperienceEndpoint {
Endpoint?: string | null;
EndpointType?: EndpointType | null;
}

§Properties

§
Endpoint?: string | null
[src]

The endpoint of your Amazon Kendra experience.

§
EndpointType?: EndpointType | null
[src]

The type of endpoint for your Amazon Kendra experience. The type currently available is HOME, which is a unique and fully hosted URL to the home page of your Amazon Kendra experience.