aws-cdk-lib.aws_quicksight.CfnTemplate.TreeMapAggregatedFieldWellsProperty

interface TreeMapAggregatedFieldWellsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.TreeMapAggregatedFieldWellsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_TreeMapAggregatedFieldWellsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.TreeMapAggregatedFieldWellsProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.TreeMapAggregatedFieldWellsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » TreeMapAggregatedFieldWellsProperty

Aggregated field wells of a tree map.

Example

// The generated example for this type would exceed 500 lines,
// and has been elided for readability.

Properties

NameTypeDescription
colors?IResolvable | IResolvable | MeasureFieldProperty[]The color field well of a tree map.
groups?IResolvable | IResolvable | DimensionFieldProperty[]The group by field well of a tree map.
sizes?IResolvable | IResolvable | MeasureFieldProperty[]The size field well of a tree map.

colors?

Type: IResolvable | IResolvable | MeasureFieldProperty[] (optional)

The color field well of a tree map.

Values are grouped by aggregations based on group by fields.


groups?

Type: IResolvable | IResolvable | DimensionFieldProperty[] (optional)

The group by field well of a tree map.

Values are grouped based on group by fields.


sizes?

Type: IResolvable | IResolvable | MeasureFieldProperty[] (optional)

The size field well of a tree map.

Values are aggregated based on group by fields.