Class CfnDashboardPropsMixin.FilledMapAggregatedFieldWellsProperty
The aggregated field well of the filled map.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.FilledMapAggregatedFieldWellsProperty : CfnDashboardPropsMixin.IFilledMapAggregatedFieldWellsProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.FilledMapAggregatedFieldWellsProperty Implements CfnDashboardPropsMixin.IFilledMapAggregatedFieldWellsProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| FilledMapAggregatedFieldWellsProperty() | The aggregated field well of the filled map. |
Properties
| Geospatial | The aggregated location field well of the filled map. |
| Values | The aggregated color field well of a filled map. |
Constructors
FilledMapAggregatedFieldWellsProperty()
The aggregated field well of the filled map.
public FilledMapAggregatedFieldWellsProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
Geospatial
The aggregated location field well of the filled map.
public object? Geospatial { get; set; }
Property Value
Remarks
Values are grouped by location fields.
Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IDimensionFieldProperty)[]
Values
The aggregated color field well of a filled map.
public object? Values { get; set; }
Property Value
Remarks
Values are aggregated based on location fields.
Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IMeasureFieldProperty)[]