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 CfnDashboard.IGeospatialMapAggregatedFieldWellsProperty
Syntax (vb)
Public Interface CfnDashboard.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.
object? Colors { get; }
Property Value
Remarks
Geospatial
The geospatial field wells of a geospatial map.
object? Geospatial { get; }
Property Value
Remarks
Values
The size field wells of a geospatial map.
object? Values { get; }
Property Value
Remarks
Values are aggregated based on geospatial fields.