Class CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty
The field well configuration of a sankey diagram.
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty : CfnDashboard.ISankeyDiagramAggregatedFieldWellsProperty
Syntax (vb)
Public Class CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty Implements CfnDashboard.ISankeyDiagramAggregatedFieldWellsProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
SankeyDiagramAggregatedFieldWellsProperty() | The field well configuration of a sankey diagram. |
Properties
Destination | The destination field wells of a sankey diagram. |
Source | The source field wells of a sankey diagram. |
Weight | The weight field wells of a sankey diagram. |
Constructors
SankeyDiagramAggregatedFieldWellsProperty()
The field well configuration of a sankey diagram.
public SankeyDiagramAggregatedFieldWellsProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
Destination
The destination field wells of a sankey diagram.
public object? Destination { get; set; }
Property Value
Remarks
Source
The source field wells of a sankey diagram.
public object? Source { get; set; }
Property Value
Remarks
Weight
The weight field wells of a sankey diagram.
public object? Weight { get; set; }