interface WaterfallChartAggregatedFieldWellsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.WaterfallChartAggregatedFieldWellsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_WaterfallChartAggregatedFieldWellsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.WaterfallChartAggregatedFieldWellsProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.WaterfallChartAggregatedFieldWellsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » WaterfallChartAggregatedFieldWellsProperty |
The field well configuration of a waterfall visual.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| breakdowns? | IResolvable | (IResolvable | Dimension)[] | The breakdown field wells of a waterfall visual. |
| categories? | IResolvable | (IResolvable | Dimension)[] | The category field wells of a waterfall visual. |
| values? | IResolvable | (IResolvable | Measure)[] | The value field wells of a waterfall visual. |
breakdowns?
Type:
IResolvable | (IResolvable | Dimension)[]
(optional)
The breakdown field wells of a waterfall visual.
categories?
Type:
IResolvable | (IResolvable | Dimension)[]
(optional)
The category field wells of a waterfall visual.
values?
Type:
IResolvable | (IResolvable | Measure)[]
(optional)
The value field wells of a waterfall visual.

.NET
Go
Java
Python
TypeScript