Class CfnTemplatePropsMixin.TreeMapFieldWellsProperty
The field wells of a tree map.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.TreeMapFieldWellsProperty : CfnTemplatePropsMixin.ITreeMapFieldWellsProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.TreeMapFieldWellsProperty Implements CfnTemplatePropsMixin.ITreeMapFieldWellsProperty
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
| TreeMapFieldWellsProperty() | The field wells of a tree map. |
Properties
| TreeMapAggregatedFieldWells | The aggregated field wells of a tree map. |
Constructors
TreeMapFieldWellsProperty()
The field wells of a tree map.
public TreeMapFieldWellsProperty()
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
TreeMapAggregatedFieldWells
The aggregated field wells of a tree map.
public object? TreeMapAggregatedFieldWells { get; set; }