aws-cdk-lib.aws_quicksight.CfnAnalysis.GeospatialHeatmapConfigurationProperty

interface GeospatialHeatmapConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.GeospatialHeatmapConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_GeospatialHeatmapConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.GeospatialHeatmapConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.GeospatialHeatmapConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » 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.CfnAnalysis.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.