Class CfnDashboard.HeatMapFieldWellsProperty
The field well configuration of a heat map.
Implements
Inherited Members
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.
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.
ExampleMetadata: fixture=_generated
Properties
HeatMapAggregatedFieldWells
The aggregated field wells of a heat map.
public object? HeatMapAggregatedFieldWells { get; set; }