interface WaterfallChartFieldWellsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.WaterfallChartFieldWellsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_WaterfallChartFieldWellsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.WaterfallChartFieldWellsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.WaterfallChartFieldWellsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » 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