Class CfnAnalysisPropsMixin.PieChartFieldWellsProperty
The field well configuration of a pie chart.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.PieChartFieldWellsProperty : CfnAnalysisPropsMixin.IPieChartFieldWellsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.PieChartFieldWellsProperty Implements CfnAnalysisPropsMixin.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; }