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

DescribeDashboardDefinitionResponse

import type { DescribeDashboardDefinitionResponse } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";
interface DescribeDashboardDefinitionResponse {
DashboardId?: string | null;
DashboardPublishOptions?: DashboardPublishOptions | null;
Definition?: DashboardVersionDefinition | null;
Errors?: DashboardError[] | null;
Name?: string | null;
RequestId?: string | null;
ResourceStatus?: ResourceStatus | null;
Status?: number | null;
ThemeArn?: string | null;
}

§Properties

§
DashboardId?: string | null
[src]

The ID of the dashboard described.

§
DashboardPublishOptions?: DashboardPublishOptions | null
[src]

Options for publishing the dashboard:

  • AvailabilityStatus for AdHocFilteringOption - This status can be either ENABLED or DISABLED. When this is set to DISABLED, Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ENABLED by default.
  • AvailabilityStatus for ExportToCSVOption - This status can be either ENABLED or DISABLED. The visual option to export data to .CSV format isn't enabled when this is set to DISABLED. This option is ENABLED by default.
  • VisibilityState for SheetControlsOption - This visibility state can be either COLLAPSED or EXPANDED. This option is COLLAPSED by default.
§

The definition of a dashboard.

A definition is the data model of all features in a Dashboard, Template, or Analysis.

§
Errors?: DashboardError[] | null
[src]

Errors associated with this dashboard version.

§
Name?: string | null
[src]

The display name of the dashboard.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
ResourceStatus?: ResourceStatus | null
[src]

Status associated with the dashboard version.

  • CREATION_IN_PROGRESS
    
  • CREATION_SUCCESSFUL
    
  • CREATION_FAILED
    
  • UPDATE_IN_PROGRESS
    
  • UPDATE_SUCCESSFUL
    
  • UPDATE_FAILED
    
  • DELETED
    
§
Status?: number | null
[src]

The HTTP status of the request.

§
ThemeArn?: string | null
[src]

The ARN of the theme of the dashboard.