interface GeospatialHeatmapColorScaleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.GeospatialHeatmapColorScaleProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_GeospatialHeatmapColorScaleProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.GeospatialHeatmapColorScaleProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.GeospatialHeatmapColorScaleProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » 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/cfn-property-mixins';
const geospatialHeatmapColorScaleProperty: quicksight.CfnTemplatePropsMixin.GeospatialHeatmapColorScaleProperty = {
colors: [{
color: 'color',
}],
};
Properties
| Name | Type | Description |
|---|---|---|
| colors? | IResolvable | (IResolvable | Geospatial)[] | The list of colors to be used in heatmap point style. |
colors?
Type:
IResolvable | (IResolvable | Geospatial)[]
(optional)
The list of colors to be used in heatmap point style.

.NET
Go
Java
Python
TypeScript