aws-cdk-lib.aws_quicksight.CfnAnalysis.GeospatialHeatmapDataColorProperty

interface GeospatialHeatmapDataColorProperty

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

The color to be used in the heatmap 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 geospatialHeatmapDataColorProperty: quicksight.CfnAnalysis.GeospatialHeatmapDataColorProperty = {
  color: 'color',
};

Properties

NameTypeDescription
colorstringThe hex color to be used in the heatmap point style.

color

Type: string

The hex color to be used in the heatmap point style.