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

GenerateEmbedUrlForRegisteredUserRequest

import type { GenerateEmbedUrlForRegisteredUserRequest } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";
interface GenerateEmbedUrlForRegisteredUserRequest {
AllowedDomains?: string[] | null;
AwsAccountId: string;
SessionLifetimeInMinutes?: number | null;
UserArn: string;
}

§Properties

§
AllowedDomains?: string[] | null
[src]

The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console. Instead, it allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call.

To include all subdomains under a specific domain to the allow list, use *. For example, https://*.sapp.amazon.com includes all subdomains under https://sapp.amazon.com.

§
AwsAccountId: string
[src]

The ID for the Amazon Web Services account that contains the dashboard that you're embedding.

§

The experience you are embedding. For registered users, you can embed Amazon QuickSight dashboards, Amazon QuickSight visuals, the Amazon QuickSight Q search bar, or the entire Amazon QuickSight console.

§
SessionLifetimeInMinutes?: number | null
[src]

How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.

§
UserArn: string
[src]

The Amazon Resource Name for the registered user.