aws-cdk-lib.aws_quicksight.CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty

interface SankeyDiagramAggregatedFieldWellsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_SankeyDiagramAggregatedFieldWellsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » 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

NameTypeDescription
destination?IResolvable | IResolvable | DimensionFieldProperty[]The destination field wells of a sankey diagram.
source?IResolvable | IResolvable | DimensionFieldProperty[]The source field wells of a sankey diagram.
weight?IResolvable | IResolvable | MeasureFieldProperty[]The weight field wells of a sankey diagram.

destination?

Type: IResolvable | IResolvable | DimensionFieldProperty[] (optional)

The destination field wells of a sankey diagram.


source?

Type: IResolvable | IResolvable | DimensionFieldProperty[] (optional)

The source field wells of a sankey diagram.


weight?

Type: IResolvable | IResolvable | MeasureFieldProperty[] (optional)

The weight field wells of a sankey diagram.