Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.IGeospatialHeatmapDataColorProperty

The color to be used in the heatmap point style.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IGeospatialHeatmapDataColorProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IGeospatialHeatmapDataColorProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-geospatialheatmapdatacolor.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;

             var geospatialHeatmapDataColorProperty = new GeospatialHeatmapDataColorProperty {
                 Color = "color"
             };

Synopsis

Properties

Color

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

Properties

Color

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

string? Color { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-geospatialheatmapdatacolor.html#cfn-quicksight-template-geospatialheatmapdatacolor-color

Back to top Generated by DocFX