Interface CfnDashboardPropsMixin.SankeyDiagramAggregatedFieldWellsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.SankeyDiagramAggregatedFieldWellsProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
@Stability(Stable)
public static interface CfnDashboardPropsMixin.SankeyDiagramAggregatedFieldWellsProperty
extends software.amazon.jsii.JsiiSerializable
The field well configuration of a sankey diagram.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDashboardPropsMixin.SankeyDiagramAggregatedFieldWellsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestination
The destination field wells of a sankey diagram.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboardPropsMixin.DimensionFieldProperty>- See Also:
-
getSource
The source field wells of a sankey diagram.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboardPropsMixin.DimensionFieldProperty>- See Also:
-
getWeight
The weight field wells of a sankey diagram.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboardPropsMixin.MeasureFieldProperty>- See Also:
-
builder
@Stability(Stable) static CfnDashboardPropsMixin.SankeyDiagramAggregatedFieldWellsProperty.Builder builder()
-