Class CfnDashboard.PieChartFieldWellsProperty
The field well configuration of a pie chart.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.PieChartFieldWellsProperty : CfnDashboard.IPieChartFieldWellsProperty
Syntax (vb)
Public Class CfnDashboard.PieChartFieldWellsProperty Implements CfnDashboard.IPieChartFieldWellsProperty
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
PieChartFieldWellsProperty() | The field well configuration of a pie chart. |
Properties
PieChartAggregatedFieldWells | The field well configuration of a pie chart. |
Constructors
PieChartFieldWellsProperty()
The field well configuration of a pie chart.
public PieChartFieldWellsProperty()
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
PieChartAggregatedFieldWells
The field well configuration of a pie chart.
public object? PieChartAggregatedFieldWells { get; set; }