Interface CfnAnalysis.SankeyDiagramChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.SankeyDiagramChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.SankeyDiagramChartConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a sankey diagram.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.SankeyDiagramChartConfigurationPropertystatic final classAn implementation forCfnAnalysis.SankeyDiagramChartConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe data label configuration of a sankey diagram.default ObjectThe field well configuration of a sankey diagram.default ObjectThe general visual interactions setup for a visual.default ObjectThe sort configuration of a sankey diagram.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataLabels
The data label configuration of a sankey diagram.Returns union: either
IResolvableorCfnAnalysis.DataLabelOptionsProperty- See Also:
-
getFieldWells
The field well configuration of a sankey diagram.Returns union: either
IResolvableorCfnAnalysis.SankeyDiagramFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnAnalysis.VisualInteractionOptionsProperty- See Also:
-
getSortConfiguration
The sort configuration of a sankey diagram.Returns union: either
IResolvableorCfnAnalysis.SankeyDiagramSortConfigurationProperty- See Also:
-
builder
-