interface WaterfallChartFieldWellsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.WaterfallChartFieldWellsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_WaterfallChartFieldWellsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.WaterfallChartFieldWellsProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.WaterfallChartFieldWellsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » WaterfallChartFieldWellsProperty |
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 |
|---|---|---|
| waterfall | IResolvable | Waterfall | The field well configuration of a waterfall visual. |
waterfallChartAggregatedFieldWells?
Type:
IResolvable | Waterfall
(optional)
The field well configuration of a waterfall visual.

.NET
Go
Java
Python
TypeScript