interface SankeyDiagramChartConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.SankeyDiagramChartConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_SankeyDiagramChartConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.SankeyDiagramChartConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.SankeyDiagramChartConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » SankeyDiagramChartConfigurationProperty |
The 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 |
|---|---|---|
| data | IResolvable | Data | The data label configuration of a sankey diagram. |
| field | IResolvable | Sankey | The field well configuration of a sankey diagram. |
| interactions? | IResolvable | Visual | The general visual interactions setup for a visual. |
| sort | IResolvable | Sankey | The sort configuration of a sankey diagram. |
dataLabels?
Type:
IResolvable | Data
(optional)
The data label configuration of a sankey diagram.
fieldWells?
Type:
IResolvable | Sankey
(optional)
The field well configuration of a sankey diagram.
interactions?
Type:
IResolvable | Visual
(optional)
The general visual interactions setup for a visual.
sortConfiguration?
Type:
IResolvable | Sankey
(optional)
The sort configuration of a sankey diagram.

.NET
Go
Java
Python
TypeScript