aws-cdk-lib.aws_quicksight.CfnDashboard.GeospatialHeatmapDataColorProperty

interface GeospatialHeatmapDataColorProperty

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