Show / Hide Table of Contents

Class CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty

The field well configuration of a sankey diagram.

Inheritance
object
CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty
Implements
CfnDashboard.ISankeyDiagramAggregatedFieldWellsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty : CfnDashboard.ISankeyDiagramAggregatedFieldWellsProperty
Syntax (vb)
Public Class CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty Implements CfnDashboard.ISankeyDiagramAggregatedFieldWellsProperty
Remarks

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

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

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

ExampleMetadata: fixture=_generated

Properties

Destination

The destination field wells of a sankey diagram.

public object? Destination { get; set; }
Property Value

object

Remarks

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

Source

The source field wells of a sankey diagram.

public object? Source { get; set; }
Property Value

object

Remarks

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

Weight

The weight field wells of a sankey diagram.

public object? Weight { get; set; }
Property Value

object

Remarks

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

Implements

CfnDashboard.ISankeyDiagramAggregatedFieldWellsProperty
Back to top Generated by DocFX