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

CreateDashboardRequest

import type { CreateDashboardRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/quicksight.ts";
interface CreateDashboardRequest {
AwsAccountId: string;
DashboardId: string;
DashboardPublishOptions?: DashboardPublishOptions | null;
Name: string;
Parameters?: Parameters | null;
Permissions?: ResourcePermission[] | null;
SourceEntity: DashboardSourceEntity;
Tags?: Tag[] | null;
ThemeArn?: string | null;
VersionDescription?: string | null;
}

§Properties

§
AwsAccountId: string
[src]
§
DashboardId: string
[src]
§
DashboardPublishOptions?: DashboardPublishOptions | null
[src]
§
Name: string
[src]
§
Parameters?: Parameters | null
[src]
§
Permissions?: ResourcePermission[] | null
[src]
§
Tags?: Tag[] | null
[src]
§
ThemeArn?: string | null
[src]
§
VersionDescription?: string | null
[src]