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

AnonymousUserQSearchBarEmbeddingConfiguration

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

The settings that you want to use with the Q search bar.

interface AnonymousUserQSearchBarEmbeddingConfiguration {
InitialTopicId: string;
}

§Properties

§
InitialTopicId: string
[src]

The QuickSight Q topic ID of the topic that you want the anonymous user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders the Q search bar with this topic pre-selected.

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