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

RegisteredUserDashboardEmbeddingConfiguration

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

Information about the dashboard you want to embed.

interface RegisteredUserDashboardEmbeddingConfiguration {
InitialDashboardId: string;
}

§Properties

§
InitialDashboardId: string
[src]

The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard if the user has permissions to view it.

If the user does not have permission to view this dashboard, they see a permissions error message.