Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.IWaterfallChartAggregatedFieldWellsProperty

The field well configuration of a waterfall visual.

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

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

Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.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-template-waterfallchartaggregatedfieldwells.html#cfn-quicksight-template-waterfallchartaggregatedfieldwells-categories

Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.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-template-waterfallchartaggregatedfieldwells.html#cfn-quicksight-template-waterfallchartaggregatedfieldwells-values

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

Back to top Generated by DocFX