Class CfnDashboard.TableAggregatedFieldWellsProperty
The aggregated field well for the table.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.TableAggregatedFieldWellsProperty : CfnDashboard.ITableAggregatedFieldWellsProperty
Syntax (vb)
Public Class CfnDashboard.TableAggregatedFieldWellsProperty Implements CfnDashboard.ITableAggregatedFieldWellsProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
TableAggregatedFieldWellsProperty() | The aggregated field well for the table. |
Properties
GroupBy | The group by field well for a pivot table. |
Values | The values field well for a pivot table. |
Constructors
TableAggregatedFieldWellsProperty()
The aggregated field well for the table.
public TableAggregatedFieldWellsProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
GroupBy
The group by field well for a pivot table.
public object? GroupBy { get; set; }
Property Value
Remarks
Values
The values field well for a pivot table.
public object? Values { get; set; }
Property Value
Remarks
Values are aggregated based on group by fields.