AWS::QuickSight::Dashboard AssetOptions - AWS CloudFormation

This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QuickSight::Dashboard AssetOptions

An array of analysis level configurations.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "ExcludedDataSetArns" : [ String, ... ], "QBusinessInsightsStatus" : String, "Timezone" : String, "WeekStart" : String }

YAML

ExcludedDataSetArns: - String QBusinessInsightsStatus: String Timezone: String WeekStart: String

Properties

ExcludedDataSetArns

A list of dataset ARNS to exclude from Dashboard Q&A.

Required: No

Type: Array of String

Minimum: 0

Maximum: 100

Update requires: No interruption

QBusinessInsightsStatus

Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.

Required: No

Type: String

Allowed values: ENABLED | DISABLED

Update requires: No interruption

Timezone

Determines the timezone for the analysis.

Required: No

Type: String

Update requires: No interruption

WeekStart

Determines the week start day for an analysis.

Required: No

Type: String

Allowed values: SUNDAY | MONDAY | TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY

Update requires: No interruption