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

PivotTableConfiguration

import type { PivotTableConfiguration } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

The configuration for a PivotTableVisual.

interface PivotTableConfiguration {
FieldOptions?: PivotTableFieldOptions | null;
FieldWells?: PivotTableFieldWells | null;
PaginatedReportOptions?: PivotTablePaginatedReportOptions | null;
SortConfiguration?: PivotTableSortConfiguration | null;
TableOptions?: PivotTableOptions | null;
TotalOptions?: PivotTableTotalOptions | null;
}

§Properties

§
FieldOptions?: PivotTableFieldOptions | null
[src]

The field options for a pivot table visual.

§
FieldWells?: PivotTableFieldWells | null
[src]

The field wells of the visual.

§
PaginatedReportOptions?: PivotTablePaginatedReportOptions | null
[src]

The paginated report options for a pivot table visual.

§
SortConfiguration?: PivotTableSortConfiguration | null
[src]

The sort configuration for a PivotTableVisual.

§
TableOptions?: PivotTableOptions | null
[src]

The table options for a pivot table visual.

§
TotalOptions?: PivotTableTotalOptions | null
[src]

The total options for a pivot table visual.