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