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

RegisteredUserQuickSightConsoleEmbeddingConfiguration

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

Information about the Amazon QuickSight console that you want to embed.

interface RegisteredUserQuickSightConsoleEmbeddingConfiguration {
InitialPath?: string | null;
}

§Properties

§
InitialPath?: string | null
[src]

The initial URL path for the Amazon QuickSight console. InitialPath is required.

The entry point URL is constrained to the following paths:

  • /start
    
  • /start/analyses
    
  • /start/dashboards
    
  • /start/favorites
    
  • /dashboards/DashboardId. DashboardId is the actual ID key from the Amazon QuickSight console URL of the dashboard.
  • /analyses/AnalysisId. AnalysisId is the actual ID key from the Amazon QuickSight console URL of the analysis.