Show / Hide Table of Contents

Class CfnDashboardPropsMixin.WaterfallChartAggregatedFieldWellsProperty

The field well configuration of a waterfall visual.

Inheritance
object
CfnDashboardPropsMixin.WaterfallChartAggregatedFieldWellsProperty
Implements
CfnDashboardPropsMixin.IWaterfallChartAggregatedFieldWellsProperty
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 CfnDashboardPropsMixin.WaterfallChartAggregatedFieldWellsProperty : CfnDashboardPropsMixin.IWaterfallChartAggregatedFieldWellsProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.WaterfallChartAggregatedFieldWellsProperty Implements CfnDashboardPropsMixin.IWaterfallChartAggregatedFieldWellsProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

WaterfallChartAggregatedFieldWellsProperty()

The field well configuration of a waterfall visual.

Properties

Breakdowns

The breakdown field wells of a waterfall visual.

Categories

The category field wells of a waterfall visual.

Values

The value field wells of a waterfall visual.

Constructors

WaterfallChartAggregatedFieldWellsProperty()

The field well configuration of a waterfall visual.

public WaterfallChartAggregatedFieldWellsProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Properties

Breakdowns

The breakdown field wells of a waterfall visual.

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

object

Remarks

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

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

Categories

The category field wells of a waterfall visual.

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

object

Remarks

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

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

Values

The value field wells of a waterfall visual.

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

object

Remarks

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

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

Implements

CfnDashboardPropsMixin.IWaterfallChartAggregatedFieldWellsProperty
Back to top Generated by DocFX