Show / Hide Table of Contents

Class CfnAnalysis.TreeMapAggregatedFieldWellsProperty

Aggregated field wells of a tree map.

Inheritance
object
CfnAnalysis.TreeMapAggregatedFieldWellsProperty
Implements
CfnAnalysis.ITreeMapAggregatedFieldWellsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.TreeMapAggregatedFieldWellsProperty : CfnAnalysis.ITreeMapAggregatedFieldWellsProperty
Syntax (vb)
Public Class CfnAnalysis.TreeMapAggregatedFieldWellsProperty Implements CfnAnalysis.ITreeMapAggregatedFieldWellsProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

TreeMapAggregatedFieldWellsProperty()

Aggregated field wells of a tree map.

Properties

Colors

The color field well of a tree map.

Groups

The group by field well of a tree map.

Sizes

The size field well of a tree map.

Constructors

TreeMapAggregatedFieldWellsProperty()

Aggregated field wells of a tree map.

public TreeMapAggregatedFieldWellsProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Properties

Colors

The color field well of a tree map.

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

object

Remarks

Values are grouped by aggregations based on group by fields.

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

Groups

The group by field well of a tree map.

public object? Groups { 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-treemapaggregatedfieldwells.html#cfn-quicksight-analysis-treemapaggregatedfieldwells-groups

Sizes

The size field well of a tree map.

public object? Sizes { 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-treemapaggregatedfieldwells.html#cfn-quicksight-analysis-treemapaggregatedfieldwells-sizes

Implements

CfnAnalysis.ITreeMapAggregatedFieldWellsProperty
Back to top Generated by DocFX