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