Class CfnDashboardPropsMixin.GeospatialHeatmapConfigurationProperty
The heatmap configuration of the geospatial point style.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.GeospatialHeatmapConfigurationProperty : CfnDashboardPropsMixin.IGeospatialHeatmapConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.GeospatialHeatmapConfigurationProperty Implements CfnDashboardPropsMixin.IGeospatialHeatmapConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var geospatialHeatmapConfigurationProperty = new GeospatialHeatmapConfigurationProperty {
HeatmapColor = new GeospatialHeatmapColorScaleProperty {
Colors = new [] { new GeospatialHeatmapDataColorProperty {
Color = "color"
} }
}
};
Synopsis
Constructors
| GeospatialHeatmapConfigurationProperty() | The heatmap configuration of the geospatial point style. |
Properties
| HeatmapColor | The color scale specification for the heatmap point style. |
Constructors
GeospatialHeatmapConfigurationProperty()
The heatmap configuration of the geospatial point style.
public GeospatialHeatmapConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var geospatialHeatmapConfigurationProperty = new GeospatialHeatmapConfigurationProperty {
HeatmapColor = new GeospatialHeatmapColorScaleProperty {
Colors = new [] { new GeospatialHeatmapDataColorProperty {
Color = "color"
} }
}
};
Properties
HeatmapColor
The color scale specification for the heatmap point style.
public object? HeatmapColor { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IGeospatialHeatmapColorScaleProperty