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

AnonymousUserDashboardEmbeddingConfiguration

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

Information about the dashboard that you want to embed.

interface AnonymousUserDashboardEmbeddingConfiguration {
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.

The Amazon Resource Name (ARN) of this dashboard must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.