Class CfnDashboard.PluginVisualFieldWellProperty
A collection of field wells for a plugin visual.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.PluginVisualFieldWellProperty : CfnDashboard.IPluginVisualFieldWellProperty
Syntax (vb)
Public Class CfnDashboard.PluginVisualFieldWellProperty Implements CfnDashboard.IPluginVisualFieldWellProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
PluginVisualFieldWellProperty() | A collection of field wells for a plugin visual. |
Properties
AxisName | The semantic axis name for the field well. |
Dimensions | A list of dimensions for the field well. |
Measures | A list of measures that exist in the field well. |
Unaggregated | A list of unaggregated fields that exist in the field well. |
Constructors
PluginVisualFieldWellProperty()
A collection of field wells for a plugin visual.
public PluginVisualFieldWellProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
AxisName
The semantic axis name for the field well.
public string? AxisName { get; set; }
Property Value
Remarks
Dimensions
A list of dimensions for the field well.
public object? Dimensions { get; set; }
Property Value
Remarks
Measures
A list of measures that exist in the field well.
public object? Measures { get; set; }
Property Value
Remarks
Unaggregated
A list of unaggregated fields that exist in the field well.
public object? Unaggregated { get; set; }