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

AnonymousUserDashboardVisualEmbeddingConfiguration

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

The experience that you are embedding. You can use this object to generate a url that embeds a visual into your application.

interface AnonymousUserDashboardVisualEmbeddingConfiguration {
InitialDashboardVisualId: DashboardVisualId;
}

§Properties

§
InitialDashboardVisualId: DashboardVisualId
[src]

The visual ID for the visual that you want the user to see. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual.

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