dashboards
Creates, updates, deletes or gets a dashboard
resource or lists dashboards
in a region
Overview
Name | dashboards |
Type | Resource |
Description | Definition of the AWS::QuickSight::Dashboard Resource Type. |
Id | aws.quicksight.dashboards |
Fields
Name | Datatype | Description |
---|---|---|
created_time | string | The time that this dashboard was created. |
parameters | object | A list of Amazon QuickSight parameters and the list's override values. |
version_description | string | |
source_entity | object | Dashboard source entity. |
theme_arn | string | |
definition | object | |
last_updated_time | string | The last time that this dashboard was updated. |
validation_strategy | object | The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to |
dashboard_id | string | |
link_sharing_configuration | object | |
name | string | |
dashboard_publish_options | object | Dashboard publish options. |
last_published_time | string | The last time that this dashboard was published. |
version | object | Dashboard version. |
aws_account_id | string | |
permissions | array | |
link_entities | array | |
arn | string | The Amazon Resource Name (ARN) of the resource. |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
create_resource | INSERT | AwsAccountId, DashboardId, Name, region |
delete_resource | DELETE | data__Identifier, region |
update_resource | UPDATE | data__Identifier, data__PatchDocument, region |
list_resources | SELECT | region |
get_resource | SELECT | data__Identifier, region |
SELECT
examples
Gets all dashboards
in a region.
SELECT
region,
created_time,
parameters,
version_description,
source_entity,
theme_arn,
definition,
last_updated_time,
validation_strategy,
dashboard_id,
link_sharing_configuration,
name,
dashboard_publish_options,
last_published_time,
version,
aws_account_id,
permissions,
link_entities,
arn,
tags
FROM aws.quicksight.dashboards
WHERE region = 'us-east-1';
Gets all properties from an individual dashboard
.
SELECT
region,
created_time,
parameters,
version_description,
source_entity,
theme_arn,
definition,
last_updated_time,
validation_strategy,
dashboard_id,
link_sharing_configuration,
name,
dashboard_publish_options,
last_published_time,
version,
aws_account_id,
permissions,
link_entities,
arn,
tags
FROM aws.quicksight.dashboards
WHERE region = 'us-east-1' AND data__Identifier = '<AwsAccountId>|<DashboardId>';
INSERT
example
Use the following StackQL query and manifest file to create a new dashboard
resource, using stack-deploy
.
- Required Properties
- All Properties
- Manifest
/*+ create */
INSERT INTO aws.quicksight.dashboards (
DashboardId,
Name,
AwsAccountId,
region
)
SELECT
'{{ DashboardId }}',
'{{ Name }}',
'{{ AwsAccountId }}',
'{{ region }}';
/*+ create */
INSERT INTO aws.quicksight.dashboards (
Parameters,
VersionDescription,
SourceEntity,
ThemeArn,
Definition,
ValidationStrategy,
DashboardId,
LinkSharingConfiguration,
Name,
DashboardPublishOptions,
AwsAccountId,
Permissions,
LinkEntities,
Tags,
region
)
SELECT
'{{ Parameters }}',
'{{ VersionDescription }}',
'{{ SourceEntity }}',
'{{ ThemeArn }}',
'{{ Definition }}',
'{{ ValidationStrategy }}',
'{{ DashboardId }}',
'{{ LinkSharingConfiguration }}',
'{{ Name }}',
'{{ DashboardPublishOptions }}',
'{{ AwsAccountId }}',
'{{ Permissions }}',
'{{ LinkEntities }}',
'{{ Tags }}',
'{{ region }}';
version: 1
name: stack name
description: stack description
providers:
- aws
globals:
- name: region
value: '{{ vars.AWS_REGION }}'
resources:
- name: dashboard
props:
- name: Parameters
value:
StringParameters:
- Values:
- '{{ Values[0] }}'
Name: '{{ Name }}'
DecimalParameters:
- Values:
- null
Name: '{{ Name }}'
IntegerParameters:
- Values:
- null
Name: '{{ Name }}'
DateTimeParameters:
- Values:
- '{{ Values[0] }}'
Name: '{{ Name }}'
- name: VersionDescription
value: '{{ VersionDescription }}'
- name: SourceEntity
value:
SourceTemplate:
DataSetReferences:
- DataSetArn: '{{ DataSetArn }}'
DataSetPlaceholder: '{{ DataSetPlaceholder }}'
Arn: '{{ Arn }}'
- name: ThemeArn
value: '{{ ThemeArn }}'
- name: Definition
value:
Options:
Timezone: '{{ Timezone }}'
WeekStart: '{{ WeekStart }}'
FilterGroups:
- Status: '{{ Status }}'
Filters:
- NumericEqualityFilter:
AggregationFunction:
AttributeAggregationFunction:
SimpleAttributeAggregation: '{{ SimpleAttributeAggregation }}'
ValueForMultipleValues: '{{ ValueForMultipleValues }}'
DateAggregationFunction: '{{ DateAggregationFunction }}'
NumericalAggregationFunction:
PercentileAggregation:
PercentileValue: null
SimpleNumericalAggregation: '{{ SimpleNumericalAggregation }}'
CategoricalAggregationFunction: '{{ CategoricalAggregationFunction }}'
Column:
ColumnName: '{{ ColumnName }}'
DataSetIdentifier: '{{ DataSetIdentifier }}'
Value: null
ParameterName: '{{ ParameterName }}'
NullOption: '{{ NullOption }}'
MatchOperator: '{{ MatchOperator }}'
SelectAllOptions: '{{ SelectAllOptions }}'
DefaultFilterControlConfiguration:
ControlOptions:
DefaultSliderOptions:
Type: '{{ Type }}'
StepSize: null
DisplayOptions:
TitleOptions:
CustomLabel: '{{ CustomLabel }}'
Visibility: '{{ Visibility }}'
FontConfiguration:
FontStyle: '{{ FontStyle }}'
FontSize:
Relative: '{{ Relative }}'
FontDecoration: '{{ FontDecoration }}'
FontColor: '{{ FontColor }}'
FontWeight:
Name: '{{ Name }}'
InfoIconLabelOptions:
Visibility: null
InfoIconText: '{{ InfoIconText }}'
MaximumValue: null
MinimumValue: null
DefaultRelativeDateTimeOptions:
DisplayOptions:
TitleOptions: null
InfoIconLabelOptions: null
DateTimeFormat: '{{ DateTimeFormat }}'
DefaultTextFieldOptions:
DisplayOptions:
TitleOptions: null
PlaceholderOptions:
Visibility: null
InfoIconLabelOptions: null
DefaultTextAreaOptions:
Delimiter: '{{ Delimiter }}'
DisplayOptions:
TitleOptions: null
PlaceholderOptions: null
InfoIconLabelOptions: null
DefaultDropdownOptions:
Type: '{{ Type }}'
DisplayOptions:
TitleOptions: null
SelectAllOptions:
Visibility: null
InfoIconLabelOptions: null
SelectableValues:
Values:
- '{{ Values[0] }}'
DefaultDateTimePickerOptions:
Type: '{{ Type }}'
DisplayOptions:
TitleOptions: null
InfoIconLabelOptions: null
DateTimeFormat: '{{ DateTimeFormat }}'
DefaultListOptions:
Type: null
DisplayOptions:
TitleOptions: null
SearchOptions:
Visibility: null
SelectAllOptions: null
InfoIconLabelOptions: null
SelectableValues: null
Title: '{{ Title }}'
FilterId: '{{ FilterId }}'
NumericRangeFilter:
AggregationFunction: null
Column: null
IncludeMaximum: '{{ IncludeMaximum }}'
RangeMinimum:
StaticValue: null
Parameter: '{{ Parameter }}'
NullOption: null
SelectAllOptions: null
DefaultFilterControlConfiguration: null
FilterId: '{{ FilterId }}'
RangeMaximum: null
IncludeMinimum: '{{ IncludeMinimum }}'
TimeRangeFilter:
RangeMinimumValue:
RollingDate:
Expression: '{{ Expression }}'
DataSetIdentifier: '{{ DataSetIdentifier }}'
StaticValue: '{{ StaticValue }}'
Parameter: '{{ Parameter }}'
Column: null
RangeMaximumValue: null
IncludeMaximum: '{{ IncludeMaximum }}'
TimeGranularity: '{{ TimeGranularity }}'
NullOption: null
DefaultFilterControlConfiguration: null
FilterId: '{{ FilterId }}'
IncludeMinimum: '{{ IncludeMinimum }}'
ExcludePeriodConfiguration:
Status: null
Amount: null
Granularity: null
RelativeDatesFilter:
RelativeDateValue: null
Column: null
RelativeDateType: '{{ RelativeDateType }}'
TimeGranularity: null
ParameterName: '{{ ParameterName }}'
NullOption: null
DefaultFilterControlConfiguration: null
FilterId: '{{ FilterId }}'
AnchorDateConfiguration:
AnchorOption: '{{ AnchorOption }}'
ParameterName: '{{ ParameterName }}'
MinimumGranularity: null
ExcludePeriodConfiguration: null
TopBottomFilter:
AggregationSortConfigurations:
- AggregationFunction: null
SortDirection: '{{ SortDirection }}'
Column: null
Column: null
TimeGranularity: null
ParameterName: '{{ ParameterName }}'
Limit: null
DefaultFilterControlConfiguration: null
FilterId: '{{ FilterId }}'
TimeEqualityFilter:
Column: null
RollingDate: null
Value: '{{ Value }}'
TimeGranularity: null
ParameterName: '{{ ParameterName }}'
DefaultFilterControlConfiguration: null
FilterId: '{{ FilterId }}'
CategoryFilter:
Configuration:
CustomFilterListConfiguration:
CategoryValues:
- '{{ CategoryValues[0] }}'
NullOption: null
MatchOperator: '{{ MatchOperator }}'
SelectAllOptions: '{{ SelectAllOptions }}'
CustomFilterConfiguration:
CategoryValue: '{{ CategoryValue }}'
ParameterName: '{{ ParameterName }}'
NullOption: null
MatchOperator: null
SelectAllOptions: null
FilterListConfiguration:
CategoryValues:
- '{{ CategoryValues[0] }}'
NullOption: null
MatchOperator: null
SelectAllOptions: null
Column: null
DefaultFilterControlConfiguration: null
FilterId: '{{ FilterId }}'
CrossDataset: '{{ CrossDataset }}'
ScopeConfiguration:
AllSheets: {}
SelectedSheets:
SheetVisualScopingConfigurations:
- Scope: '{{ Scope }}'
SheetId: '{{ SheetId }}'
VisualIds:
- '{{ VisualIds[0] }}'
FilterGroupId: '{{ FilterGroupId }}'
CalculatedFields:
- Expression: '{{ Expression }}'
DataSetIdentifier: '{{ DataSetIdentifier }}'
Name: '{{ Name }}'
DataSetIdentifierDeclarations:
- Identifier: '{{ Identifier }}'
DataSetArn: '{{ DataSetArn }}'
ColumnConfigurations:
- Role: '{{ Role }}'
FormatConfiguration:
NumberFormatConfiguration:
FormatConfiguration:
NumberDisplayFormatConfiguration:
NegativeValueConfiguration:
DisplayMode: '{{ DisplayMode }}'
DecimalPlacesConfiguration:
DecimalPlaces: null
NumberScale: '{{ NumberScale }}'
NullValueFormatConfiguration:
NullString: '{{ NullString }}'
Suffix: '{{ Suffix }}'
SeparatorConfiguration:
DecimalSeparator: '{{ DecimalSeparator }}'
ThousandsSeparator:
Symbol: null
Visibility: null
Prefix: '{{ Prefix }}'
CurrencyDisplayFormatConfiguration:
NegativeValueConfiguration: null
DecimalPlacesConfiguration: null
NumberScale: null
NullValueFormatConfiguration: null
Suffix: '{{ Suffix }}'
SeparatorConfiguration: null
Symbol: '{{ Symbol }}'
Prefix: '{{ Prefix }}'
PercentageDisplayFormatConfiguration:
NegativeValueConfiguration: null
DecimalPlacesConfiguration: null
NullValueFormatConfiguration: null
Suffix: '{{ Suffix }}'
SeparatorConfiguration: null
Prefix: '{{ Prefix }}'
DateTimeFormatConfiguration:
NumericFormatConfiguration: null
NullValueFormatConfiguration: null
DateTimeFormat: '{{ DateTimeFormat }}'
StringFormatConfiguration:
NumericFormatConfiguration: null
NullValueFormatConfiguration: null
Column: null
ColorsConfiguration:
CustomColors:
- Color: '{{ Color }}'
FieldValue: '{{ FieldValue }}'
SpecialValue: '{{ SpecialValue }}'
AnalysisDefaults:
DefaultNewSheetConfiguration:
SheetContentType: '{{ SheetContentType }}'
InteractiveLayoutConfiguration:
FreeForm:
CanvasSizeOptions:
ScreenCanvasSizeOptions:
OptimizedViewPortWidth: '{{ OptimizedViewPortWidth }}'
Grid:
CanvasSizeOptions:
ScreenCanvasSizeOptions:
OptimizedViewPortWidth: '{{ OptimizedViewPortWidth }}'
ResizeOption: '{{ ResizeOption }}'
PaginatedLayoutConfiguration:
SectionBased:
CanvasSizeOptions:
PaperCanvasSizeOptions:
PaperMargin:
Left: '{{ Left }}'
Top: '{{ Top }}'
Right: '{{ Right }}'
Bottom: '{{ Bottom }}'
PaperSize: '{{ PaperSize }}'
PaperOrientation: '{{ PaperOrientation }}'
Sheets:
- Description: '{{ Description }}'
ParameterControls:
- Slider:
ParameterControlId: '{{ ParameterControlId }}'
StepSize: null
DisplayOptions: null
SourceParameterName: '{{ SourceParameterName }}'
Title: '{{ Title }}'
MaximumValue: null
MinimumValue: null
TextArea:
ParameterControlId: '{{ ParameterControlId }}'
Delimiter: '{{ Delimiter }}'
DisplayOptions: null
SourceParameterName: '{{ SourceParameterName }}'
Title: '{{ Title }}'
Dropdown:
ParameterControlId: '{{ ParameterControlId }}'
Type: null
DisplayOptions: null
SourceParameterName: '{{ SourceParameterName }}'
CascadingControlConfiguration:
SourceControls:
- SourceSheetControlId: '{{ SourceSheetControlId }}'
ColumnToMatch: null
Title: '{{ Title }}'
SelectableValues:
LinkToDataSetColumn: null
Values:
- '{{ Values[0] }}'
TextField:
ParameterControlId: '{{ ParameterControlId }}'
DisplayOptions: null
SourceParameterName: '{{ SourceParameterName }}'
Title: '{{ Title }}'
List:
ParameterControlId: '{{ ParameterControlId }}'
Type: null
DisplayOptions: null
SourceParameterName: '{{ SourceParameterName }}'
CascadingControlConfiguration: null
Title: '{{ Title }}'
SelectableValues: null
DateTimePicker:
ParameterControlId: '{{ ParameterControlId }}'
DisplayOptions: null
SourceParameterName: '{{ SourceParameterName }}'
Title: '{{ Title }}'
TextBoxes:
- SheetTextBoxId: '{{ SheetTextBoxId }}'
Content: '{{ Content }}'
Layouts:
- Configuration:
GridLayout:
CanvasSizeOptions: null
Elements:
- ElementType: '{{ ElementType }}'
ColumnSpan: null
ColumnIndex: null
RowIndex: null
RowSpan: null
ElementId: '{{ ElementId }}'
FreeFormLayout:
CanvasSizeOptions: null
Elements:
- ElementType: null
BorderStyle:
Color: '{{ Color }}'
Visibility: null
Height: '{{ Height }}'
Visibility: null
RenderingRules:
- Expression: '{{ Expression }}'
ConfigurationOverrides:
Visibility: null
YAxisLocation: '{{ YAxisLocation }}'
LoadingAnimation:
Visibility: null
Width: '{{ Width }}'
BackgroundStyle:
Color: '{{ Color }}'
Visibility: null
ElementId: '{{ ElementId }}'
XAxisLocation: '{{ XAxisLocation }}'
SelectedBorderStyle: null
SectionBasedLayout:
CanvasSizeOptions: null
FooterSections:
- Layout:
FreeFormLayout:
Elements:
- null
Style:
Padding: null
Height: '{{ Height }}'
SectionId: '{{ SectionId }}'
BodySections:
- Content:
Layout: null
Style: null
PageBreakConfiguration:
After:
Status: '{{ Status }}'
SectionId: '{{ SectionId }}'
HeaderSections:
- null
ContentType: null
SheetId: '{{ SheetId }}'
FilterControls:
- Slider:
FilterControlId: '{{ FilterControlId }}'
Type: null
StepSize: null
DisplayOptions: null
Title: '{{ Title }}'
MaximumValue: null
SourceFilterId: '{{ SourceFilterId }}'
MinimumValue: null
TextArea:
FilterControlId: '{{ FilterControlId }}'
Delimiter: '{{ Delimiter }}'
DisplayOptions: null
Title: '{{ Title }}'
SourceFilterId: '{{ SourceFilterId }}'
Dropdown:
FilterControlId: '{{ FilterControlId }}'
Type: null
DisplayOptions: null
CascadingControlConfiguration: null
Title: '{{ Title }}'
SourceFilterId: '{{ SourceFilterId }}'
SelectableValues: null
TextField:
FilterControlId: '{{ FilterControlId }}'
DisplayOptions: null
Title: '{{ Title }}'
SourceFilterId: '{{ SourceFilterId }}'
List:
FilterControlId: '{{ FilterControlId }}'
Type: null
DisplayOptions: null
CascadingControlConfiguration: null
Title: '{{ Title }}'
SourceFilterId: '{{ SourceFilterId }}'
SelectableValues: null
DateTimePicker:
FilterControlId: '{{ FilterControlId }}'
Type: null
DisplayOptions: null
Title: '{{ Title }}'
SourceFilterId: '{{ SourceFilterId }}'
RelativeDateTime:
FilterControlId: '{{ FilterControlId }}'
DisplayOptions: null
Title: '{{ Title }}'
SourceFilterId: '{{ SourceFilterId }}'
CrossSheet:
FilterControlId: '{{ FilterControlId }}'
CascadingControlConfiguration: null
SourceFilterId: '{{ SourceFilterId }}'
SheetControlLayouts:
- Configuration:
GridLayout: null
Title: '{{ Title }}'
Visuals:
- FunnelChartVisual:
Subtitle:
Visibility: null
FormatText:
RichText: '{{ RichText }}'
PlainText: '{{ PlainText }}'
VisualId: '{{ VisualId }}'
ChartConfiguration:
SortConfiguration:
CategoryItemsLimit:
ItemsLimit: null
OtherCategories: '{{ OtherCategories }}'
CategorySort:
- FieldSort:
FieldId: '{{ FieldId }}'
Direction: null
ColumnSort:
AggregationFunction: null
SortBy: null
Direction: null
DataLabelOptions:
MeasureLabelVisibility: null
Position: '{{ Position }}'
Visibility: null
CategoryLabelVisibility: null
LabelColor: '{{ LabelColor }}'
MeasureDataLabelStyle: '{{ MeasureDataLabelStyle }}'
LabelFontConfiguration: null
CategoryLabelOptions:
Visibility: null
SortIconVisibility: null
AxisLabelOptions:
- CustomLabel: '{{ CustomLabel }}'
ApplyTo:
Column: null
FieldId: '{{ FieldId }}'
FontConfiguration: null
FieldWells:
FunnelChartAggregatedFieldWells:
Category:
- DateDimensionField:
HierarchyId: '{{ HierarchyId }}'
FormatConfiguration: null
Column: null
FieldId: '{{ FieldId }}'
DateGranularity: null
NumericalDimensionField:
HierarchyId: '{{ HierarchyId }}'
FormatConfiguration: null
Column: null
FieldId: '{{ FieldId }}'
CategoricalDimensionField:
HierarchyId: '{{ HierarchyId }}'
FormatConfiguration: null
Column: null
FieldId: '{{ FieldId }}'
Values:
- DateMeasureField:
AggregationFunction: null
FormatConfiguration: null
Column: null
FieldId: '{{ FieldId }}'
NumericalMeasureField:
AggregationFunction: null
FormatConfiguration: null
Column: null
FieldId: '{{ FieldId }}'
CategoricalMeasureField:
AggregationFunction: null
FormatConfiguration: null
Column: null
FieldId: '{{ FieldId }}'
CalculatedMeasureField:
Expression: '{{ Expression }}'
FieldId: '{{ FieldId }}'
Tooltip:
SelectedTooltipType: '{{ SelectedTooltipType }}'
TooltipVisibility: null
FieldBasedTooltip:
TooltipFields:
- FieldTooltipItem:
FieldId: '{{ FieldId }}'
Label: '{{ Label }}'
Visibility: null
ColumnTooltipItem:
Aggregation: null
Column: null
Label: '{{ Label }}'
Visibility: null
AggregationVisibility: null
TooltipTitleType: '{{ TooltipTitleType }}'
ValueLabelOptions: null
VisualPalette:
ChartColor: '{{ ChartColor }}'
ColorMap:
- Element:
DataPathType:
PivotTableDataPathType: '{{ PivotTableDataPathType }}'
FieldId: '{{ FieldId }}'
FieldValue: '{{ FieldValue }}'
Color: '{{ Color }}'
TimeGranularity: null
Actions:
- Status: null
Trigger: '{{ Trigger }}'
CustomActionId: '{{ CustomActionId }}'
Name: '{{ Name }}'
ActionOperations:
- NavigationOperation:
LocalNavigationConfiguration:
TargetSheetId: '{{ TargetSheetId }}'
SetParametersOperation:
ParameterValueConfigurations:
- DestinationParameterName: '{{ DestinationParameterName }}'
Value:
CustomValuesConfiguration:
IncludeNullValue: '{{ IncludeNullValue }}'
CustomValues:
DecimalValues:
- null
IntegerValues:
- null
StringValues:
- '{{ StringValues[0] }}'
DateTimeValues:
- '{{ DateTimeValues[0] }}'
SourceParameterName: '{{ SourceParameterName }}'
SelectAllValueOptions: '{{ SelectAllValueOptions }}'
SourceField: '{{ SourceField }}'
SourceColumn: null
FilterOperation:
SelectedFieldsConfiguration:
SelectedColumns:
- null
SelectedFields:
- '{{ SelectedFields[0] }}'
SelectedFieldOptions: '{{ SelectedFieldOptions }}'
TargetVisualsConfiguration:
SameSheetTargetVisualConfiguration:
TargetVisualOptions: '{{ TargetVisualOptions }}'
TargetVisuals:
- '{{ TargetVisuals[0] }}'
URLOperation:
URLTemplate: '{{ URLTemplate }}'
URLTarget: '{{ URLTarget }}'
Title:
Visibility: null
FormatText:
RichText: '{{ RichText }}'
PlainText: '{{ PlainText }}'
ColumnHierarchies:
- DateTimeHierarchy:
HierarchyId: '{{ HierarchyId }}'
DrillDownFilters:
- NumericEqualityFilter:
Column: null
Value: null
TimeRangeFilter:
Column: null
RangeMinimum: '{{ RangeMinimum }}'
TimeGranularity: null
RangeMaximum: '{{ RangeMaximum }}'
CategoryFilter:
Column: null
CategoryValues:
- '{{ CategoryValues[0] }}'
ExplicitHierarchy:
HierarchyId: '{{ HierarchyId }}'
DrillDownFilters:
- null
Columns:
- null
PredefinedHierarchy:
HierarchyId: '{{ HierarchyId }}'
DrillDownFilters:
- null
Columns:
- null
FilledMapVisual:
Subtitle: null
ConditionalFormatting:
ConditionalFormattingOptions:
- Shape:
Format:
BackgroundColor:
Gradient:
Expression: '{{ Expression }}'
Color:
Stops:
- GradientOffset: null
DataValue: null
Color: '{{ Color }}'
Solid:
Expression: '{{ Expression }}'
Color: '{{ Color }}'
FieldId: '{{ FieldId }}'
VisualId: '{{ VisualId }}'
ChartConfiguration:
SortConfiguration:
CategorySort:
- null
Legend:
Position: '{{ Position }}'
Title: null
Visibility: null
Height: '{{ Height }}'
Width: '{{ Width }}'
MapStyleOptions:
BaseMapStyle: '{{ BaseMapStyle }}'
FieldWells:
FilledMapAggregatedFieldWells:
Values:
- null
Geospatial:
- null
Tooltip: null
WindowOptions:
Bounds:
West: null
South: null
North: null
East: null
MapZoomMode: '{{ MapZoomMode }}'
Actions:
- null
Title: null
ColumnHierarchies:
- null
BoxPlotVisual:
Subtitle: null
VisualId: '{{ VisualId }}'
ChartConfiguration:
SortConfiguration:
CategorySort:
- null
PaginationConfiguration:
PageSize: null
PageNumber: null
Legend: null
ReferenceLines:
- Status: null
DataConfiguration:
DynamicConfiguration:
Column: null
MeasureAggregationFunction: null
Calculation: null
AxisBinding: '{{ AxisBinding }}'
SeriesType: '{{ SeriesType }}'
StaticConfiguration:
Value: null
LabelConfiguration:
HorizontalPosition: '{{ HorizontalPosition }}'
ValueLabelConfiguration:
FormatConfiguration: null
RelativePosition: '{{ RelativePosition }}'
CustomLabelConfiguration:
CustomLabel: '{{ CustomLabel }}'
FontColor: '{{ FontColor }}'
FontConfiguration: null
VerticalPosition: '{{ VerticalPosition }}'
StyleConfiguration:
Pattern: '{{ Pattern }}'
Color: '{{ Color }}'
CategoryAxis:
DataOptions:
DateAxisOptions:
MissingDateVisibility: null
NumericAxisOptions:
Scale:
Logarithmic:
Base: null
Linear:
StepSize: null
StepCount: null
Range:
DataDriven: {}
MinMax:
Minimum: null
Maximum: null
TickLabelOptions:
RotationAngle: null
LabelOptions: null
AxisOffset: '{{ AxisOffset }}'
AxisLineVisibility: null
GridLineVisibility: null
ScrollbarOptions:
VisibleRange:
PercentRange:
From: null
To: null
Visibility: null
PrimaryYAxisLabelOptions: null
CategoryLabelOptions: null
FieldWells:
BoxPlotAggregatedFieldWells:
GroupBy:
- null
Values:
- null
Tooltip: null
BoxPlotOptions:
StyleOptions:
FillStyle: '{{ FillStyle }}'
OutlierVisibility: null
AllDataPointsVisibility: null
PrimaryYAxisDisplayOptions: null
VisualPalette: null
Actions:
- null
Title: null
ColumnHierarchies:
- null
WaterfallVisual:
Subtitle: null
VisualId: '{{ VisualId }}'
ChartConfiguration:
CategoryAxisLabelOptions: null
SortConfiguration:
BreakdownItemsLimit: null
CategorySort:
- null
Legend: null
DataLabels:
DataLabelTypes:
- MaximumLabelType:
Visibility: null
DataPathLabelType:
FieldId: '{{ FieldId }}'
Visibility: null
FieldValue: '{{ FieldValue }}'
RangeEndsLabelType:
Visibility: null
FieldLabelType:
FieldId: '{{ FieldId }}'
Visibility: null
MinimumLabelType:
Visibility: null
MeasureLabelVisibility: null
Position: null
LabelContent: '{{ LabelContent }}'
Visibility: null
TotalsVisibility: null
Overlap: '{{ Overlap }}'
CategoryLabelVisibility: null
LabelColor: '{{ LabelColor }}'
LabelFontConfiguration: null
PrimaryYAxisLabelOptions: null
FieldWells:
WaterfallChartAggregatedFieldWells:
Categories:
- null
Breakdowns:
- null
Values:
- null
WaterfallChartOptions:
TotalBarLabel: '{{ TotalBarLabel }}'
ColorConfiguration:
GroupColorConfiguration:
NegativeBarColor: '{{ NegativeBarColor }}'
TotalBarColor: '{{ TotalBarColor }}'
PositiveBarColor: '{{ PositiveBarColor }}'
CategoryAxisDisplayOptions: null
PrimaryYAxisDisplayOptions: null
VisualPalette: null
Actions:
- null
Title: null
ColumnHierarchies:
- null
CustomContentVisual:
Subtitle: null
VisualId: '{{ VisualId }}'
ChartConfiguration:
ContentUrl: '{{ ContentUrl }}'
ContentType: '{{ ContentType }}'
ImageScaling: '{{ ImageScaling }}'
Actions:
- null
DataSetIdentifier: '{{ DataSetIdentifier }}'
Title: null
PieChartVisual:
Subtitle: null
VisualId: '{{ VisualId }}'
ChartConfiguration:
SortConfiguration:
SmallMultiplesSort:
- null
CategoryItemsLimit: null
CategorySort:
- null
SmallMultiplesLimitConfiguration: null
Legend: null
DataLabels: null
ContributionAnalysisDefaults:
- MeasureFieldId: '{{ MeasureFieldId }}'
ContributorDimensions:
- null
CategoryLabelOptions: null
FieldWells:
PieChartAggregatedFieldWells:
Category:
- null
Values:
- null
SmallMultiples:
- null
Tooltip: null
DonutOptions:
DonutCenterOptions:
LabelVisibility: null
ArcOptions:
ArcThickness: '{{ ArcThickness }}'
SmallMultiplesOptions:
MaxVisibleRows: null
PanelConfiguration:
BorderThickness: '{{ BorderThickness }}'
BorderStyle: '{{ BorderStyle }}'
GutterSpacing: '{{ GutterSpacing }}'
BackgroundVisibility: null
BorderVisibility: null
BorderColor: '{{ BorderColor }}'
Title:
Visibility: null
FontConfiguration: null
HorizontalTextAlignment: '{{ HorizontalTextAlignment }}'
GutterVisibility: null
BackgroundColor: '{{ BackgroundColor }}'
MaxVisibleColumns: null
XAxis:
Placement: '{{ Placement }}'
Scale: '{{ Scale }}'
YAxis: null
ValueLabelOptions: null
VisualPalette: null
Actions:
- null
Title: null
ColumnHierarchies:
- null
KPIVisual:
Subtitle: null
ConditionalFormatting:
ConditionalFormattingOptions:
- PrimaryValue:
TextColor: null
Icon:
CustomCondition:
Expression: '{{ Expression }}'
Color: '{{ Color }}'
DisplayConfiguration:
IconDisplayOption: '{{ IconDisplayOption }}'
IconOptions:
UnicodeIcon: '{{ UnicodeIcon }}'
Icon: '{{ Icon }}'
IconSet:
Expression: '{{ Expression }}'
IconSetType: '{{ IconSetType }}'
ActualValue:
TextColor: null
Icon: null
ComparisonValue:
TextColor: null
Icon: null
ProgressBar:
ForegroundColor: null
VisualId: '{{ VisualId }}'
ChartConfiguration:
SortConfiguration:
TrendGroupSort:
- null
KPIOptions:
SecondaryValueFontConfiguration: null
VisualLayoutOptions:
StandardLayout:
Type: '{{ Type }}'
TrendArrows:
Visibility: null
SecondaryValue:
Visibility: null
Comparison:
ComparisonMethod: '{{ ComparisonMethod }}'
ComparisonFormat:
NumberDisplayFormatConfiguration: null
PercentageDisplayFormatConfiguration: null
PrimaryValueDisplayType: '{{ PrimaryValueDisplayType }}'
ProgressBar:
Visibility: null
PrimaryValueFontConfiguration: null
Sparkline:
Type: '{{ Type }}'
Color: '{{ Color }}'
TooltipVisibility: null
Visibility: null
FieldWells:
TargetValues:
- null
TrendGroups:
- null
Values:
- null
Actions:
- null
Title: null
ColumnHierarchies:
- null
HistogramVisual:
Subtitle: null
VisualId: '{{ VisualId }}'
ChartConfiguration:
YAxisDisplayOptions: null
DataLabels: null
BinOptions:
BinWidth:
BinCountLimit: null
Value: null
StartValue: null
SelectedBinType: '{{ SelectedBinType }}'
BinCount:
Value: null
FieldWells:
HistogramAggregatedFieldWells:
Values:
- null
Tooltip: null
XAxisLabelOptions: null
VisualPalette: null
XAxisDisplayOptions: null
Actions:
- null
Title: null
TableVisual:
Subtitle: null
ConditionalFormatting:
ConditionalFormattingOptions:
- Row:
TextColor: null
BackgroundColor: null
Cell:
FieldId: '{{ FieldId }}'
TextFormat:
TextColor: null
Icon: null
BackgroundColor: null
VisualId: '{{ VisualId }}'
ChartConfiguration:
SortConfiguration:
RowSort:
- null
PaginationConfiguration: null
PaginatedReportOptions:
OverflowColumnHeaderVisibility: null
VerticalOverflowVisibility: null
TableOptions:
HeaderStyle:
VerticalTextAlignment: '{{ VerticalTextAlignment }}'
Visibility: null
Height: null
FontConfiguration: null
Border:
UniformBorder:
Thickness: null
Color: '{{ Color }}'
Style: '{{ Style }}'
SideSpecificBorder:
Left: null
Top: null
InnerHorizontal: null
Right: null
Bottom: null
InnerVertical: null
TextWrap: '{{ TextWrap }}'
HorizontalTextAlignment: null
BackgroundColor: '{{ BackgroundColor }}'
CellStyle: null
Orientation: '{{ Orientation }}'
RowAlternateColorOptions:
Status: null
UsePrimaryBackgroundColor: null
RowAlternateColors:
- '{{ RowAlternateColors[0] }}'
TableInlineVisualizations:
- DataBars:
PositiveColor: '{{ PositiveColor }}'
FieldId: '{{ FieldId }}'
NegativeColor: '{{ NegativeColor }}'
FieldWells:
TableUnaggregatedFieldWells:
Values:
- FormatConfiguration: null
Column: null
FieldId: '{{ FieldId }}'
TableAggregatedFieldWells:
GroupBy:
- null
Values:
- null
FieldOptions:
Order:
- '{{ Order[0] }}'
PinnedFieldOptions:
PinnedLeftFields:
- '{{ PinnedLeftFields[0] }}'
SelectedFieldOptions:
- CustomLabel: '{{ CustomLabel }}'
URLStyling:
LinkConfiguration:
Target: null
Content:
CustomIconContent:
Icon: '{{ Icon }}'
CustomTextContent:
Value: '{{ Value }}'
FontConfiguration: null
ImageConfiguration:
SizingOptions:
TableCellImageScalingConfiguration: '{{ TableCellImageScalingConfiguration }}'
FieldId: '{{ FieldId }}'
Visibility: null
Width: '{{ Width }}'
TotalOptions:
TotalAggregationOptions:
- TotalAggregationFunction:
SimpleTotalAggregationFunction: '{{ SimpleTotalAggregationFunction }}'
FieldId: '{{ FieldId }}'
CustomLabel: '{{ CustomLabel }}'
ScrollStatus: '{{ ScrollStatus }}'
Placement: '{{ Placement }}'
TotalCellStyle: null
TotalsVisibility: null
Actions:
- null
Title: null
PivotTableVisual:
Subtitle: null
ConditionalFormatting:
ConditionalFormattingOptions:
- Cell:
Scope:
Role: '{{ Role }}'
Scopes:
- null
FieldId: '{{ FieldId }}'
TextFormat: null
VisualId: '{{ VisualId }}'
ChartConfiguration:
SortConfiguration:
FieldSortOptions:
- SortBy:
Field: null
DataPath:
SortPaths:
- null
Direction: null
Column: null
FieldId: '{{ FieldId }}'
PaginatedReportOptions:
OverflowColumnHeaderVisibility: null
VerticalOverflowVisibility: null
TableOptions:
RowFieldNamesStyle: null
RowHeaderStyle: null
CollapsedRowDimensionsVisibility: null
RowsLayout: '{{ RowsLayout }}'
MetricPlacement: '{{ MetricPlacement }}'
DefaultCellWidth: '{{ DefaultCellWidth }}'
ColumnNamesVisibility: null
RowsLabelOptions:
CustomLabel: '{{ CustomLabel }}'
Visibility: null
SingleMetricVisibility: null
ColumnHeaderStyle: null
ToggleButtonsVisibility: null
CellStyle: null
RowAlternateColorOptions: null
FieldWells:
PivotTableAggregatedFieldWells:
Values:
- null
Columns:
- null
Rows:
- null
FieldOptions:
CollapseStateOptions:
- Target:
FieldId: '{{ FieldId }}'
FieldDataPathValues:
- null
State: '{{ State }}'
DataPathOptions:
- DataPathList:
- null
Width: '{{ Width }}'
SelectedFieldOptions:
- CustomLabel: '{{ CustomLabel }}'
FieldId: '{{ FieldId }}'
Visibility: null
TotalOptions:
ColumnSubtotalOptions:
CustomLabel: '{{ CustomLabel }}'
FieldLevelOptions:
- FieldId: '{{ FieldId }}'
ValueCellStyle: null
TotalCellStyle: null
TotalsVisibility: null
FieldLevel: '{{ FieldLevel }}'
MetricHeaderCellStyle: null
StyleTargets:
- CellType: '{{ CellType }}'
RowSubtotalOptions: null
RowTotalOptions:
TotalAggregationOptions:
- null
CustomLabel: '{{ CustomLabel }}'
ValueCellStyle: null
ScrollStatus: null
Placement: null
TotalCellStyle: null
TotalsVisibility: null
MetricHeaderCellStyle: null
ColumnTotalOptions: null
Actions:
- null
Title: null
GeospatialMapVisual:
Subtitle: null
VisualId: '{{ VisualId }}'
ChartConfiguration:
Legend: null
MapStyleOptions: null
FieldWells:
GeospatialMapAggregatedFieldWells:
Colors:
- null
Values:
- null
Geospatial:
- null
Tooltip: null
WindowOptions: null
PointStyleOptions:
SelectedPointStyle: '{{ SelectedPointStyle }}'
ClusterMarkerConfiguration:
ClusterMarker:
SimpleClusterMarker:
Color: '{{ Color }}'
HeatmapConfiguration:
HeatmapColor:
Colors:
- Color: '{{ Color }}'
VisualPalette: null
Actions:
- null
Title: null
ColumnHierarchies:
- null
BarChartVisual:
Subtitle: null
VisualId: '{{ VisualId }}'
ChartConfiguration:
SortConfiguration:
SmallMultiplesSort:
- null
ColorSort:
- null
ColorItemsLimit: null
CategoryItemsLimit: null
CategorySort:
- null
SmallMultiplesLimitConfiguration: null
Legend: null
ReferenceLines:
- null
DataLabels: null
ColorLabelOptions: null
CategoryLabelOptions: null
Tooltip: null
SmallMultiplesOptions: null
Orientation: '{{ Orientation }}'
VisualPalette: null
ValueLabelOptions: null
BarsArrangement: '{{ BarsArrangement }}'
CategoryAxis: null
ContributionAnalysisDefaults:
- null
FieldWells:
BarChartAggregatedFieldWells:
Category:
- null
Colors:
- null
Values:
- null
SmallMultiples:
- null
ValueAxis: null
Actions:
- null
Title: null
ColumnHierarchies:
- null
ScatterPlotVisual:
Subtitle: null
VisualId: '{{ VisualId }}'
ChartConfiguration:
YAxisLabelOptions: null
Legend: null
YAxisDisplayOptions: null
DataLabels: null
FieldWells:
ScatterPlotUnaggregatedFieldWells:
Category:
- null
Size:
- null
Label:
- null
XAxis:
- null
YAxis:
- null
ScatterPlotCategoricallyAggregatedFieldWells:
Category:
- null
Size:
- null
Label:
- null
XAxis:
- null
YAxis:
- null
Tooltip: null
XAxisLabelOptions: null
VisualPalette: null
XAxisDisplayOptions: null
Actions:
- null
Title: null
ColumnHierarchies:
- null
RadarChartVisual:
Subtitle: null
VisualId: '{{ VisualId }}'
ChartConfiguration:
SortConfiguration:
ColorSort:
- null
ColorItemsLimit: null
CategoryItemsLimit: null
CategorySort:
- null
Legend: null
Shape: '{{ Shape }}'
BaseSeriesSettings:
AreaStyleSettings:
Visibility: null
ColorLabelOptions: null
CategoryLabelOptions: null
AxesRangeScale: '{{ AxesRangeScale }}'
VisualPalette: null
AlternateBandColorsVisibility: null
StartAngle: null
CategoryAxis: null
FieldWells:
RadarChartAggregatedFieldWells:
Category:
- null
Color:
- null
Values:
- null
ColorAxis: null
AlternateBandOddColor: '{{ AlternateBandOddColor }}'
AlternateBandEvenColor: '{{ AlternateBandEvenColor }}'
Actions:
- null
Title: null
ColumnHierarchies:
- null
HeatMapVisual:
Subtitle: null
VisualId: '{{ VisualId }}'
ChartConfiguration:
SortConfiguration:
HeatMapRowSort:
- null
HeatMapRowItemsLimitConfiguration: null
HeatMapColumnItemsLimitConfiguration: null
HeatMapColumnSort:
- null
ColumnLabelOptions: null
Legend: null
DataLabels: null
FieldWells:
HeatMapAggregatedFieldWells:
Values:
- null
Columns:
- null
Rows:
- null
Tooltip: null
ColorScale:
Colors:
- DataValue: null
Color: '{{ Color }}'
ColorFillType: '{{ ColorFillType }}'
NullValueColor: null
RowLabelOptions: null
Actions:
- null
Title: null
ColumnHierarchies:
- null
TreeMapVisual:
Subtitle: null
VisualId: '{{ VisualId }}'
ChartConfiguration:
SortConfiguration:
TreeMapSort:
- null
TreeMapGroupItemsLimitConfiguration: null
Legend: null
DataLabels: null
ColorLabelOptions: null
SizeLabelOptions: null
FieldWells:
TreeMapAggregatedFieldWells:
Sizes:
- null
Colors:
- null
Groups:
- null
Tooltip: null
ColorScale: null
GroupLabelOptions: null
Actions:
- null
Title: null
ColumnHierarchies:
- null
ComboChartVisual:
Subtitle: null
VisualId: '{{ VisualId }}'
ChartConfiguration:
SortConfiguration:
ColorSort:
- null
ColorItemsLimit: null
CategoryItemsLimit: null
CategorySort:
- null
Legend: null
ReferenceLines:
- null
ColorLabelOptions: null
BarDataLabels: null
CategoryLabelOptions: null
Tooltip: null
PrimaryYAxisDisplayOptions: null
VisualPalette: null
BarsArrangement: null
SecondaryYAxisLabelOptions: null
LineDataLabels: null
CategoryAxis: null
PrimaryYAxisLabelOptions: null
FieldWells:
ComboChartAggregatedFieldWells:
BarValues:
- null
Category:
- null
Colors:
- null
LineValues:
- null
SecondaryYAxisDisplayOptions: null
Actions:
- null
Title: null
ColumnHierarchies:
- null
WordCloudVisual:
Subtitle: null
VisualId: '{{ VisualId }}'
ChartConfiguration:
SortConfiguration:
CategoryItemsLimit: null
CategorySort:
- null
CategoryLabelOptions: null
FieldWells:
WordCloudAggregatedFieldWells:
GroupBy:
- null
Size:
- null
WordCloudOptions:
WordOrientation: '{{ WordOrientation }}'
WordScaling: '{{ WordScaling }}'
CloudLayout: '{{ CloudLayout }}'
MaximumStringLength: null
WordCasing: '{{ WordCasing }}'
WordPadding: '{{ WordPadding }}'
Actions:
- null
Title: null
ColumnHierarchies:
- null
InsightVisual:
Subtitle: null
VisualId: '{{ VisualId }}'
Actions:
- null
DataSetIdentifier: '{{ DataSetIdentifier }}'
InsightConfiguration:
Computations:
- PeriodToDate:
PeriodTimeGranularity: null
Value: null
Time: null
ComputationId: '{{ ComputationId }}'
Name: '{{ Name }}'
GrowthRate:
Value: null
Time: null
PeriodSize: null
ComputationId: '{{ ComputationId }}'
Name: '{{ Name }}'
TopBottomRanked:
Type: '{{ Type }}'
Category: null
ResultSize: null
Value: null
ComputationId: '{{ ComputationId }}'
Name: '{{ Name }}'
TotalAggregation:
Value: null
ComputationId: '{{ ComputationId }}'
Name: '{{ Name }}'
Forecast:
PeriodsBackward: null
PeriodsForward: null
PredictionInterval: null
Seasonality: '{{ Seasonality }}'
CustomSeasonalityValue: null
Value: null
Time: null
UpperBoundary: null
ComputationId: '{{ ComputationId }}'
Name: '{{ Name }}'
LowerBoundary: null
MaximumMinimum:
Type: '{{ Type }}'
Value: null
Time: null
ComputationId: '{{ ComputationId }}'
Name: '{{ Name }}'
PeriodOverPeriod:
Value: null
Time: null
ComputationId: '{{ ComputationId }}'
Name: '{{ Name }}'
MetricComparison:
TargetValue: null
Time: null
ComputationId: '{{ ComputationId }}'
FromValue: null
Name: '{{ Name }}'
TopBottomMovers:
Type: null
Category: null
Value: null
SortOrder: '{{ SortOrder }}'
Time: null
MoverSize: null
ComputationId: '{{ ComputationId }}'
Name: '{{ Name }}'
UniqueValues:
Category: null
ComputationId: '{{ ComputationId }}'
Name: '{{ Name }}'
CustomNarrative:
Narrative: '{{ Narrative }}'
Title: null
SankeyDiagramVisual:
Subtitle: null
VisualId: '{{ VisualId }}'
ChartConfiguration:
SortConfiguration:
WeightSort:
- null
SourceItemsLimit: null
DestinationItemsLimit: null
DataLabels: null
FieldWells:
SankeyDiagramAggregatedFieldWells:
Destination:
- null
Source:
- null
Weight:
- null
Actions:
- null
Title: null
GaugeChartVisual:
Subtitle: null
ConditionalFormatting:
ConditionalFormattingOptions:
- Arc:
ForegroundColor: null
PrimaryValue:
TextColor: null
Icon: null
VisualId: '{{ VisualId }}'
ChartConfiguration:
DataLabels: null
FieldWells:
TargetValues:
- null
Values:
- null
TooltipOptions: null
GaugeChartOptions:
Arc:
ArcAngle: null
ArcThickness: '{{ ArcThickness }}'
Comparison: null
PrimaryValueDisplayType: null
ArcAxis:
Range:
Min: null
Max: null
ReserveRange: null
PrimaryValueFontConfiguration: null
VisualPalette: null
Actions:
- null
Title: null
LineChartVisual:
Subtitle: null
VisualId: '{{ VisualId }}'
ChartConfiguration:
SortConfiguration:
CategoryItemsLimitConfiguration: null
ColorItemsLimitConfiguration: null
SmallMultiplesSort:
- null
CategorySort:
- null
SmallMultiplesLimitConfiguration: null
Legend: null
ReferenceLines:
- null
DataLabels: null
Tooltip: null
SmallMultiplesOptions: null
PrimaryYAxisDisplayOptions:
MissingDataConfigurations:
- TreatmentOption: '{{ TreatmentOption }}'
AxisOptions: null
VisualPalette: null
XAxisDisplayOptions: null
DefaultSeriesSettings:
LineStyleSettings:
LineInterpolation: '{{ LineInterpolation }}'
LineStyle: '{{ LineStyle }}'
LineVisibility: null
LineWidth: '{{ LineWidth }}'
AxisBinding: null
MarkerStyleSettings:
MarkerShape: '{{ MarkerShape }}'
MarkerSize: '{{ MarkerSize }}'
MarkerVisibility: null
MarkerColor: '{{ MarkerColor }}'
SecondaryYAxisLabelOptions: null
ForecastConfigurations:
- ForecastProperties:
PeriodsBackward: null
PeriodsForward: null
PredictionInterval: null
Seasonality: null
UpperBoundary: null
LowerBoundary: null
Scenario:
WhatIfRangeScenario:
StartDate: '{{ StartDate }}'
Value: null
EndDate: '{{ EndDate }}'
WhatIfPointScenario:
Value: null
Date: '{{ Date }}'
Series:
- FieldSeriesItem:
FieldId: '{{ FieldId }}'
AxisBinding: null
Settings:
LineStyleSettings: null
MarkerStyleSettings: null
DataFieldSeriesItem:
FieldId: '{{ FieldId }}'
AxisBinding: null
FieldValue: '{{ FieldValue }}'
Settings: null
Type: '{{ Type }}'
PrimaryYAxisLabelOptions: null
ContributionAnalysisDefaults:
- null
FieldWells:
LineChartAggregatedFieldWells:
Category:
- null
Colors:
- null
Values:
- null
SmallMultiples:
- null
SecondaryYAxisDisplayOptions: null
XAxisLabelOptions: null
Actions:
- null
Title: null
ColumnHierarchies:
- null
EmptyVisual:
VisualId: '{{ VisualId }}'
Actions:
- null
DataSetIdentifier: '{{ DataSetIdentifier }}'
Name: '{{ Name }}'
ParameterDeclarations:
- StringParameterDeclaration:
MappedDataSetParameters:
- DataSetParameterName: '{{ DataSetParameterName }}'
DataSetIdentifier: '{{ DataSetIdentifier }}'
DefaultValues:
DynamicValue:
GroupNameColumn: null
DefaultValueColumn: null
UserNameColumn: null
StaticValues:
- '{{ StaticValues[0] }}'
ParameterValueType: '{{ ParameterValueType }}'
ValueWhenUnset:
ValueWhenUnsetOption: '{{ ValueWhenUnsetOption }}'
CustomValue: '{{ CustomValue }}'
Name: '{{ Name }}'
DateTimeParameterDeclaration:
MappedDataSetParameters:
- null
DefaultValues:
RollingDate: null
DynamicValue: null
StaticValues:
- '{{ StaticValues[0] }}'
TimeGranularity: null
ValueWhenUnset:
ValueWhenUnsetOption: null
CustomValue: '{{ CustomValue }}'
Name: '{{ Name }}'
DecimalParameterDeclaration:
MappedDataSetParameters:
- null
DefaultValues:
DynamicValue: null
StaticValues:
- null
ParameterValueType: null
ValueWhenUnset:
ValueWhenUnsetOption: null
CustomValue: null
Name: '{{ Name }}'
IntegerParameterDeclaration:
MappedDataSetParameters:
- null
DefaultValues:
DynamicValue: null
StaticValues:
- null
ParameterValueType: null
ValueWhenUnset:
ValueWhenUnsetOption: null
CustomValue: null
Name: '{{ Name }}'
- name: ValidationStrategy
value:
Mode: '{{ Mode }}'
- name: DashboardId
value: '{{ DashboardId }}'
- name: LinkSharingConfiguration
value:
Permissions:
- Principal: '{{ Principal }}'
Actions:
- '{{ Actions[0] }}'
- name: Name
value: '{{ Name }}'
- name: DashboardPublishOptions
value:
SheetControlsOption:
VisibilityState: '{{ VisibilityState }}'
ExportToCSVOption:
AvailabilityStatus: '{{ AvailabilityStatus }}'
DataPointMenuLabelOption:
AvailabilityStatus: null
DataPointDrillUpDownOption:
AvailabilityStatus: null
AdHocFilteringOption:
AvailabilityStatus: null
VisualPublishOptions:
ExportHiddenFieldsOption:
AvailabilityStatus: null
VisualMenuOption:
AvailabilityStatus: null
DataPointTooltipOption:
AvailabilityStatus: null
VisualAxisSortOption:
AvailabilityStatus: null
ExportWithHiddenFieldsOption:
AvailabilityStatus: null
SheetLayoutElementMaximizationOption:
AvailabilityStatus: null
- name: AwsAccountId
value: '{{ AwsAccountId }}'
- name: Permissions
value:
- null
- name: LinkEntities
value:
- '{{ LinkEntities[0] }}'
- name: Tags
value:
- Key: '{{ Key }}'
Value: '{{ Value }}'
DELETE
example
/*+ delete */
DELETE FROM aws.quicksight.dashboards
WHERE data__Identifier = '<AwsAccountId|DashboardId>'
AND region = 'us-east-1';
Permissions
To operate on the dashboards
resource, the following permissions are required:
Read
quicksight:DescribeDashboard,
quicksight:DescribeDashboardPermissions,
quicksight:ListTagsForResource
Create
quicksight:DescribeDashboard,
quicksight:DescribeDashboardPermissions,
quicksight:CreateDashboard,
quicksight:DescribeTemplate,
quicksight:DescribeTheme,
quicksight:PassDataSet,
quicksight:TagResource,
quicksight:UntagResource,
quicksight:ListTagsForResource
Update
quicksight:DescribeDashboard,
quicksight:DescribeDashboardPermissions,
quicksight:UpdateDashboard,
quicksight:UpdateDashboardLinks,
quicksight:UpdateDashboardPermissions,
quicksight:UpdateDashboardPublishedVersion,
quicksight:DescribeTemplate,
quicksight:DescribeTheme,
quicksight:PassDataSet,
quicksight:TagResource,
quicksight:UntagResource,
quicksight:ListTagsForResource
List
quicksight:ListDashboards
Delete
quicksight:DescribeDashboard,
quicksight:DeleteDashboard