aws-cdk-lib.aws_quicksight.CfnDashboard.GeospatialHeatmapConfigurationProperty

interface GeospatialHeatmapConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.GeospatialHeatmapConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_GeospatialHeatmapConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.GeospatialHeatmapConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.GeospatialHeatmapConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » GeospatialHeatmapConfigurationProperty

The heatmap configuration of the geospatial point style.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const geospatialHeatmapConfigurationProperty: quicksight.CfnDashboard.GeospatialHeatmapConfigurationProperty = {
  heatmapColor: {
    colors: [{
      color: 'color',
    }],
  },
};

Properties

NameTypeDescription
heatmapColor?IResolvable | GeospatialHeatmapColorScalePropertyThe color scale specification for the heatmap point style.

heatmapColor?

Type: IResolvable | GeospatialHeatmapColorScaleProperty (optional)

The color scale specification for the heatmap point style.