Class CfnAnalysisPropsMixin.FilledMapFieldWellsProperty
The field wells of a FilledMapVisual .
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.FilledMapFieldWellsProperty : CfnAnalysisPropsMixin.IFilledMapFieldWellsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.FilledMapFieldWellsProperty Implements CfnAnalysisPropsMixin.IFilledMapFieldWellsProperty
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
| FilledMapFieldWellsProperty() | The field wells of a |
Properties
| FilledMapAggregatedFieldWells | The aggregated field well of the filled map. |
Constructors
FilledMapFieldWellsProperty()
The field wells of a FilledMapVisual .
public FilledMapFieldWellsProperty()
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
FilledMapAggregatedFieldWells
The aggregated field well of the filled map.
public object? FilledMapAggregatedFieldWells { get; set; }