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