Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IWaterfallChartAggregatedFieldWellsProperty

The field well configuration of a waterfall visual.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IWaterfallChartAggregatedFieldWellsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IWaterfallChartAggregatedFieldWellsProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

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.

Properties

Breakdowns

The breakdown field wells of a waterfall visual.

object? Breakdowns { get; }
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.

object? Categories { get; }
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.

object? Values { get; }
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)[]

Back to top Generated by DocFX