Class CfnDashboardPropsMixin.PivotTableConfigurationProperty
The configuration for a PivotTableVisual .
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.PivotTableConfigurationProperty : CfnDashboardPropsMixin.IPivotTableConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.PivotTableConfigurationProperty Implements CfnDashboardPropsMixin.IPivotTableConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| PivotTableConfigurationProperty() | The configuration for a |
Properties
| FieldOptions | The field options for a pivot table visual. |
| FieldWells | The field wells of the visual. |
| Interactions | The general visual interactions setup for a visual. |
| PaginatedReportOptions | The paginated report options for a pivot table visual. |
| SortConfiguration | The sort configuration for a |
| TableOptions | The table options for a pivot table visual. |
| TotalOptions | The total options for a pivot table visual. |
Constructors
PivotTableConfigurationProperty()
The configuration for a PivotTableVisual .
public PivotTableConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
FieldOptions
The field options for a pivot table visual.
public object? FieldOptions { get; set; }
Property Value
Remarks
FieldWells
The field wells of the visual.
public object? FieldWells { get; set; }
Property Value
Remarks
Interactions
The general visual interactions setup for a visual.
public object? Interactions { get; set; }
Property Value
Remarks
PaginatedReportOptions
The paginated report options for a pivot table visual.
public object? PaginatedReportOptions { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IPivotTablePaginatedReportOptionsProperty
SortConfiguration
The sort configuration for a PivotTableVisual .
public object? SortConfiguration { get; set; }
Property Value
Remarks
TableOptions
The table options for a pivot table visual.
public object? TableOptions { get; set; }
Property Value
Remarks
TotalOptions
The total options for a pivot table visual.
public object? TotalOptions { get; set; }