interface SankeyDiagramAggregatedFieldWellsProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.SankeyDiagramAggregatedFieldWellsProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_SankeyDiagramAggregatedFieldWellsProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnTemplate.SankeyDiagramAggregatedFieldWellsProperty | 
|  Python | aws_cdk.aws_quicksight.CfnTemplate.SankeyDiagramAggregatedFieldWellsProperty | 
|  TypeScript | aws-cdk-lib»aws_quicksight»CfnTemplate»SankeyDiagramAggregatedFieldWellsProperty | 
The field well configuration of a sankey diagram.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description | 
|---|---|---|
| destination? | IResolvable | (IResolvable | Dimension)[] | The destination field wells of a sankey diagram. | 
| source? | IResolvable | (IResolvable | Dimension)[] | The source field wells of a sankey diagram. | 
| weight? | IResolvable | (IResolvable | Measure)[] | The weight field wells of a sankey diagram. | 
destination?
Type:
IResolvable | (IResolvable | Dimension)[]
(optional)
The destination field wells of a sankey diagram.
source?
Type:
IResolvable | (IResolvable | Dimension)[]
(optional)
The source field wells of a sankey diagram.
weight?
Type:
IResolvable | (IResolvable | Measure)[]
(optional)
The weight field wells of a sankey diagram.
