Show / Hide Table of Contents

Class CfnDashboardPropsMixin.GeospatialHeatmapConfigurationProperty

The heatmap configuration of the geospatial point style.

Inheritance
object
CfnDashboardPropsMixin.GeospatialHeatmapConfigurationProperty
Implements
CfnDashboardPropsMixin.IGeospatialHeatmapConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.GeospatialHeatmapConfigurationProperty : CfnDashboardPropsMixin.IGeospatialHeatmapConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.GeospatialHeatmapConfigurationProperty Implements CfnDashboardPropsMixin.IGeospatialHeatmapConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialheatmapconfiguration.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 geospatialHeatmapConfigurationProperty = new GeospatialHeatmapConfigurationProperty {
                 HeatmapColor = new GeospatialHeatmapColorScaleProperty {
                     Colors = new [] { new GeospatialHeatmapDataColorProperty {
                         Color = "color"
                     } }
                 }
             };

Synopsis

Constructors

GeospatialHeatmapConfigurationProperty()

The heatmap configuration of the geospatial point style.

Properties

HeatmapColor

The color scale specification for the heatmap point style.

Constructors

GeospatialHeatmapConfigurationProperty()

The heatmap configuration of the geospatial point style.

public GeospatialHeatmapConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialheatmapconfiguration.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 geospatialHeatmapConfigurationProperty = new GeospatialHeatmapConfigurationProperty {
                 HeatmapColor = new GeospatialHeatmapColorScaleProperty {
                     Colors = new [] { new GeospatialHeatmapDataColorProperty {
                         Color = "color"
                     } }
                 }
             };

Properties

HeatmapColor

The color scale specification for the heatmap point style.

public object? HeatmapColor { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialheatmapconfiguration.html#cfn-quicksight-dashboard-geospatialheatmapconfiguration-heatmapcolor

Type union: either IResolvable or CfnDashboardPropsMixin.IGeospatialHeatmapColorScaleProperty

Implements

CfnDashboardPropsMixin.IGeospatialHeatmapConfigurationProperty
Back to top Generated by DocFX