Interface CfnAnalysisPropsMixin.IPluginVisualFieldWellProperty
A collection of field wells for a plugin visual.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IPluginVisualFieldWellProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IPluginVisualFieldWellProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
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. |
Properties
AxisName
The semantic axis name for the field well.
string? AxisName { get; }
Property Value
Remarks
Dimensions
A list of dimensions for the field well.
object? Dimensions { get; }
Property Value
Remarks
Measures
A list of measures that exist in the field well.
object? Measures { get; }
Property Value
Remarks
Unaggregated
A list of unaggregated fields that exist in the field well.
object? Unaggregated { get; }