Interface CfnDashboard.IGeospatialMapAggregatedFieldWellsProperty
The aggregated field wells for a geospatial map.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGeospatialMapAggregatedFieldWellsProperty
Syntax (vb)
Public Interface IGeospatialMapAggregatedFieldWellsProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Properties
Colors | The color field wells of a geospatial map. |
Geospatial | The geospatial field wells of a geospatial map. |
Values | The size field wells of a geospatial map. |
Properties
Colors
The color field wells of a geospatial map.
virtual object Colors { get; }
Property Value
System.
Remarks
Geospatial
The geospatial field wells of a geospatial map.
virtual object Geospatial { get; }
Property Value
System.
Remarks
Values
The size field wells of a geospatial map.
virtual object Values { get; }
Property Value
System.
Remarks
Values are aggregated based on geospatial fields.