Show / Hide Table of Contents

Interface CfnDashboard.IGeospatialHeatmapConfigurationProperty

The heatmap configuration of the geospatial point style.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.IGeospatialHeatmapConfigurationProperty
Syntax (vb)
Public Interface CfnDashboard.IGeospatialHeatmapConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialheatmapconfiguration.html

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.AWS.QuickSight;

             var geospatialHeatmapConfigurationProperty = new GeospatialHeatmapConfigurationProperty {
                 HeatmapColor = new GeospatialHeatmapColorScaleProperty {
                     Colors = new [] { new GeospatialHeatmapDataColorProperty {
                         Color = "color"
                     } }
                 }
             };

Synopsis

Properties

HeatmapColor

The color scale specification for the heatmap point style.

Properties

HeatmapColor

The color scale specification for the heatmap point style.

object? HeatmapColor { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialheatmapconfiguration.html#cfn-quicksight-dashboard-geospatialheatmapconfiguration-heatmapcolor

Back to top Generated by DocFX