Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.BoxPlotAggregatedFieldWellsProperty

The aggregated field well for a box plot.

Inheritance
object
CfnAnalysisPropsMixin.BoxPlotAggregatedFieldWellsProperty
Implements
CfnAnalysisPropsMixin.IBoxPlotAggregatedFieldWellsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.BoxPlotAggregatedFieldWellsProperty : CfnAnalysisPropsMixin.IBoxPlotAggregatedFieldWellsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.BoxPlotAggregatedFieldWellsProperty Implements CfnAnalysisPropsMixin.IBoxPlotAggregatedFieldWellsProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

BoxPlotAggregatedFieldWellsProperty()

The aggregated field well for a box plot.

Properties

GroupBy

The group by field well of a box plot chart.

Values

The value field well of a box plot chart.

Constructors

BoxPlotAggregatedFieldWellsProperty()

The aggregated field well for a box plot.

public BoxPlotAggregatedFieldWellsProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Properties

GroupBy

The group by field well of a box plot chart.

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

object

Remarks

Values are grouped based on group by fields.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-boxplotaggregatedfieldwells.html#cfn-quicksight-analysis-boxplotaggregatedfieldwells-groupby

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

Values

The value field well of a box plot chart.

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

object

Remarks

Values are aggregated based on group by fields.

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

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

Implements

CfnAnalysisPropsMixin.IBoxPlotAggregatedFieldWellsProperty
Back to top Generated by DocFX