Class CfnTemplatePropsMixin.SankeyDiagramAggregatedFieldWellsProperty
The field well configuration of a sankey diagram.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.SankeyDiagramAggregatedFieldWellsProperty : CfnTemplatePropsMixin.ISankeyDiagramAggregatedFieldWellsProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.SankeyDiagramAggregatedFieldWellsProperty Implements CfnTemplatePropsMixin.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
Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.IDimensionFieldProperty)[]
Source
The source field wells of a sankey diagram.
public object? Source { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.IDimensionFieldProperty)[]
Weight
The weight field wells of a sankey diagram.
public object? Weight { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.IMeasureFieldProperty)[]