Class CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty
The field well configuration of a sankey diagram.
Inheritance
System.Object
CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SankeyDiagramAggregatedFieldWellsProperty : Object, CfnDashboard.ISankeyDiagramAggregatedFieldWellsProperty
Syntax (vb)
Public Class SankeyDiagramAggregatedFieldWellsProperty
Inherits Object
Implements CfnDashboard.ISankeyDiagramAggregatedFieldWellsProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
SankeyDiagramAggregatedFieldWellsProperty() |
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()
public SankeyDiagramAggregatedFieldWellsProperty()
Properties
Destination
The destination field wells of a sankey diagram.
public object Destination { get; set; }
Property Value
System.Object
Remarks
Source
The source field wells of a sankey diagram.
public object Source { get; set; }
Property Value
System.Object
Remarks
Weight
The weight field wells of a sankey diagram.
public object Weight { get; set; }
Property Value
System.Object