Interface CfnDashboardPropsMixin.ISankeyDiagramAggregatedFieldWellsProperty
The field well configuration of a sankey diagram.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.ISankeyDiagramAggregatedFieldWellsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.ISankeyDiagramAggregatedFieldWellsProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
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. |
Properties
Destination
The destination field wells of a sankey diagram.
object? Destination { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IDimensionFieldProperty)[]
Source
The source field wells of a sankey diagram.
object? Source { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IDimensionFieldProperty)[]
Weight
The weight field wells of a sankey diagram.
object? Weight { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IMeasureFieldProperty)[]