Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IHeatMapFieldWellsProperty

The field well configuration of a heat map.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IHeatMapFieldWellsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.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

Properties

HeatMapAggregatedFieldWells

The aggregated field wells of a heat map.

Properties

HeatMapAggregatedFieldWells

The aggregated field wells of a heat map.

object? HeatMapAggregatedFieldWells { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IHeatMapAggregatedFieldWellsProperty

Back to top Generated by DocFX