Show / Hide Table of Contents

Interface CfnDashboard.ISankeyDiagramChartConfigurationProperty

The configuration of a sankey diagram.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.ISankeyDiagramChartConfigurationProperty
Syntax (vb)
Public Interface CfnDashboard.ISankeyDiagramChartConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sankeydiagramchartconfiguration.html

ExampleMetadata: fixture=_generated

Synopsis

Properties

DataLabels

The data label configuration of a sankey diagram.

FieldWells

The field well configuration of a sankey diagram.

Interactions

The general visual interactions setup for a visual.

SortConfiguration

The sort configuration of a sankey diagram.

Properties

DataLabels

The data label configuration of a sankey diagram.

object? DataLabels { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sankeydiagramchartconfiguration.html#cfn-quicksight-dashboard-sankeydiagramchartconfiguration-datalabels

Type union: either IResolvable or CfnDashboard.IDataLabelOptionsProperty

FieldWells

The field well configuration of a sankey diagram.

object? FieldWells { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sankeydiagramchartconfiguration.html#cfn-quicksight-dashboard-sankeydiagramchartconfiguration-fieldwells

Type union: either IResolvable or CfnDashboard.ISankeyDiagramFieldWellsProperty

Interactions

The general visual interactions setup for a visual.

object? Interactions { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sankeydiagramchartconfiguration.html#cfn-quicksight-dashboard-sankeydiagramchartconfiguration-interactions

Type union: either IResolvable or CfnDashboard.IVisualInteractionOptionsProperty

SortConfiguration

The sort configuration of a sankey diagram.

object? SortConfiguration { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sankeydiagramchartconfiguration.html#cfn-quicksight-dashboard-sankeydiagramchartconfiguration-sortconfiguration

Type union: either IResolvable or CfnDashboard.ISankeyDiagramSortConfigurationProperty

Back to top Generated by DocFX