Show / Hide Table of Contents

Class CfnTemplatePropsMixin.SankeyDiagramAggregatedFieldWellsProperty

The field well configuration of a sankey diagram.

Inheritance
object
CfnTemplatePropsMixin.SankeyDiagramAggregatedFieldWellsProperty
Implements
CfnTemplatePropsMixin.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.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.SankeyDiagramAggregatedFieldWellsProperty : CfnTemplatePropsMixin.ISankeyDiagramAggregatedFieldWellsProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.SankeyDiagramAggregatedFieldWellsProperty Implements CfnTemplatePropsMixin.ISankeyDiagramAggregatedFieldWellsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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-template-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-template-sankeydiagramaggregatedfieldwells.html#cfn-quicksight-template-sankeydiagramaggregatedfieldwells-destination

Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.IDimensionFieldProperty)[]

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-template-sankeydiagramaggregatedfieldwells.html#cfn-quicksight-template-sankeydiagramaggregatedfieldwells-source

Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.IDimensionFieldProperty)[]

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-template-sankeydiagramaggregatedfieldwells.html#cfn-quicksight-template-sankeydiagramaggregatedfieldwells-weight

Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.IMeasureFieldProperty)[]

Implements

CfnTemplatePropsMixin.ISankeyDiagramAggregatedFieldWellsProperty
Back to top Generated by DocFX