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

.NET
Go
Java
Python
TypeScript