Class CfnDashboardPropsMixin.PivotTableFieldWellsProperty
The field wells for a pivot table visual.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.PivotTableFieldWellsProperty : CfnDashboardPropsMixin.IPivotTableFieldWellsProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.PivotTableFieldWellsProperty Implements CfnDashboardPropsMixin.IPivotTableFieldWellsProperty
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| PivotTableFieldWellsProperty() | The field wells for a pivot table visual. |
Properties
| PivotTableAggregatedFieldWells | The aggregated field well for the pivot table. |
Constructors
PivotTableFieldWellsProperty()
The field wells for a pivot table visual.
public PivotTableFieldWellsProperty()
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
ExampleMetadata: fixture=_generated
Properties
PivotTableAggregatedFieldWells
The aggregated field well for the pivot table.
public object? PivotTableAggregatedFieldWells { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IPivotTableAggregatedFieldWellsProperty