Show / Hide Table of Contents

Class CfnDashboard.PluginVisualFieldWellProperty

A collection of field wells for a plugin visual.

Inheritance
object
CfnDashboard.PluginVisualFieldWellProperty
Implements
CfnDashboard.IPluginVisualFieldWellProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pluginvisualfieldwell.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pluginvisualfieldwell.html

ExampleMetadata: fixture=_generated

Properties

AxisName

The semantic axis name for the field well.

public string? AxisName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pluginvisualfieldwell.html#cfn-quicksight-dashboard-pluginvisualfieldwell-axisname

Dimensions

A list of dimensions for the field well.

public object? Dimensions { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pluginvisualfieldwell.html#cfn-quicksight-dashboard-pluginvisualfieldwell-dimensions

Measures

A list of measures that exist in the field well.

public object? Measures { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pluginvisualfieldwell.html#cfn-quicksight-dashboard-pluginvisualfieldwell-measures

Unaggregated

A list of unaggregated fields that exist in the field well.

public object? Unaggregated { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pluginvisualfieldwell.html#cfn-quicksight-dashboard-pluginvisualfieldwell-unaggregated

Implements

CfnDashboard.IPluginVisualFieldWellProperty
Back to top Generated by DocFX