Show / Hide Table of Contents

Class CfnDashboard.HeatMapFieldWellsProperty

The field well configuration of a heat map.

Inheritance
object
CfnDashboard.HeatMapFieldWellsProperty
Implements
CfnDashboard.IHeatMapFieldWellsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.HeatMapFieldWellsProperty : CfnDashboard.IHeatMapFieldWellsProperty
Syntax (vb)
Public Class CfnDashboard.HeatMapFieldWellsProperty Implements CfnDashboard.IHeatMapFieldWellsProperty
Remarks

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

HeatMapFieldWellsProperty()

The field well configuration of a heat map.

Properties

HeatMapAggregatedFieldWells

The aggregated field wells of a heat map.

Constructors

HeatMapFieldWellsProperty()

The field well configuration of a heat map.

public HeatMapFieldWellsProperty()
Remarks

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

ExampleMetadata: fixture=_generated

Properties

HeatMapAggregatedFieldWells

The aggregated field wells of a heat map.

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

object

Remarks

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

Implements

CfnDashboard.IHeatMapFieldWellsProperty
Back to top Generated by DocFX