aws-cdk-lib.aws_quicksight.CfnDashboard.GeospatialHeatmapColorScaleProperty

interface GeospatialHeatmapColorScaleProperty

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

The color scale specification for 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 geospatialHeatmapColorScaleProperty: quicksight.CfnDashboard.GeospatialHeatmapColorScaleProperty = {
  colors: [{
    color: 'color',
  }],
};

Properties

NameTypeDescription
colors?IResolvable | IResolvable | GeospatialHeatmapDataColorProperty[]The list of colors to be used in heatmap point style.

colors?

Type: IResolvable | IResolvable | GeospatialHeatmapDataColorProperty[] (optional)

The list of colors to be used in heatmap point style.