AWS::QuickSight::Dashboard PivotTableConfiguration
The configuration for a PivotTableVisual
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "FieldOptions" :
PivotTableFieldOptions
, "FieldWells" :PivotTableFieldWells
, "PaginatedReportOptions" :PivotTablePaginatedReportOptions
, "SortConfiguration" :PivotTableSortConfiguration
, "TableOptions" :PivotTableOptions
, "TotalOptions" :PivotTableTotalOptions
}
YAML
FieldOptions:
PivotTableFieldOptions
FieldWells:PivotTableFieldWells
PaginatedReportOptions:PivotTablePaginatedReportOptions
SortConfiguration:PivotTableSortConfiguration
TableOptions:PivotTableOptions
TotalOptions:PivotTableTotalOptions
Properties
FieldOptions
-
The field options for a pivot table visual.
Required: No
Type: PivotTableFieldOptions
Update requires: No interruption
FieldWells
-
The field wells of the visual.
Required: No
Type: PivotTableFieldWells
Update requires: No interruption
PaginatedReportOptions
-
The paginated report options for a pivot table visual.
Required: No
Type: PivotTablePaginatedReportOptions
Update requires: No interruption
SortConfiguration
-
The sort configuration for a
PivotTableVisual
.Required: No
Type: PivotTableSortConfiguration
Update requires: No interruption
TableOptions
-
The table options for a pivot table visual.
Required: No
Type: PivotTableOptions
Update requires: No interruption
TotalOptions
-
The total options for a pivot table visual.
Required: No
Type: PivotTableTotalOptions
Update requires: No interruption