Show / Hide Table of Contents

Class CfnTemplatePropsMixin.BoxPlotAggregatedFieldWellsProperty

The aggregated field well for a box plot.

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

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

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

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

Implements

CfnTemplatePropsMixin.IBoxPlotAggregatedFieldWellsProperty
Back to top Generated by DocFX