Interface CfnTemplate.SankeyDiagramChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.SankeyDiagramChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.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 forCfnTemplate.SankeyDiagramChartConfigurationPropertystatic final classAn implementation forCfnTemplate.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
IResolvableorCfnTemplate.DataLabelOptionsProperty- See Also:
-
getFieldWells
The field well configuration of a sankey diagram.Returns union: either
IResolvableorCfnTemplate.SankeyDiagramFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnTemplate.VisualInteractionOptionsProperty- See Also:
-
getSortConfiguration
The sort configuration of a sankey diagram.Returns union: either
IResolvableorCfnTemplate.SankeyDiagramSortConfigurationProperty- See Also:
-
builder
-